This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/21432] gfortran does not support printing of namelists
- From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 May 2005 13:32:59 -0000
- Subject: [Bug fortran/21432] gfortran does not support printing of namelists
- References: <20050507015324.21432.joe@confucius.gnacademy.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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