[Bug fortran/50937] STAT option with ALLOCATE statement on large arrays
kargl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Oct 31 18:06:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50937
kargl at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kargl at gcc dot gnu.org
--- Comment #1 from kargl at gcc dot gnu.org 2011-10-31 18:06:32 UTC ---
What operating system and does it use a virtual memory
system? Change 'e(n,n,n,n) = 1' to 'e = 1' and see
what happens. In one case, you are touching only the
last page in vm while in the other you are touching
all pages.
More information about the Gcc-bugs
mailing list