Disable gnat.dg/socket1.adb on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / c-c++-common / ident-0b.c
blob67b593c63add614da1fdd6b24ff5c0ec93a28c73
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 /* { dg-skip-if "no assembler .ident support" { { hppa*-*-hpux* && { ! lp64 } } || powerpc*-*-darwin* } } */
6 int i;
8 /* { dg-final { scan-assembler-not "GCC: " { xfail *-*-* } } } */
9 /* The testsuite saw scan-assembler-not and turned off .ident so the above
10 * has to fail for proper operation since the testsuite itself forced
11 * -fident on again. */