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/12662] [tree-ssa] ICE in cprop_into_phis, at tree-ssa-dom.c:1557


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

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


dberlin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-17 23:29:36
               date|                            |


------- Additional Comments From dberlin at gcc dot gnu dot org  2003-10-17 23:29 -------
This is a Garbage Collection problem, because the BB annotations aren't marked, and thus, the phi 
nodes don't get marked. 

Because we push context in PRE (and never collect anywhere else in tree-ssa), only phi nodes PRE 
creates get collected.

Zdenek has patches to do proper marking, which should fix this.


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