Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr49551.c
blob: dda0667f3e6c31d1f884546175ddc5ea0931544b [
file
] [
log
] [
blame
]
/* { 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} } } */