[Bug optimization/12899] [tree-ssa] ICE in cprop_into_phis

dberlin at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Nov 4 19:40:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dberlin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-04 19:40:06
               date|                            |


------- Additional Comments From dberlin at gcc dot gnu dot org  2003-11-04 19:40 -------
Mine.

This is caused because we miss either an ephi operand in the entry block, or adding the entry block 
phi arg.

Thus, the cprop_into_phis fails because the phi has two arguments (block 3 and block 5) when it 
should have three (block -1, block 3, and block 5).



More information about the Gcc-bugs mailing list