[Bug tree-optimization/56250] Wrong constant folding on unsigned int

2013-02-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56250 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/56250] Wrong constant folding on unsigned int

2013-02-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56250 --- Comment #8 from Jakub Jelinek 2013-02-19 17:26:15 UTC --- Author: jakub Date: Tue Feb 19 17:26:04 2013 New Revision: 196147 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196147 Log: Backported from mainline 2013-0

[Bug tree-optimization/56250] Wrong constant folding on unsigned int

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56250 --- Comment #7 from Jakub Jelinek 2013-02-08 15:23:43 UTC --- Fixed on the trunk so far.

[Bug tree-optimization/56250] Wrong constant folding on unsigned int

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56250 --- Comment #6 from Jakub Jelinek 2013-02-08 15:06:37 UTC --- Author: jakub Date: Fri Feb 8 15:06:26 2013 New Revision: 195888 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195888 Log: PR tree-optimization/56250 * fo

[Bug tree-optimization/56250] Wrong constant folding on unsigned int

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56250 --- Comment #5 from Jakub Jelinek 2013-02-08 11:24:02 UTC --- Created attachment 29394 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29394 gcc48-pr56250.patch Untested fix. I believe only division/modulus is problematic, not mu