[Bug fortran/54221] New: Explicit private access specifier signals "unexpected defined but not used [-Wunused-function]" warning
koen.poppe at cs dot kuleuven.be
gcc-bugzilla@gcc.gnu.org
Fri Aug 10 12:59:00 GMT 2012
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.
More information about the Gcc-bugs
mailing list