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

Reply via email to