view gcc/testsuite/c-c++-common/ident-1a.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
line wrap: on
line source

/* PR testsuite/52665
 * Make sure scan-assembler turns off .ident  */
/* { dg-do compile } */
/* { dg-skip-if "no assembler .ident support" { { hppa*-*-hpux* && { ! lp64 } } || powerpc*-*-darwin* } } */
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.  */