PR target/52665
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Mar 2012 18:01:06 +0000 (18:01 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Mar 2012 18:01:06 +0000 (18:01 +0000)
* gcc.target/i386/pr28946.c: Use -fno-ident to avoid spurious
failures that match branch names.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185889 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr28946.c

index a9f0bc8..9fdb69d 100644 (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>
 
index bdc2fd1..3272079 100644 (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);