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: W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30802
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSI
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 co
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: F
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
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
gnu.
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30802
markeggleston at gcc dot gnu.org changed:
What|Removed |Added
CC||markeggleston at gcc do
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30802
Dominique d'Humieres changed:
What|Removed |Added
CC||Edouard.Canot at irisa dot fr
---
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30802
Dominique d'Humieres changed:
What|Removed |Added
Known to fail||
--- Comment #5 from Dominique d'
--- 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
--- 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 subrouti
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|fxcoudert at gcc dot gnu dot|unassigned at gcc dot gnu
|org
14 matches
Mail list logo