http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56250
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
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;
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56250
Andrew Pinski changed:
What|Removed |Added
Keywords||wrong-code
Component|c