This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH] PR fortran/13912: Consecutive arithmetic operators
- From: Paul Brook <paul at codesourcery dot com>
- To: fortran at gcc dot gnu dot org
- Cc: Roger Sayle <roger at eyesopen dot com>,Steve Kargl <sgk at troutmask dot apl dot washington dot edu>,gcc-patches at gcc dot gnu dot org
- Date: Wed, 26 May 2004 01:50:03 +0100
- Subject: Re: [PATCH] PR fortran/13912: Consecutive arithmetic operators
- Organization: CodeSourcery
- References: <Pine.LNX.4.44.0405250707140.19227-100000@www.eyesopen.com>
> Thanks also for the f77 pointer. For interested others the google
> search is "ansi-x3dot9-1978-Fortran77.pdf". And indeed "X = Y * -1"
> isn't valid.
While the official Fortran 95 standard isn't freely available, you can find
committee drafts on the j3-fortran website. For example:
http://j3-fortran.org/doc/year/97/97-007r2/
This is apparently very close to the final version ;)
Paul