mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 10:00:35 +08:00
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:
parent
9a0ee5ed8b
commit
ab7ea426a3
@ -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>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-Os" } */
|
||||
/* { dg-options "-Os -fno-ident" } */
|
||||
/* { dg-final { scan-assembler-not "test" } } */
|
||||
|
||||
int fct1 (void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user