This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/50937] STAT option with ALLOCATE statement on large arrays
- From: "kargl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 31 Oct 2011 18:06:32 +0000
- Subject: [Bug fortran/50937] STAT option with ALLOCATE statement on large arrays
- Auto-submitted: auto-generated
- References: <bug-50937-4@http.gcc.gnu.org/bugzilla/>
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.