This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/52788] -fbounds-check fails for 2-rank allocatable arrays when reading
- From: "Edouard.Canot at irisa dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 30 Mar 2012 07:11:41 +0000
- Subject: [Bug fortran/52788] -fbounds-check fails for 2-rank allocatable arrays when reading
- Auto-submitted: auto-generated
- References: <bug-52788-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52788
--- Comment #1 from Edouard.Canot at irisa dot fr 2012-03-30 07:11:41 UTC ---
For a one dimensional allocatable array, gfortran leads to a correct behavior
when reading, i.e. it detects the bounds overflow.