From ab7ea426a359564da2edf11914782528e381aa9a Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 27 Mar 2012 18:01:06 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.target/i386/pr28946.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a9f0bc8c069..9fdb69d7e4d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2012-03-27 Mike Stump + + PR target/52665 + * gcc.target/i386/pr28946.c: Use -fno-ident to avoid spurious + failures that match branch names. + 2012-03-27 Uros Bizjak H.J. Lu diff --git a/gcc/testsuite/gcc.target/i386/pr28946.c b/gcc/testsuite/gcc.target/i386/pr28946.c index bdc2fd15f7f..3272079772c 100644 --- a/gcc/testsuite/gcc.target/i386/pr28946.c +++ b/gcc/testsuite/gcc.target/i386/pr28946.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-Os" } */ +/* { dg-options "-Os -fno-ident" } */ /* { dg-final { scan-assembler-not "test" } } */ int fct1 (void); -- 2.30.2