Small ChangeLog tweak.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr49551.c
blob54776156636cfe41f216cfb7202e7e3004880005
1 /* { dg-do compile } */
2 /* { dg-options "-O -fdata-sections" } */
3 /* { dg-skip-if "-fdata-sections not supported" { hppa*-*-hpux* nvptx-*-* } { "*" } { "" } } */
5 int x = 1;
6 int x;
8 /* { dg-final { scan-assembler-not {comm[\t ]+x} } } */