aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.3/gcc/testsuite/gcc.dg/fdata-sections-1.c
blob: d2b2b5807388b31a2adf6ac69d9520ae964b36a5 (plain)
1
2
3
4
5
6
7
8
9
/* PR middle-end/15486 */
/* Origin: Jonathan Larmour <jifl-bugzilla@jifvik.org> */

/* { dg-do compile { target *-*-linux* } } */
/* { dg-options "-fdata-sections" } */

int x;

/* { dg-final { scan-assembler "comm" } } */