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