This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/49540] [4.6/4.7 Regression] Memory-hog with large DATA stmt
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 27 Jun 2011 08:34:28 +0000
- Subject: [Bug fortran/49540] [4.6/4.7 Regression] Memory-hog with large DATA stmt
- Auto-submitted: auto-generated
- References: <bug-49540-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49540
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to work| |4.5.2
Summary|[4.6/4.7 Regression] |[4.6/4.7 Regression]
|Memory-hot with large DATA |Memory-hog with large DATA
|stmt |stmt
Known to fail| |4.6.0, 4.7.0
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-06-27 08:34:10 UTC ---
Even if the initializer isn't just all zeros, 4.5.x compiles it very fast and
with minimum amount of memory.