public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug regression/60173] New: [4.9 Regression]: gcc.dg/binop-xor1.c scan-tree-dump-times
@ 2014-02-13 10:14 hp at gcc dot gnu.org
  2014-02-22 16:48 ` [Bug testsuite/60173] " hp at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hp at gcc dot gnu.org @ 2014-02-13 10:14 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60173
           Summary: [4.9 Regression]: gcc.dg/binop-xor1.c
                    scan-tree-dump-times
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: regression
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hp at gcc dot gnu.org
                CC: ro at techfak dot uni-bielefeld.de
              Host: x86_64-unknown-linux-gnu
            Target: cris-axis-elf

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

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

This test also fails for at least the following targets (revision, link to
gcc-testresults@)
powerpc64-unknown-linux-gnu (207741
<http://gcc.gnu.org/ml/gcc-testresults/2014-02/msg00830.html>),
m68k-unknown-linux-gnu (unknown,
<http://gcc.gnu.org/ml/gcc-testresults/2014-02/msg00849.html>),
s390x-ibm-linux-gnu (207735,
<http://gcc.gnu.org/ml/gcc-testresults/2014-02/msg00828.html>),
powerpc-ibm-aix7.1.0.0 (207693,
<http://gcc.gnu.org/ml/gcc-testresults/2014-02/msg00752.html>), 

(The failure is not universal, it seems to not fail for at least as many other
targets.)

Author of the single suspect patch CC:ed.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/60173] [4.9 Regression]: gcc.dg/binop-xor1.c scan-tree-dump-times
  2014-02-13 10:14 [Bug regression/60173] New: [4.9 Regression]: gcc.dg/binop-xor1.c scan-tree-dump-times hp at gcc dot gnu.org
@ 2014-02-22 16:48 ` hp at gcc dot gnu.org
  2014-02-22 16:58 ` hp at gcc dot gnu.org
  2014-02-22 17:02 ` hp at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: hp at gcc dot gnu.org @ 2014-02-22 16:48 UTC (permalink / raw)
  To: gcc-bugs

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

Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2014-02-22
          Component|regression                  |testsuite
   Target Milestone|---                         |4.9.0
     Ever confirmed|0                           |1

--- Comment #1 from Hans-Peter Nilsson <hp at gcc dot gnu.org> ---
I'll update the new logical_op_short_circuit list.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/60173] [4.9 Regression]: gcc.dg/binop-xor1.c scan-tree-dump-times
  2014-02-13 10:14 [Bug regression/60173] New: [4.9 Regression]: gcc.dg/binop-xor1.c scan-tree-dump-times hp at gcc dot gnu.org
  2014-02-22 16:48 ` [Bug testsuite/60173] " hp at gcc dot gnu.org
@ 2014-02-22 16:58 ` hp at gcc dot gnu.org
  2014-02-22 17:02 ` hp at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: hp at gcc dot gnu.org @ 2014-02-22 16:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Hans-Peter Nilsson <hp at gcc dot gnu.org> ---
Author: hp
Date: Sat Feb 22 16:58:06 2014
New Revision: 208044

URL: http://gcc.gnu.org/viewcvs?rev=208044&root=gcc&view=rev
Log:
    PR testsuite/60173
    * lib/target-supports.exp
    (check_effective_target_logical_op_short_circuit): Add cris-*-*
    and crisv32-*-* to list.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/lib/target-supports.exp


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/60173] [4.9 Regression]: gcc.dg/binop-xor1.c scan-tree-dump-times
  2014-02-13 10:14 [Bug regression/60173] New: [4.9 Regression]: gcc.dg/binop-xor1.c scan-tree-dump-times hp at gcc dot gnu.org
  2014-02-22 16:48 ` [Bug testsuite/60173] " hp at gcc dot gnu.org
  2014-02-22 16:58 ` hp at gcc dot gnu.org
@ 2014-02-22 17:02 ` hp at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: hp at gcc dot gnu.org @ 2014-02-22 17:02 UTC (permalink / raw)
  To: gcc-bugs

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

Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Hans-Peter Nilsson <hp at gcc dot gnu.org> ---
<http://gcc.gnu.org/ml/gcc-patches/2014-02/msg00969.html> and
<http://gcc.gnu.org/ml/gcc-patches/2014-02/msg01365.html>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-22 17:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-13 10:14 [Bug regression/60173] New: [4.9 Regression]: gcc.dg/binop-xor1.c scan-tree-dump-times hp at gcc dot gnu.org
2014-02-22 16:48 ` [Bug testsuite/60173] " hp at gcc dot gnu.org
2014-02-22 16:58 ` hp at gcc dot gnu.org
2014-02-22 17:02 ` hp at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).