This is the mail archive of the gcc-patches@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]

Re: [Patch, fortran] PR40011 - Problems with -fwhole-file


Richard Guenther wrote:

> I can't see a single reason for -fno-whole-file as a way to change
> what the Fortran frontend presents to the middle-end 

The problem I see for some test cases is that -fwhole-file enables
(better) inlining, which can lead to tests being optimized away /
performed at run-time.  This could reduce testsuite coverage.


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