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/49540] [4.6/4.7 Regression] Memory-hog with large DATA stmt


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.


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