aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr83100-4.c
blob: bb26735dd1b046975fee46fbfa1ea6813f217dbd (plain)
1
2
3
4
5
6
7
/* PR target/83100 */
/* { dg-do compile { target *-*-linux* *-*-gnu* } } */
/* { dg-options "-O2 -fno-common -fdata-sections" } */

const int a;

/* { dg-final { scan-assembler "rodata.a" { target i?86-*-* x86_64-*-* } } } */