This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/16509] gfortran rejects "REAL R(2) /2*1.0/"
- From: "billingd at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jul 2004 01:00:44 -0000
- Subject: [Bug fortran/16509] gfortran rejects "REAL R(2) /2*1.0/"
- References: <20040713034447.16509.billingd@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From billingd at gcc dot gnu dot org 2004-07-14 01:00 -------
This is not (and never was) standard fortran, by my reading of:
- Fortran 77 ANSI X3.9-1978 Section 9.1
- Fortran 200x ISO/IEC FCD 1539-1:2004(E)
There are other ways to do it in F200x.
This is an extension supported by g77 and ICC. I don't use it, and
I couldn't see it documented in the g77 manual.
Someone needs to:
- decide if this "feature" is required in gfortran,
- document the decision either way.
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Last reconfirmed|2004-07-13 16:32:13 |2004-07-14 01:00:43
date| |
Target Milestone|--- |3.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16509