https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79430
Bijan Chokoufe <bijan at chokoufe dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bijan at chokoufe dot com --- Comment #18 from Bijan Chokoufe <bijan at chokoufe dot com> --- Let me point out an idiosyncrasy of our configure script. When no FCFLAGS are defined, it automatically puts FCFLAGS='-O2 -g'. When FCFLAGS are defined, those are taken. This means that the disappearance of the problem with FCFLAGS=-Wall or FCFLAGS=-fno-inline is likely due to the removal of -O2. Valgrind runs are underway...