This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Fortran Uint Numbers
- To: Dale Knowles <dale_knowles at anadarko dot COM>
- Subject: Re: Fortran Uint Numbers
- From: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Date: Tue, 17 Oct 2000 20:21:27 +0200
- CC: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Organization: Moene Computational Physics, Maartensdijk, The Netherlands
- References: <E12B76A649FDD0119A3D00805F61129A01238A0F@algsrv03.algeria.anadarko.com>
Dale Knowles wrote:
> Are there any limitation on the number or values of the unit number in READ
> statements with G77 ?
As distributed, the compiler (actually, the run time library) only
allows the unit numbers 0 .. 99.
The manual explains how to change that (at the expense of enlarging the
internal unit number -> file pointer table).
Hope this helps,
--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG Maartensdijk, The Netherlands
GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://g95.sourceforge.net/ (under construction)