This is the mail archive of the gcc-patches@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]

[Fortran, trunk, committed] Make news message about allowed array sizes for g77-3.1 clearer.


L.S.,

Based on e-mails I'm getting lately, I updated the news message about
support for larger-than-512Mb-arrays in g77-3.1 on 32 bit targets.

The new message reads:

because 140 000 000 REALs is larger than the largest bit-extent that can
be
expressed in 32 bits.  However, bit-sizes never play a role after
offsets
have been converted to byte addresses.  Therefore this check has been
removed,
and the limit is now 2 Gbyte of memory (around 530 000 000 REALs).
Note: On GNU/Linux systems one has to compile and link programs that
occupy
more than 1 Gbyte statically, i.e.@: @code{g77 -static ...}.

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


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