This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/25988] Ada: visibility problem with generic child package
- From: "laurent at guerby dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jan 2006 21:56:57 -0000
- Subject: [Bug ada/25988] Ada: visibility problem with generic child package
- References: <bug-25988-12080@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from laurent at guerby dot net 2006-01-28 21:56 -------
Confirmed present on 4.0.2 (release),
4.1.0 20060126 (prerelease)
4.2.0 20060126 (experimental)
Another way to make it work is to be explicit in foo.adb:
package Numbers_Z is new Numbers.Z (S_X.Z.S_Two);
--
laurent at guerby dot net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
GCC build triplet|i686-pc-linux-gnu |
GCC host triplet|i686-pc-linux-gnu |
GCC target triplet|i686-pc-linux-gnu |
Keywords| |rejects-valid
Last reconfirmed|0000-00-00 00:00:00 |2006-01-28 21:56:57
date| |
Summary|visibility problem with |Ada: visibility problem with
|generic child package |generic child package
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25988