http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56589
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56589
--- Comment #5 from Jakub Jelinek 2013-03-11
09:51:44 UTC ---
Also, note that gcc 4.8 isn't the first version to actually use undefined
behavior in computation of the number of iterations, just gcc 4.8 now uses the
number of loop iteration
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56589
--- Comment #4 from Jakub Jelinek 2013-03-11
09:45:07 UTC ---
Of course there is benefit, one performance benefit for properly written code,
and also people will very quickly fix up their broken code, as has been done
already for numerous
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56589
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
--- Commen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56589
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56589
Andrew Pinski changed:
What|Removed |Added
Component|c |middle-end
Summary|[4