[Bug fortran/23254] gfortran .f90 complex parameter initialization syntax bug
kargl at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Aug 6 02:38:00 GMT 2005
------- Additional Comments From kargl at gcc dot gnu dot org 2005-08-06 02:38 -------
gfortran is doing the right thing according to section 7.1.6.1
of the Fortran 95 standard. For completeness, here is the output
of NAGWare F95 compiler.
kargl[204] f95 -kind=byte -c lk.f90
Error: lk.f90, line 10: Invalid real part of complex constant
Error: lk.f90, line 11: Invalid real part of complex constant
Error: lk.f90, line 12: Invalid real part of complex constant
Error: lk.f90, line 13: Invalid real part of complex constant
Error: lk.f90, line 14: Invalid real part of complex constant
Errors in declarations, no further processing for CONSTS_TEST
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23254
More information about the Gcc-bugs
mailing list