This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/37619] New: overriding Finalize gives: warning: declaration of "Finalize" hides one at line N
- From: "esigra at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Sep 2008 09:49:53 -0000
- Subject: [Bug ada/37619] New: overriding Finalize gives: warning: declaration of "Finalize" hides one at line N
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The procedure Finalize is supposed to be overridden to get a constructor for a
type, but doing so gives a warning, eventhough the code explicitly states that
the new Finalize should override the old one. Sample code attached.
--
Summary: overriding Finalize gives: warning: declaration of
"Finalize" hides one at line N
Product: gcc
Version: 4.2.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: esigra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37619