http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56638



kargl at gcc dot gnu.org changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

             Status|UNCONFIRMED                 |RESOLVED

                 CC|                            |kargl at gcc dot gnu.org

         Resolution|                            |INVALID



--- Comment #1 from kargl at gcc dot gnu.org 2013-03-17 01:24:10 UTC ---

(In reply to comment #0)



> I have a software that reserves a lot of RAM (because Fortran 77 doesn't

> support dynamically assigned memory) but it won't address the entire range.



gfortran is a Fortran 95 compiler.  Learn to use dynamic memory

allocation or lower expectations with regards to declaring arrays

that consume a large amount of memory.

Reply via email to