Small ChangeLog tweak.
[official-gcc.git] / gcc / testsuite / gcc.dg / fdata-sections-1.c
blob51686b92179053a45d2eb252ee0f726be1c141e1
1 /* PR middle-end/15486 */
2 /* Origin: Jonathan Larmour <jifl-bugzilla@jifvik.org> */
4 /* { dg-do compile { target *-*-linux* *-*-gnu* } } */
5 /* { dg-options "-fdata-sections" } */
7 int x;
9 /* { dg-final { scan-assembler "comm" } } */