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]

Re: Gfortran + Obsolete code


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


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