[Bug middle-end/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 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/56250] Wrong constant folding on unsigned int

2013-02-07 Thread ishiura-compiler at ml dot kwansei.ac.jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56250 --- Comment #3 from Ishiura Lab Compiler Team 2013-02-08 01:59:18 UTC --- (In reply to comment #1) > When I do this: > unsigned x = 2; > unsigned t = (x/2); > unsigned t1 = -t; > unsigned t2 = t2/2; >

[Bug middle-end/56250] Wrong constant folding on unsigned int

2013-02-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56250 Andrew Pinski changed: What|Removed |Added Keywords||wrong-code Component|c