------- Comment #3 from rguenth at gcc dot gnu dot org 2008-09-18 13:49 ------- The problem is that
int64_t p1; int p; p1 = PHI <1, 0> p = PHI <1, 0> are value-numbered the same. I have a patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37258
rguenth at gcc dot gnu dot org Thu, 18 Sep 2008 06:51:14 -0700
------- Comment #3 from rguenth at gcc dot gnu dot org 2008-09-18 13:49 ------- The problem is that
int64_t p1; int p; p1 = PHI <1, 0> p = PHI <1, 0> are value-numbered the same. I have a patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37258