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 tree-optimization/17517] [4.0 Regression] ICE: SSA corruption


------- Additional Comments From amacleod at redhat dot com  2004-09-16 13:12 -------
a followon issue with copyrename.

if we have an abnormal PHI:
  a_6 = <a_4, a_3>

and somewhere else we have 
  p_9 = a_2
<...>
  a_3 = a_2

we coalesce p_9 and a_2 because there is no reason not to.
a_3 and a_2 are automatically coalesced since they hgave the same root.

now we have p_9 propgated into the abnormal PHI, and boom.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-16 13:12:10
               date|                            |


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


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