public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/49876] New: [4.7 Regression] FAIL: gfortran.dg/graphite/pr43097.f
@ 2011-07-27 18:21 hjl.tools at gmail dot com
  2011-07-27 18:31 ` [Bug middle-end/49876] " spop at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2011-07-27 18:21 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 Regression] FAIL: gfortran.dg/graphite/pr43097.f
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/ia32, 176838 gave

FAIL: gfortran.dg/graphite/pr43097.f  -O  (internal compiler error)
FAIL: gfortran.dg/graphite/pr43097.f  -O  (test for excess errors)

Revision 176832 is OK.


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

* [Bug middle-end/49876] [4.7 Regression] FAIL: gfortran.dg/graphite/pr43097.f
  2011-07-27 18:21 [Bug middle-end/49876] New: [4.7 Regression] FAIL: gfortran.dg/graphite/pr43097.f hjl.tools at gmail dot com
@ 2011-07-27 18:31 ` spop at gcc dot gnu.org
  2011-07-27 18:50 ` spop at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: spop at gcc dot gnu.org @ 2011-07-27 18:31 UTC (permalink / raw)
  To: gcc-bugs

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

Sebastian Pop <spop at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2011.07.27 18:30:14
                 CC|                            |spop at gcc dot gnu.org
         AssignedTo|unassigned at gcc dot       |spop at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #1 from Sebastian Pop <spop at gcc dot gnu.org> 2011-07-27 18:30:14 UTC ---
This passes on amd64-linux where I'm testing my changes.


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

* [Bug middle-end/49876] [4.7 Regression] FAIL: gfortran.dg/graphite/pr43097.f
  2011-07-27 18:21 [Bug middle-end/49876] New: [4.7 Regression] FAIL: gfortran.dg/graphite/pr43097.f hjl.tools at gmail dot com
  2011-07-27 18:31 ` [Bug middle-end/49876] " spop at gcc dot gnu.org
@ 2011-07-27 18:50 ` spop at gcc dot gnu.org
  2011-07-28  9:50 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: spop at gcc dot gnu.org @ 2011-07-27 18:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Sebastian Pop <spop at gcc dot gnu.org> 2011-07-27 18:50:32 UTC ---
Patch:
http://gcc.gnu.org/ml/gcc-patches/2011-07/msg02453.html


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

* [Bug middle-end/49876] [4.7 Regression] FAIL: gfortran.dg/graphite/pr43097.f
  2011-07-27 18:21 [Bug middle-end/49876] New: [4.7 Regression] FAIL: gfortran.dg/graphite/pr43097.f hjl.tools at gmail dot com
  2011-07-27 18:31 ` [Bug middle-end/49876] " spop at gcc dot gnu.org
  2011-07-27 18:50 ` spop at gcc dot gnu.org
@ 2011-07-28  9:50 ` rguenth at gcc dot gnu.org
  2011-07-28 21:58 ` spop at gcc dot gnu.org
  2011-07-28 22:00 ` spop at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-07-28  9:50 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.0


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

* [Bug middle-end/49876] [4.7 Regression] FAIL: gfortran.dg/graphite/pr43097.f
  2011-07-27 18:21 [Bug middle-end/49876] New: [4.7 Regression] FAIL: gfortran.dg/graphite/pr43097.f hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2011-07-28  9:50 ` rguenth at gcc dot gnu.org
@ 2011-07-28 21:58 ` spop at gcc dot gnu.org
  2011-07-28 22:00 ` spop at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: spop at gcc dot gnu.org @ 2011-07-28 21:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Sebastian Pop <spop at gcc dot gnu.org> 2011-07-28 21:57:04 UTC ---
Author: spop
Date: Thu Jul 28 21:57:00 2011
New Revision: 176900

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176900
Log:
Fix PR49876: Continue code generation with integer_zero_node on gloog_error

When setting gloog_error, graphite should continue code generation
without early returns, as otherwise the SSA representation would not
be complete.  So set the new expression to integer_zero_node, that
would not require more SSA updates, and continue code generation as
nothing happened.

Regstrapped on amd64-linux.

2011-07-28  Sebastian Pop  <sebastian.pop@amd.com>

    PR tree-optimization/49876
    * sese.c (rename_uses): Do not return false on gloog_error: set
    the new_expr to integer_zero_node and continue code generation.
    (graphite_copy_stmts_from_block): Remove early exit on gloog_error.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/sese.c


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

* [Bug middle-end/49876] [4.7 Regression] FAIL: gfortran.dg/graphite/pr43097.f
  2011-07-27 18:21 [Bug middle-end/49876] New: [4.7 Regression] FAIL: gfortran.dg/graphite/pr43097.f hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2011-07-28 21:58 ` spop at gcc dot gnu.org
@ 2011-07-28 22:00 ` spop at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: spop at gcc dot gnu.org @ 2011-07-28 22:00 UTC (permalink / raw)
  To: gcc-bugs

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

Sebastian Pop <spop at gcc dot gnu.org> changed:

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

--- Comment #4 from Sebastian Pop <spop at gcc dot gnu.org> 2011-07-28 21:59:29 UTC ---
Fixed.


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

end of thread, other threads:[~2011-07-28 22:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-27 18:21 [Bug middle-end/49876] New: [4.7 Regression] FAIL: gfortran.dg/graphite/pr43097.f hjl.tools at gmail dot com
2011-07-27 18:31 ` [Bug middle-end/49876] " spop at gcc dot gnu.org
2011-07-27 18:50 ` spop at gcc dot gnu.org
2011-07-28  9:50 ` rguenth at gcc dot gnu.org
2011-07-28 21:58 ` spop at gcc dot gnu.org
2011-07-28 22:00 ` spop 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).