This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug optimization/11496] [3.3 Regression] error in flow_loops_find when -funroll-loops active


------- Additional Comments From roger at eyesopen dot com  2003-12-09 11:31 -------
Very many thanks to Janice for identifing the patch to the 3.3 branch that 
appears to have resolved this issue:

2003-10-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>

        PR/11883
        * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.

Given that PR optimization/11883 was also an ICE in flow_loops_find, it looks
like this problem was a duplicate, and was correctly fixed by Zdenek's change.
Given I'm currently unable to reproduce this failure against either the current
3.3 branch or mainline (though I can with gcc 3.3.1), I'm closing this PR as
fixed resolved.  Many thanks again to Zdenek and Janice.


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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]