[Bug tree-optimization/54491] interval membership optimization

2016-07-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54491 --- Comment #5 from Andrew Pinski --- Only foo is not optimized. But bar is optimized to the same as baz. I don't know if range and foo are equivalent due to wrapping.

[Bug tree-optimization/54491] interval membership optimization

2016-07-23 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54491 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org Sev

[Bug tree-optimization/54491] interval membership optimization

2012-09-05 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54491 --- Comment #4 from Andrew Pinski 2012-09-05 17:52:53 UTC --- > integer overflow Note there is never any integer overflow with unsigned types but always wrapping.

[Bug tree-optimization/54491] interval membership optimization

2012-09-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54491 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3 f

[Bug tree-optimization/54491] interval membership optimization

2012-09-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54491 --- Comment #2 from Jakub Jelinek 2012-09-05 14:54:50 UTC --- I'm suprised PR46309 doesn't handle this. Will look at it.

[Bug tree-optimization/54491] interval membership optimization

2012-09-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54491 Richard Guenther changed: What|Removed |Added Keywords||missed-optimization Status