Open afernandezody opened 3 years ago
There is a merge coming shortly that we hope and believe will address many or all of the GNU10 issues. This will be an extension of the work presented in #294 which was discussed today. Can you wait a few weeks until this is complete, and try again?
Closing until merge is available. Will retest then. Thanks.
OK, you should leave this open until it is fixed.
This will be fixed by #294 (I believe).
However, in the meantime, simply use flag: -fallow-argument-mismatch
Many fortran codes are having to use this flag since the gfortran team introduced this warning.
Hi @edwardhartnett, I use the flag "-fallow-argument-mismatch" while compiling a couple of apps and it does its job (of a workaround). However, one app that has netcdf-fortran as a dependency was still complaining about the netcdf-fortran internals (cannot recall the exact error message) and refusing to compile even with the said flag. That's why we hope that the PR will fix the issue. Thanks.
Hello, Unfortunately I'm still facing issues when compiling with GNU10. I was following the thread #212 and have tried the master branch, but
make check
is still outputting:Thanks.