This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/16508] gfortran rejects "DATA R /2*(-1)/"
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jul 2004 16:30:30 -0000
- Subject: [Bug fortran/16508] gfortran rejects "DATA R /2*(-1)/"
- References: <20040713034023.16508.billingd@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-13 16:30 -------
And here is what ICC 6.0 says:
tin:~/src/gnu/gcctest>/opt/intel/compiler60/ia32/bin/ifc pr16508.f
main program
DATA R /2*(-1)/
^
Error 24 at (3:pr16508.f) : syntax error
DATA R /2*(-1)/
^
Error 24 at (3:pr16508.f) : syntax error
2 Errors
compilation aborted for pr16508.f (code 1)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16508