[Bug fortran/30802] out of bounds error array I/O not picked up with -fbounds-check

2024-03-21 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30802 --- Comment #15 from GCC Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:509352069d6f166d396f4b4a86e71ea521f2ca78 commit r14-9597-g509352069d6f166d396f4b4a86e71ea521f2ca78 Author: Harald Anlauf Date:

[Bug fortran/30802] out of bounds error array I/O not picked up with -fbounds-check

2023-09-15 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30802 anlauf at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED

[Bug fortran/30802] out of bounds error array I/O not picked up with -fbounds-check

2023-09-15 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30802 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anthony.debeus at gmail dot

[Bug fortran/30802] out of bounds error array I/O not picked up with -fbounds-check

2023-09-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30802 --- Comment #12 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:1cbf18978aa384bd0ed2dc29b107fc3423cf8e62 commit r14-4039-g1cbf18978aa384bd0ed2dc29b107fc3423cf8e62 Author: Harald Anlauf Date:

[Bug fortran/30802] out of bounds error array I/O not picked up with -fbounds-check

2023-09-14 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30802 --- Comment #11 from anlauf at gcc dot gnu.org --- Submitted: https://gcc.gnu.org/pipermail/fortran/2023-September/059756.html

[Bug fortran/30802] out of bounds error array I/O not picked up with -fbounds-check

2023-09-14 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30802 anlauf at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |anlauf at gcc dot

[Bug fortran/30802] out of bounds error array I/O not picked up with -fbounds-check

2020-10-28 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30802 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anlauf at gcc dot gnu.org

[Bug fortran/30802] out of bounds error array I/O not picked up with -fbounds-check

2020-01-13 Thread markeggleston at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30802 markeggleston at gcc dot gnu.org changed: What|Removed |Added CC||markeggleston at gcc

[Bug fortran/30802] out of bounds error array I/O not picked up with -fbounds-check

2016-04-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30802 Dominique d'Humieres changed: What|Removed |Added CC||Edouard.Canot at irisa dot fr

[Bug fortran/30802] out of bounds error array I/O not picked up with -fbounds-check

2015-12-07 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30802 --- Comment #6 from Jerry DeLisle --- Intentionally not in the library for efficiency. However we can build in some runtime checks with -fcheck=. This one is on my radar and I was just looking at it a few days ago. Not taking assignment yet.

[Bug fortran/30802] out of bounds error array I/O not picked up with -fbounds-check

2015-12-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30802 Dominique d'Humieres changed: What|Removed |Added Known to fail|| --- Comment #5 from Dominique

[Bug fortran/30802] out of bounds error array I/O not picked up with -fbounds-check

2010-04-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2010-04-18 15:31 --- Re-confirmed. We have no bounds checking code in fortran/io.c nor in the I/O library. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30802

[Bug fortran/30802] out of bounds error array I/O not picked up with -fbounds-check

2007-12-17 Thread tkoenig at gcc dot gnu dot org
--- Comment #3 from tkoenig at gcc dot gnu dot org 2007-12-17 22:23 --- I think the problem is that we don't insert bounds checking in gfc_conv_expr_descriptor. Another test case: $ cat index.f90 module bar contains subroutine foo(a) real, dimension(:) :: a a = 3. end

[Bug fortran/30802] out of bounds error array I/O not picked up with -fbounds-check

2007-12-08 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|fxcoudert at gcc dot gnu dot|unassigned at gcc dot gnu |org