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/21432] gfortran does not support printing of namelists


------- Additional Comments From tkoenig at gcc dot gnu dot org  2005-05-17 13:32 -------
(In reply to comment #3)

> The bug is that gfortran apparently does not support printing of namelists.  I
> don't know if this is in the fortran standard or not, but it is a very common
> compiler extension, and it is one that is hugely difficult to work around.

Sorry if I appear dense, but where is the problem in changing

      namelist /cor/ a
      print cor
to
      namelist /cor/ a
      write (*,cor)

?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21432


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