Mercurial > hg > CbC > GCC_original
annotate gcc/testsuite/c-c++-common/ident-0b.c @ 19:2b5abeee2509 default tip
update gcc11
author | anatofuz |
---|---|
date | Mon, 25 May 2020 07:50:57 +0900 |
parents | 1830386684a0 |
children |
rev | line source |
---|---|
17 | 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" } */ | |
18 | 5 /* { dg-skip-if "no assembler .ident support" { { hppa*-*-hpux* && { ! lp64 } } || powerpc*-*-darwin* } } */ |
17 | 6 int i; |
7 | |
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. */ |