https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54224
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #21 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> Still open: Comment 13.
Confirmed up to 5.2, but with trunk (6.0) I get
pr54224_3.f90:13:0:
subroutine s3
^
Warning: 's3' defined but not used [-Wunused-function]
pr54224_3.f90:4:0:
subroutine s1
^
Warning: 's1' defined but not used [-Wunused-function]
pr54224_3.f90:6:0:
subroutine s2
^
Warning: 's2' defined but not used [-Wunused-function]
This occurred between revisions r224160 (2015-06-05, s1 only) and r224647
(2015-06-19, above warnings).
Closing as FIXED. Please file new PR(s) for new issue(s).