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

Reply via email to