Don't xfail gcc.dg/binop-xor1.c
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Feb 2014 16:44:05 +0000 (16:44 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Feb 2014 16:44:05 +0000 (16:44 +0000)
* gcc.dg/binop-xor1.c: Don't xfail scan-tree-dump-times.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/binop-xor1.c

index 56125ad..dd2c268 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * gcc.dg/binop-xor1.c: Don't xfail scan-tree-dump-times.
+
 2014-02-10  Jeff Law  <law@redhat.com>
 
        PR middle-end-52306
index 48f6b42..f0f5e3d 100644 (file)
@@ -7,5 +7,5 @@ foo (int a, int b, int c)
   return ((a && !b && c) || (!a && b && c));
 }
 
-/* { dg-final { scan-tree-dump-times "\\\^" 1 "optimized" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "\\\^" 1 "optimized" } } */
 /* { dg-final { cleanup-tree-dump "optimized" } } */