[Bug tree-optimization/15982] [3.5 Regression] ICE in tree-ssa-pre due to GVN-PRE

dberlin at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Jun 16 16:18:00 GMT 2004


------- Additional Comments From dberlin at gcc dot gnu dot org  2004-06-16 16:18 -------
This bug occurs because phi translation doesn't fold constants during translation.
So we end up trying to look up the value of a - 1 + 1, instead of a, and can't find it.
Whoops.


-- 


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



More information about the Gcc-bugs mailing list