http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57313

            Bug ID: 57313
           Summary: [4.9 Regression]: gcc.dg/binop-xor3.c
                    scan-tree-dump-times
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: regression
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hp at gcc dot gnu.org
                CC: glisse at gcc dot gnu.org
              Host: x86_64-unknown-linux-gnu
            Target: cris-axis-elf

Created attachment 30139
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30139&action=edit
binop-xor3.c.165t.optimized

This test previously passed, now it fails.
A patch in the revision range (last_known_working:first_known_failing)
198890:198899
exposed or caused this regression.  Since then it fails as follows:

Running /tmp/hpautotest-gcc0/gcc/gcc/testsuite/gcc.dg/dg.exp ...
FAIL: gcc.dg/binop-xor3.c scan-tree-dump-times optimized "\\^" 1

The files binop-xor3.s and binop-xor3.c.165t.optimized are attached.

Author of the most suspect patch (having touched the actual test-case and
related code) in revision range CC:ed.

Apparently, cris-elf is just one of many targets for which this test now fails;
I guess half of them regressed but x86_64 and i686 (and ia64, sh4, spu), as
seen on gcc-testresults@ since then: s390-ibm-linux-gnu
<http://gcc.gnu.org/ml/gcc-testresults/2013-05/msg01643.html>,
m68k-unknown-linux-gnu
<http://gcc.gnu.org/ml/gcc-testresults/2013-05/msg01593.html>,
powerpc-ibm-aix7.1.0.0
<http://gcc.gnu.org/ml/gcc-testresults/2013-05/msg01567.html>,
powerpc64-unknown-linux-gnu
<http://gcc.gnu.org/ml/gcc-testresults/2013-05/msg01709.html>.

Reply via email to