This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/28914] Code inside loop hangs; outside loop runs normally; runs OK on other compilers
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Aug 2006 05:28:45 -0000
- Subject: [Bug fortran/28914] Code inside loop hangs; outside loop runs normally; runs OK on other compilers
- References: <bug-28914-13180@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from jvdelisle at gcc dot gnu dot org 2006-08-31 05:28 -------
Setting the parameter n=65535, the program appears to execute correctly.
However, the pr28914.f90.003t.original file is 706800 bytes long and embedded
with a very large static declaration of the array. As if it has been inlined.
With n=66536, the dump file is 4436 bytes long and has code to initialize the
array with a loop. That looping code appears broken.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28914