]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/fdata-sections-1.c
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / 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" } } */