Don't xfail gcc.dg/binop-xor1.c

* gcc.dg/binop-xor1.c: Don't xfail scan-tree-dump-times.

From-SVN: r207663
This commit is contained in:
Rainer Orth 2014-02-10 16:44:05 +00:00 committed by Rainer Orth
parent f27be5508a
commit 2607ef8a7a
2 changed files with 5 additions and 1 deletions

View 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

View 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" } } */