[Bug tree-optimization/27381] [4.2 Regression] ice on valid code with -O

2006-05-03 Thread amacleod at gcc dot gnu dot org
--- Comment #7 from amacleod at redhat dot com 2006-05-03 17:13 --- Subject: Bug 27381 Author: amacleod Date: Wed May 3 17:13:37 2006 New Revision: 113499 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=113499 Log: 2006-05-02 Andrew MacLeod [EMAIL PROTECTED] PR

[Bug tree-optimization/27381] [4.2 Regression] ice on valid code with -O

2006-05-03 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-05-04 04:53 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/27381] [4.2 Regression] ice on valid code with -O

2006-05-02 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |blocker Component|c

[Bug tree-optimization/27381] [4.2 Regression] ice on valid code with -O

2006-05-02 Thread amacleod at redhat dot com
--- Comment #5 from amacleod at redhat dot com 2006-05-02 15:38 --- The assert condition is not flawed. It has exposed a second bug with the old immuse iterator scheme that was also hidden by the old algorithm work around Jeff had implemented. When iterating over the immediate uses,

[Bug tree-optimization/27381] [4.2 Regression] ice on valid code with -O

2006-05-02 Thread amacleod at redhat dot com
--- Comment #6 from amacleod at redhat dot com 2006-05-02 15:40 --- Created an attachment (id=11361) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11361action=view) proposed patch This is the patch undergoing testing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27381