[Bug optimization/12447] [tree-ssa] ICE: segfault in require_phi

dberlin at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Sep 29 23:05: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=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.



More information about the Gcc-bugs mailing list