This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/49693] Spurious "unused-variable" warnings for COMMON block module variables.
- From: "harald at klimachs dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 30 Dec 2011 00:12:07 +0000
- Subject: [Bug fortran/49693] Spurious "unused-variable" warnings for COMMON block module variables.
- Auto-submitted: auto-generated
- References: <bug-49693-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49693
Harald Klimach <harald at klimachs dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |harald at klimachs dot de
--- Comment #2 from Harald Klimach <harald at klimachs dot de> 2011-12-30 00:12:07 UTC ---
Just also want to confirm this, I get the same messages with the mpi module of
openmpi. And I wanted to add, that these messages even persist, if I use an
only clause in the use mpi statement.