OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / fdata-sections-1.c
1 /* PR middle-end/15486 */
2 /* Origin: Jonathan Larmour <jifl-bugzilla@jifvik.org> */
3
4 /* { dg-do compile { target *-*-linux* } } */
5 /* { dg-options "-fdata-sections" } */
6
7 int x;
8
9 /* { dg-final { scan-assembler "comm" } } */