[Bug fortran/50924] Attempt to allocate negative amount of memory. Possible integer overflow
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Oct 30 21:55:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50924
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-10-30 21:55:06 UTC ---
The maximum object size that can be allocated is half of the virtual
address-space. Your object is too large (this is a middle-end restriction,
documented
in the C implementation defined section of the manual - the same restriction
applies to fortran).
More information about the Gcc-bugs
mailing list