https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64118
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64118
Joost VandeVondele changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|