comparison gcc/testsuite/c-c++-common/ident-0b.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* PR testsuite/52665 1 /* PR testsuite/52665
2 * Make sure scan-assembler-not turns off .ident unless -fident in testcase */ 2 * Make sure scan-assembler-not turns off .ident unless -fident in testcase */
3 /* { dg-do compile } */ 3 /* { dg-do compile } */
4 /* { dg-options "-fident" } */ 4 /* { dg-options "-fident" } */
5 /* { dg-skip-if "no assembler .ident support" { { hppa*-*-hpux* && { ! lp64 } } || powerpc*-*-darwin* } } */
5 int i; 6 int i;
6 7
7 /* { dg-final { scan-assembler-not "GCC: " { xfail *-*-* } } } */ 8 /* { dg-final { scan-assembler-not "GCC: " { xfail *-*-* } } } */
8 /* The testsuite saw scan-assembler-not and turned off .ident so the above 9 /* 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 * has to fail for proper operation since the testsuite itself forced