This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

namelist with fortran77 ?


Hi,

I work on some programs that are written in fortran77 but contain the "namelist" construct (which is not proper f77).

For early versions of gfortran these programs compiled but failed silently - namelist did not give an error, but all values would remain their default.

For version 4.0.3 everything worked as intended.

Now I upgraded to 4.1.1 and the programs compile but throw an error at the namelist statements.

Could someone enlighten me about the status of the "namelist" construct for f77 in gfortran ?
Is this a feature or a bug?


For reference the programs work fine when compiled with g77.

Thanks !

-- Jaap Karssenberg <pardus@cpan.org>

P.S. I do not intend to follow this list, so please CC me.


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