[Bug fortran/89646] Spurious actual argument might interfere warning

2019-03-12 Thread dominiq at lps dot ens.fr
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

[Bug fortran/89646] Spurious actual argument might interfere warning

2019-03-12 Thread ian_harvey at bigpond dot com
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

[Bug fortran/89646] Spurious actual argument might interfere warning

2019-03-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89646 Dominique d'Humieres changed: What|Removed |Added Keywords||diagnostic Priority|P3