re PR testsuite/52665 (scan-assembler output produces wrong FAIL due to matching .ident)

PR target/52665
	* gcc.target/i386/pr28946.c: Use -fno-ident to avoid spurious
	failures that match branch names.

From-SVN: r185889
This commit is contained in:
Mike Stump 2012-03-27 18:01:06 +00:00 committed by Mike Stump
parent 9a0ee5ed8b
commit ab7ea426a3
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2012-03-27 Mike Stump <mikestump@comcast.net>
PR target/52665
* gcc.target/i386/pr28946.c: Use -fno-ident to avoid spurious
failures that match branch names.
2012-03-27 Uros Bizjak <ubizjak@gmail.com>
H.J. Lu <hongjiu.lu@intel.com>

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-Os" } */
/* { dg-options "-Os -fno-ident" } */
/* { dg-final { scan-assembler-not "test" } } */
int fct1 (void);