[Bug middle-end/56589] Array bounds violation is very end-user unfriendly

2013-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56589 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/56589] Array bounds violation is very end-user unfriendly

2013-03-11 Thread jakub at gcc dot gnu.org
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

[Bug middle-end/56589] Array bounds violation is very end-user unfriendly

2013-03-11 Thread jakub at gcc dot gnu.org
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

[Bug middle-end/56589] Array bounds violation is very end-user unfriendly

2013-03-11 Thread manu at gcc dot gnu.org
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

[Bug middle-end/56589] Array bounds violation is very end-user unfriendly

2013-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56589 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Co

[Bug middle-end/56589] Array bounds violation is very end-user unfriendly

2013-03-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56589 Andrew Pinski changed: What|Removed |Added Component|c |middle-end Summary|[4