public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/16078] New: Legal program rejected, visible declaration not seen
@ 2004-06-19 12:51 ludovic dot brenta at insalien dot org
  2004-06-19 16:40 ` [Bug ada/16078] " pinskia at gcc dot gnu dot org
  2004-11-01  1:12 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 4+ messages in thread
From: ludovic dot brenta at insalien dot org @ 2004-06-19 12:51 UTC (permalink / raw)
  To: gcc-bugs

generic
package pak1 is
   x: integer;
end pak1;

with pak1;
generic
   with package new_pak1 is new pak1;
   use new_pak1;
package pak2 is
end pak2;

generic
package pak2.pak3 is
   y: integer := x;
end pak2.pak3;

with Pak2.Pak3;
procedure Test_247572 is
   package P is new Pak2.Pak3;
begin
   null;
end Test_247572;


test_247572.adb:4:21: invalid prefix in selected component "Pak2"
gnatmake: "test_247572.adb" compilation error

-- 
           Summary: Legal program rejected, visible declaration not seen
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ludovic dot brenta at insalien dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <bug-16078-286@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2007-12-13 14:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-19 12:51 [Bug ada/16078] New: Legal program rejected, visible declaration not seen ludovic dot brenta at insalien dot org
2004-06-19 16:40 ` [Bug ada/16078] " pinskia at gcc dot gnu dot org
2004-11-01  1:12 ` pinskia at gcc dot gnu dot org
     [not found] <bug-16078-286@http.gcc.gnu.org/bugzilla/>
2007-12-13 14:21 ` sam at gcc dot gnu dot org

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