[Bug fortran/80610] Compiler crashes ungraciously when large static array is initialized with anything other than zero

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri May 19 21:47:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80610

--- Comment #11 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Basically to initialize all of the values of a static array, the array is
stored in gfortan memory.  To do a 1GB array, you need at least 32times that
amount of virtual memory available.  Related to bug 56671.


More information about the Gcc-bugs mailing list