This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/34374] New: limited with clause and private parent package
- From: "vgodunko at rostel dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Dec 2007 08:44:47 -0000
- Subject: [Bug ada/34374] New: limited with clause and private parent package
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Hello,
private package P is
end P;
with P.B;
package P.A is
end P.A;
limited with P.A;
package P.B is
end P.B;
gcc -c p-a.ads
p-b.ads:1:14: unit in with clause is private child unit
This seems incorrect.
--
Summary: limited with clause and private parent package
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: vgodunko at rostel dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34374