This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/37199] array assignment from function writes out of bounds
- From: "salam at lpthe dot jussieu dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Aug 2008 10:29:52 -0000
- Subject: [Bug fortran/37199] array assignment from function writes out of bounds
- References: <bug-37199-16624@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from salam at lpthe dot jussieu dot fr 2008-08-22 10:29 -------
Created an attachment (id=16127)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16127&action=view)
test case
# to see the issue, type
gfortran -g -Wall bounds_issue.f90
./a.out
# or
valgrind ./a.out
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37199