This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/72798] Module (.mod) file changes even when interface does not
- From: "townsend at astro dot wisc.edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 03 Aug 2016 21:53:16 +0000
- Subject: [Bug fortran/72798] Module (.mod) file changes even when interface does not
- Auto-submitted: auto-generated
- References: <bug-72798-4@http.gcc.gnu.org/bugzilla/>
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?