------- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-10 21:24 ------- Hmm, there is something weird going on here. If I do -W -Wall, then I get: t.f90: In function 'a': t.f90:1: warning: unused parameter 'x' t.f90: At top level: t.f90:1: warning: unused parameter 'x'
But if I just do -Wall, I get: t.f90: In function 'a': t.f90:1: warning: unused variable 'x' This is not the case for C code though. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 GCC build triplet|powerpc-apple-darwin8.3.0 | GCC host triplet|powerpc-apple-darwin8.3.0 | GCC target triplet|powerpc-apple-darwin8.3.0 | Keywords| |diagnostic Last reconfirmed|0000-00-00 00:00:00 |2005-11-10 21:24:37 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24784