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/12447] [tree-ssa] ICE: segfault in require_phi


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

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



------- Additional Comments From dberlin at gcc dot gnu dot org  2003-09-29 22:24 -------
This is a side effect of not pre-splitting critical edges.
If you change the #if 0 code in tree-ssa-pre.c's split_critical_edges to #if 1, the test case compiles 
fine.

ENabling this code is currently blocked on another bug in edge splitting/edge insertion, but as 
soon as that is cleared up, this will be fixed.


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