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

[Bug fortran/16508] gfortran rejects "DATA R /2*(-1)/"


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


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