This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: Query regarding GFORTRAN rules.


Hi Manish,

manish wrote:
> As Gfortran support F95 and some feature of F2003 STANDARD,Can anybody
> please tell me the number of rules in STANDARD(F95 + F2003 extended)
> that GFORTRAN implemented?
The standards which are at least partially implemented in gfortran are
marked in bold at
http://gcc.gnu.org/wiki/GFortranStandards

Modulo some bugs, gfortran supports all of Fortran 95 and also the
Allocatable Components TR15581.

For Fortran 2003 see http://gcc.gnu.org/wiki/Fortran2003; a feature that
is planed for the near future are ISO C bindings (which needs 'only' to
be merged from the fortran-experiments branch).

(By the way, Cray pointers and OpenMP is also supported.)

Are there any special features which you are interested in?

Tobias

PS: The ACM SIGPLAN Fortran Forum, Vol. 26 (2007),
http://portal.acm.org/toc.cfm?id=1243413&idx=J286 lists the supported
features in the Cray, gfortran, g95 and NAG compilers; however the list
is not much different from http://gcc.gnu.org/wiki/Fortran2003


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