fortran 90

Toon Moene toon@moene.indiv.nluug.nl
Sun Jan 20 11:52:00 GMT 2002


Major A wrote:

[ ... Error messages from g77 when using -ff90 ... ]

> Am I doing something wrong, or does g77 really not support dynamic
> arrays? In that case, is there an alternative to g77 that I should
> use?

g77 supports *some* Fortran 90 constructs if you specify -ff90 (this
flag exists mostly to make it possible for the compiler to discern these
Fortran 90 constructs from extensions borrowed from other compilers if
they conflict).  The compiler does *not* support the whole Fortran 90
language.

If you want a gratis Fortran 95 compiler for ix86 Linux, you could
download the Intel compiler for Linux (perhaps best to search with
Google for "intel fortran linux").

Hope this helps,

-- 
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)



More information about the Gcc-help mailing list