AFAICT the gcc.dg/binop-xor1.c test is XPASSing everywhere since about 20131114:
XPASS: gcc.dg/binop-xor1.c scan-tree-dump-times optimized "\\\\^" 1 To reduce testsuite noise, I'd like to apply the following patch. Tested with the appropriate runtest invocations on i386-pc-solaris2.11 and x86_64-unknown-linux-gnu. Ok for mainline? Rainer 2014-02-04 Rainer Orth <r...@cebitec.uni-bielefeld.de> * gcc.dg/binop-xor1.c: Don't xfail scan-tree-dump-times.
# HG changeset patch # Parent 2ea5215f63132658a45a94a32e3a2c5db29ded92 Don't xfail gcc.dg/binop-xor1.c diff --git a/gcc/testsuite/gcc.dg/binop-xor1.c b/gcc/testsuite/gcc.dg/binop-xor1.c --- a/gcc/testsuite/gcc.dg/binop-xor1.c +++ b/gcc/testsuite/gcc.dg/binop-xor1.c @@ -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" } } */
-- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University