PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr49551.c
blobdda0667f3e6c31d1f884546175ddc5ea0931544b
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} } } */