public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/52669] New: No warning in unused private variable in modules
@ 2012-03-22 15:45 arnaud02 at users dot sourceforge.net
  2012-03-22 16:26 ` [Bug fortran/52669] " burnus at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: arnaud02 at users dot sourceforge.net @ 2012-03-22 15:45 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52669

             Bug #: 52669
           Summary: No warning in unused private variable in modules
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: arnaud02@users.sourceforge.net


>cat qq2.f
      module mm
      private
      integer :: a, b, c
      public :: aa1, aa2
      contains
      subroutine aa1
      a = 1
      end subroutine aa1
      subroutine aa2
      b = 1
      end subroutine aa2
      end module mm
>/usr/local/gcc/gfortran470 -Wall -c qq2.f
>/usr/local/gcc/gfortran470 --version | head -2
GNU Fortran (GCC) 4.7.0
Copyright (C) 2012 Free Software Foundation, Inc.

gfortran has not detected that private variable "c" is unused. Private module
variables that are not referenced within their module are unused.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-15  6:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-22 15:45 [Bug fortran/52669] New: No warning in unused private variable in modules arnaud02 at users dot sourceforge.net
2012-03-22 16:26 ` [Bug fortran/52669] " burnus at gcc dot gnu.org
2013-07-11 22:19 ` tkoenig at gcc dot gnu.org
2013-07-15  6:33 ` burnus at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).