https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89646
--- Comment #3 from Dominique d'Humieres ---
The check has been introduced at revision r141931 and is now
/* We are told not to check dependencies.
We do it, however, and issue a warning in case we find
one
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89646
--- Comment #2 from Ian Harvey ---
The spurious warning is issued regardless of whether warnings are requested or
not (i.e. it is reported with a command line of just `gfortran -c file.f90`).
The warning is issued even if -Wno-aliasing is explic
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89646
Dominique d'Humieres changed:
What|Removed |Added
Keywords||diagnostic
Priority|P3