[Bug fortran/58146] Array slice bounds checking

2025-01-20 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|WAITING |RESOLVED Resolution|-

[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 tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|tkoenig at gcc dot

[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 --- Related bugs: PR 50548, PR 33906

[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 --- Patch committed: Author: tkoenig Date: Sun Aug 25 22:55:12 2013 New Revision: 201981 URL: http://gcc.gnu.org/viewcvs?rev=201981&root=gcc&view=rev Log: 2013-08-26 Thomas Koenig PR fortran/58146 * a

[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 --- (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 conformable, so it is a b

[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 --- (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 because the scalarizer

[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 changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Comment #4 f

[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 --- Actually, the patch doesn't work (yet). Working on it.

[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 changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[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 changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/58146] Array slice bounds checking

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