Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / c-c++-common / ident-1a.c
blob867ee43fb2658775ccbc689b54c9be72181875d5
1 /* PR testsuite/52665
2 * Make sure scan-assembler turns off .ident */
3 /* { dg-do compile } */
4 int i;
6 /* { dg-final { scan-assembler "GCC: " { xfail *-*-* } } } */
7 /* The testsuite saw scan-assembler and turned off .ident so the above
8 * has to fail for proper operation. */