This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/28914] Code inside loop hangs; outside loop runs normally; runs OK on other compilers



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]