Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / fdata-sections-1.c
blobd2b2b5807388b31a2adf6ac69d9520ae964b36a5
1 /* PR middle-end/15486 */
2 /* Origin: Jonathan Larmour <jifl-bugzilla@jifvik.org> */
4 /* { dg-do compile { target *-*-linux* } } */
5 /* { dg-options "-fdata-sections" } */
7 int x;
9 /* { dg-final { scan-assembler "comm" } } */