aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/ident-2b.c
blob: fae6a0315718f7922de7cbade5ec4216c326657a (plain)
1
2
3
4
5
6
7
/* PR testsuite/52665
 * Make sure scan-assembler-times turns off .ident unless -fident in testcase */
/* { dg-do compile } */
/* { dg-options "-fident" } */
int ident;

/* { dg-final { scan-assembler "GCC: " { xfail { { hppa*-*-hpux* && { ! lp64 } } || { powerpc-ibm-aix* || powerpc*-*-darwin* } } } } } */