This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/54221] New: Explicit private access specifier signals "unexpected defined but not used [-Wunused-function]" warning


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

             Bug #: 54221
           Summary: Explicit private access specifier signals "unexpected
                    defined but not used [-Wunused-function]" warning
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: koen.poppe@cs.kuleuven.be


Created attachment 27982
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27982
Reproduces unexpected warning on compilation

Setting routines private in a private module causes the "defined but not used
[-Wunused-function]" warning to be issued.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]