[Bug tree-optimization/19792] Missed optimizations due to signedness in the way

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu May 4 15:04:00 GMT 2006



------- Comment #5 from rguenth at gcc dot gnu dot org  2006-05-04 15:04 -------
bar is now fixed.


;; Function foo (foo)

Analyzing Edge Insertions.
foo (t)
{
<bb 2>:
  return size_lookup[(int) t] == size_lookup[t];

}



;; Function bar (bar)

Analyzing Edge Insertions.
bar (t)
{
<bb 2>:
  return 1;

}


-- 


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



More information about the Gcc-bugs mailing list