Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / scantest-lto.c
blob5f8abaf77f3df4171bc6ae170f1527f2f9b19983
1 /* { dg-options "-O2 -flto" } */
3 void foo ()
7 /* Check that scan-assembler* directives skip the LTO section. */
8 /* { dg-final { scan-assembler-not "ascii" } } */
9 /* { dg-final { scan-assembler-times "ascii" 0 } } */