This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/25401] improper runtime bounds check error when using arbitrary length arrays
- From: "cummings at cacr dot caltech dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Dec 2005 00:10:07 -0000
- Subject: [Bug fortran/25401] improper runtime bounds check error when using arbitrary length arrays
- References: <bug-25401-3013@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from cummings at cacr dot caltech dot edu 2005-12-14 00:10 -------
Created an attachment (id=10478)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10478&action=view)
test case showing incorrect runtime bounds check failure
Here is a simple code illustrating the problem. Compile the code with the flag
-fbounds-check and then run the executable to see the problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25401