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/72798] Module (.mod) file changes even when interface does not


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72798

--- Comment #2 from Rich Townsend <townsend at astro dot wisc.edu> ---
Hmm, I can understand why having an internal pure attribute makes sense from an
optimiser point of view. But it results in having lots of compilation cascades
during debugging, which sucks.

Is there a way to force gfortran to treat all routines as being (internally)
impure, unless explicitly declared as pure?

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