Commit 2607ef8a by Rainer Orth Committed by Rainer Orth

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

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

From-SVN: r207663
parent f27be550
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
......
......@@ -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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment