Commit ab7ea426 by Mike Stump Committed by Mike Stump

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
parent 9a0ee5ed
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>
......
/* { dg-do compile } */
/* { dg-options "-Os" } */
/* { dg-options "-Os -fno-ident" } */
/* { dg-final { scan-assembler-not "test" } } */
int fct1 (void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment