On Tue, 4 Feb 2014, Rainer Orth wrote: > AFAICT the gcc.dg/binop-xor1.c test is XPASSing everywhere since about > 20131114:
Bah, missing analysis. "Everywhere" does not include cris-elf, powerpc64-unknown-linux-gnu, m68k-unknown-linux-gnu, s390x-ibm-linux-gnu, powerpc-ibm-aix7.1.0.0. > > 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. > > The XPASS wasn't universal. I opened PR60173. brgds, H-P