aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/fdata-sections-1.c
blob: de5ddfc0179a588ce1bdb3d5f39a14438823c071 (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* *-*-gnu* *-*-uclinux* } } */
/* { dg-options "-fcommon -fdata-sections" } */

int x;

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