public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/44545] [4.5/4.6 regression] internal compiler error: in remove_unreachable_handlers, at tree-eh
       [not found] <bug-44545-4@http.gcc.gnu.org/bugzilla/>
@ 2010-11-16 11:52 ` rguenth at gcc dot gnu.org
  2010-11-16 12:13 ` ebotcazou at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-16 11:52 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |rguenth at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #7 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-16 11:48:10 UTC ---
Can't reproduce it on current trunk.  Looking at it on the branch.


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

* [Bug tree-optimization/44545] [4.5/4.6 regression] internal compiler error: in remove_unreachable_handlers, at tree-eh
       [not found] <bug-44545-4@http.gcc.gnu.org/bugzilla/>
  2010-11-16 11:52 ` [Bug tree-optimization/44545] [4.5/4.6 regression] internal compiler error: in remove_unreachable_handlers, at tree-eh rguenth at gcc dot gnu.org
@ 2010-11-16 12:13 ` ebotcazou at gcc dot gnu.org
  2010-11-16 12:14 ` [Bug tree-optimization/44545] [4.5 Regression] " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2010-11-16 12:13 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2010-11-16 12:06:42 UTC ---
> Can't reproduce it on current trunk.  Looking at it on the branch.

Try -fstack-check=generic on the trunk.


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

* [Bug tree-optimization/44545] [4.5 Regression] internal compiler error: in remove_unreachable_handlers, at tree-eh
       [not found] <bug-44545-4@http.gcc.gnu.org/bugzilla/>
  2010-11-16 11:52 ` [Bug tree-optimization/44545] [4.5/4.6 regression] internal compiler error: in remove_unreachable_handlers, at tree-eh rguenth at gcc dot gnu.org
  2010-11-16 12:13 ` ebotcazou at gcc dot gnu.org
@ 2010-11-16 12:14 ` rguenth at gcc dot gnu.org
  2010-11-16 14:12 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-16 12:14 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.6.0
         Depends on|                            |45232
            Summary|[4.5/4.6 regression]        |[4.5 Regression] internal
                   |internal compiler error: in |compiler error: in
                   |remove_unreachable_handlers |remove_unreachable_handlers
                   |, at tree-eh                |, at tree-eh

--- Comment #9 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-16 12:13:12 UTC ---
The fix for PR45232 fixed it on the trunk.


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

* [Bug tree-optimization/44545] [4.5 Regression] internal compiler error: in remove_unreachable_handlers, at tree-eh
       [not found] <bug-44545-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2010-11-16 12:14 ` [Bug tree-optimization/44545] [4.5 Regression] " rguenth at gcc dot gnu.org
@ 2010-11-16 14:12 ` rguenth at gcc dot gnu.org
  2010-11-16 14:17 ` rguenth at gcc dot gnu.org
  2010-11-16 14:42 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-16 14:12 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-16 13:53:53 UTC ---
Author: rguenth
Date: Tue Nov 16 13:53:50 2010
New Revision: 166796

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166796
Log:
2010-11-16  Richard Guenther  <rguenther@suse.de>

    PR tree-optimization/44545
    * tree-ssa-reassoc.c (linearize_expr_tree): Possibly throwing
    statements are not reassociatable.
    (reassociate_bb): Likewise.

    * gcc.dg/pr44545.c: New testcase.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/pr44545.c
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/tree-ssa-reassoc.c


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

* [Bug tree-optimization/44545] [4.5 Regression] internal compiler error: in remove_unreachable_handlers, at tree-eh
       [not found] <bug-44545-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2010-11-16 14:12 ` rguenth at gcc dot gnu.org
@ 2010-11-16 14:17 ` rguenth at gcc dot gnu.org
  2010-11-16 14:42 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-16 14:17 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-16 14:15:59 UTC ---
Author: rguenth
Date: Tue Nov 16 14:15:55 2010
New Revision: 166799

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166799
Log:
2010-11-16  Richard Guenther  <rguenther@suse.de>

    PR tree-optimization/44545
    * tree-ssa-reassoc.c (linearize_expr_tree): Possibly throwing
    statements are not reassociatable.
    (reassociate_bb): Likewise.

    * gcc.dg/pr44545.c: New testcase.

Added:
    trunk/gcc/testsuite/gcc.dg/pr44545.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-reassoc.c


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

* [Bug tree-optimization/44545] [4.5 Regression] internal compiler error: in remove_unreachable_handlers, at tree-eh
       [not found] <bug-44545-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2010-11-16 14:17 ` rguenth at gcc dot gnu.org
@ 2010-11-16 14:42 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-16 14:42 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #12 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-16 14:17:33 UTC ---
Fixed.


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

end of thread, other threads:[~2010-11-16 14:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-44545-4@http.gcc.gnu.org/bugzilla/>
2010-11-16 11:52 ` [Bug tree-optimization/44545] [4.5/4.6 regression] internal compiler error: in remove_unreachable_handlers, at tree-eh rguenth at gcc dot gnu.org
2010-11-16 12:13 ` ebotcazou at gcc dot gnu.org
2010-11-16 12:14 ` [Bug tree-optimization/44545] [4.5 Regression] " rguenth at gcc dot gnu.org
2010-11-16 14:12 ` rguenth at gcc dot gnu.org
2010-11-16 14:17 ` rguenth at gcc dot gnu.org
2010-11-16 14:42 ` rguenth 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).