Gfortran + Obsolete code

François-Xavier Coudert fxcoudert@gmail.com
Fri Jul 28 15:31:00 GMT 2006


> I am working on compiling some code using gfortran but i get the
> following error:
>
> Obsolete: GOTO at (1) jumps to END of construct at (2)
>
> Does this mean that the code is not supported in gfortran? Is there
> anyway to compile this using gfortran without rewriting?

I think you need to use the option -std=legacy to compile such code.

Regards,
FX



More information about the Fortran mailing list