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

* [Bug ada/16078] Legal program rejected, visible declaration not seen
  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 ` pinskia at gcc dot gnu dot org
  2004-11-01  1:12 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-19 16:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid


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


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

* [Bug ada/16078] Legal program rejected, visible declaration not seen
  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
  1 sibling, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-01  1:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-01 01:12 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-01 01:12:30
               date|                            |


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


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

* [Bug ada/16078] Legal program rejected, visible declaration not seen
       [not found] <bug-16078-286@http.gcc.gnu.org/bugzilla/>
@ 2007-12-13 14:21 ` sam at gcc dot gnu dot org
  0 siblings, 0 replies; 4+ messages in thread
From: sam at gcc dot gnu dot org @ 2007-12-13 14:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from sam at gcc dot gnu dot org  2007-12-13 14:21 -------
Confirmed on 4.3.0 20071213


-- 

sam at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at gcc dot gnu dot org
   Last reconfirmed|2005-06-14 20:25:52         |2007-12-13 14:21:12
               date|                            |


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


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

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