------- Comment #11 from hosking at cs dot purdue dot edu  2006-08-24 00:57 
-------
(In reply to comment #9)
> Does 4.1 have the check for EDGE_CRITICAL_P in insert_aux?

Yes:

                          /* This can happen in the very weird case
                             that our fake infinite loop edges have caused a
                             critical edge to appear.  */
                          if (EDGE_CRITICAL_P (pred))
                            {
                              cant_insert = true;
                              break;
                            }


-- 


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

Reply via email to