8 lines
223 B
C
8 lines
223 B
C
/* { 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} } } */
|