This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/79430] [7 Regression] action of statement incorrectly optimised away


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...

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