testsuite: Skip analyzer tests on AIX.
[official-gcc.git] / gcc / testsuite / c-c++-common / ident-1a.c
blobdc167c3a799ec83e28eb2d67ca327e72fda2ff39
1 /* PR testsuite/52665
2 * Make sure scan-assembler turns off .ident */
3 /* { dg-do compile } */
4 /* { dg-skip-if "no assembler .ident support" { { hppa*-*-hpux* && { ! lp64 } } || powerpc*-*-darwin* } } */
5 int i;
7 /* { dg-final { scan-assembler "GCC: " { xfail *-*-* } } } */
8 /* The testsuite saw scan-assembler and turned off .ident so the above
9 * has to fail for proper operation. */