public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/37619] overriding Finalize gives: warning: declaration of "Finalize" hides one at line N
       [not found] <bug-37619-4@http.gcc.gnu.org/bugzilla/>
@ 2012-04-04 21:33 ` nicolas.boulenguez at free dot fr
  0 siblings, 0 replies; 4+ messages in thread
From: nicolas.boulenguez at free dot fr @ 2012-04-04 21:33 UTC (permalink / raw)
  To: gcc-bugs

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

nicolas.boulenguez at free dot fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas.boulenguez at free
                   |                            |dot fr

--- Comment #4 from nicolas.boulenguez at free dot fr 2012-04-04 21:32:44 UTC ---
Reproduced with 4.6.3 (-gnatwh).
Removing the private separator removes the warning.

package Bug is
   type T1 is tagged null record;
   procedure P (Object : T1);
   type T2 is private;
private
   type T2 is new T1 with null record;
   overriding procedure P (Object : T2);
end Bug;


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

* [Bug ada/37619] overriding Finalize gives: warning: declaration of "Finalize" hides one at line N
  2008-09-23  9:51 [Bug ada/37619] New: " esigra at gmail dot com
  2008-09-23  9:52 ` [Bug ada/37619] " esigra at gmail dot com
  2008-09-23  9:52 ` esigra at gmail dot com
@ 2008-09-23  9:53 ` esigra at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: esigra at gmail dot com @ 2008-09-23  9:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from esigra at gmail dot com  2008-09-23 09:52 -------
Created an attachment (id=16388)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16388&action=view)
implementation


-- 


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


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

* [Bug ada/37619] overriding Finalize gives: warning: declaration of "Finalize" hides one at line N
  2008-09-23  9:51 [Bug ada/37619] New: " esigra at gmail dot com
@ 2008-09-23  9:52 ` esigra at gmail dot com
  2008-09-23  9:52 ` esigra at gmail dot com
  2008-09-23  9:53 ` esigra at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: esigra at gmail dot com @ 2008-09-23  9:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from esigra at gmail dot com  2008-09-23 09:51 -------
Created an attachment (id=16387)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16387&action=view)
specification


-- 


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


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

* [Bug ada/37619] overriding Finalize gives: warning: declaration of "Finalize" hides one at line N
  2008-09-23  9:51 [Bug ada/37619] New: " esigra at gmail dot com
  2008-09-23  9:52 ` [Bug ada/37619] " esigra at gmail dot com
@ 2008-09-23  9:52 ` esigra at gmail dot com
  2008-09-23  9:53 ` esigra at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: esigra at gmail dot com @ 2008-09-23  9:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from esigra at gmail dot com  2008-09-23 09:51 -------
Created an attachment (id=16386)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16386&action=view)
Makefile


-- 


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


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

end of thread, other threads:[~2012-04-04 21:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-37619-4@http.gcc.gnu.org/bugzilla/>
2012-04-04 21:33 ` [Bug ada/37619] overriding Finalize gives: warning: declaration of "Finalize" hides one at line N nicolas.boulenguez at free dot fr
2008-09-23  9:51 [Bug ada/37619] New: " esigra at gmail dot com
2008-09-23  9:52 ` [Bug ada/37619] " esigra at gmail dot com
2008-09-23  9:52 ` esigra at gmail dot com
2008-09-23  9:53 ` esigra at gmail dot com

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).