[Bug fortran/58146] Array slice bounds checking

2023-09-18 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING --- Comment #10 from

[Bug fortran/58146] Array slice bounds checking

2013-08-27 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 --- Comment #7 from Mikael Morin mikael at gcc dot gnu.org --- Patch committed: Author: tkoenig Date: Sun Aug 25 22:55:12 2013 New Revision: 201981 URL: http://gcc.gnu.org/viewcvs?rev=201981root=gccview=rev Log: 2013-08-26 Thomas Koenig

[Bug fortran/58146] Array slice bounds checking

2013-08-27 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 --- Comment #8 from Mikael Morin mikael at gcc dot gnu.org --- Related bugs: PR 50548, PR 33906

[Bug fortran/58146] Array slice bounds checking

2013-08-27 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug fortran/58146] Array slice bounds checking

2013-08-14 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added CC||mikael at gcc dot

[Bug fortran/58146] Array slice bounds checking

2013-08-14 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 --- Comment #5 from Mikael Morin mikael at gcc dot gnu.org --- (In reply to Mikael Morin from comment #4) (In reply to Thomas Koenig from comment #0) neither does it do so with -fcheck=all at runtime: There is no out of bound at run time

[Bug fortran/58146] Array slice bounds checking

2013-08-14 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 --- Comment #6 from Thomas Koenig tkoenig at gcc dot gnu.org --- (In reply to Mikael Morin from comment #5) Technically a(n+1:n+4) is within the bounds, the out of bounds comes from the loop with a 5-sized array. The array expressions are not

[Bug fortran/58146] Array slice bounds checking

2013-08-13 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Keywords||diagnostic

[Bug fortran/58146] Array slice bounds checking

2013-08-13 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/58146] Array slice bounds checking

2013-08-13 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/58146] Array slice bounds checking

2013-08-13 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 --- Comment #3 from Thomas Koenig tkoenig at gcc dot gnu.org --- Actually, the patch doesn't work (yet). Working on it.