aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/ident-1a.c
blob: 867ee43fb2658775ccbc689b54c9be72181875d5 (plain)
1
2
3
4
5
6
7
8
/* PR testsuite/52665
 * Make sure scan-assembler turns off .ident  */
/* { dg-do compile } */
int i;

/* { dg-final { scan-assembler "GCC: " { xfail *-*-* } } } */
/* The testsuite saw scan-assembler and turned off .ident so the above
 * has to fail for proper operation.  */