[Bug tree-optimization/37869] PTA results wrong for "non-pointer" variables

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Nov 25 21:47:00 GMT 2008



------- Comment #5 from rguenth at gcc dot gnu dot org  2008-11-25 21:45 -------
Simpler testcase:

void
foo (unsigned long *end)
{
  unsigned long *temp = end - 1;

  while (1)
    *end-- = *temp;
}


-- 


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



More information about the Gcc-bugs mailing list