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 tree-optimization/15982] [3.5 Regression] ICE in tree-ssa-pre due to GVN-PRE


------- 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


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