aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr49551.c
blob: 54776156636cfe41f216cfb7202e7e3004880005 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-O -fdata-sections" } */
/* { dg-skip-if "-fdata-sections not supported" { hppa*-*-hpux* nvptx-*-* } { "*" } { "" } } */

int x = 1;
int x;

/* { dg-final { scan-assembler-not {comm[\t ]+x} } } */