andreww / fox

A Fortran XML library
https://andreww.github.io/fox/
Other
60 stars 51 forks source link

cannot compile with gfortran earlier than 4.6 #41

Closed tdaff closed 8 years ago

tdaff commented 8 years ago

When compiling with some older gfortrans, we get a syntax error:

gfortran -c -fPIC   -DFC_HAVE_FLUSH -DFC_HAVE_ABORT -DFC_EOR_LF  fox_m_fsys_abort_flush.F90 
fox_m_fsys_abort_flush.F90:107.30:

    stop STDERR_FAILURE_STATUS
                              1
Error: Syntax error in STOP statement at (1)
andreww commented 8 years ago

thanks!