Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / c-c++-common / ident-0b.c
blobe08126d2d23f01f3c9f2ff692e39ffadf8eb1544
1 /* PR testsuite/52665
2 * Make sure scan-assembler-not turns off .ident unless -fident in testcase */
3 /* { dg-do compile } */
4 /* { dg-options "-fident" } */
5 int i;
7 /* { dg-final { scan-assembler-not "GCC: " { xfail *-*-* } } } */
8 /* The testsuite saw scan-assembler-not and turned off .ident so the above
9 * has to fail for proper operation since the testsuite itself forced
10 * -fident on again. */