[Bug fortran/64118] Strange warning about unused function/subroutine

2019-03-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64118 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/64118] Strange warning about unused function/subroutine

2015-04-08 Thread angelo.graziosi at alice dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64118 --- Comment #2 from Angelo Graziosi --- In my original test case, if I move the definition of function f(x) before the subroutine foo(), does not produce warnings. In other words: real(dp) function f(x) result(y) real(dp), intent(in) :: x

[Bug fortran/64118] Strange warning about unused function/subroutine

2014-11-29 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64118 Joost VandeVondele changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|