You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building with GCC 13 fails on the following files because of the 'D' specifier found in two places in each file:
rtma_minmaxtrh.fd/maxtbg.fd/maxmin_ak.f (lines 175 and 195)
rtma_minmaxtrh.fd/mintbg.fd/maxmin_ak.f (lines 175 and 195)
It seems this can be fixed by using gfortran's -fd-lines-as-code or -fd-lines-as-comments flags, depending on how you want to handle them.
Output
[ 75%] Building Fortran object rtma_minmaxtrh.fd/mintbg.fd/CMakeFiles/rrfs_mint.exe.dir/maxmin_ak.f.o/dev/shm/rrfs_utl/rtma_minmaxtrh.fd/mintbg.fd/maxmin_ak.f:175:2: 175 | D WRITE(KFILDO,*) 'TRYING THE SIMPLE WAY' | 1Error: Non-numeric character in statement label at (1)
The text was updated successfully, but these errors were encountered:
Description
Building with GCC 13 fails on the following files because of the 'D' specifier found in two places in each file:
rtma_minmaxtrh.fd/maxtbg.fd/maxmin_ak.f (lines 175 and 195)
rtma_minmaxtrh.fd/mintbg.fd/maxmin_ak.f (lines 175 and 195)
It seems this can be fixed by using gfortran's
-fd-lines-as-code
or-fd-lines-as-comments
flags, depending on how you want to handle them.Output
The text was updated successfully, but these errors were encountered: