public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/16082] New: Legal program rejected, expect derived type in instantiation
@ 2004-06-19 15:00 ludovic dot brenta at insalien dot org
  2004-06-19 16:42 ` [Bug ada/16082] " pinskia at gcc dot gnu dot org
  2004-10-31 19:50 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 5+ messages in thread
From: ludovic dot brenta at insalien dot org @ 2004-06-19 15:00 UTC (permalink / raw)
  To: gcc-bugs

generic
package pak1 is
   type T1 is tagged null record;
end pak1;

generic
   type T2 is new T1 with private;
package pak1.pak2 is
end pak1.pak2;

with pak1.pak2;
package Test_248167 is
   package new_pak1 is new pak1;
   package new_pak2 is new new_pak1.pak2 (new_pak1.T1);
end Test_248167;


test_248167.ads:5:51: expect type derived from "T1" in instantiation
test_248167.ads:5:51: instantiation abandoned
gnatmake: "test_248167.ads" compilation error

-- 
           Summary: Legal program rejected, expect derived type in
                    instantiation
           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=16082


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

* [Bug ada/16082] Legal program rejected, expect derived type in instantiation
  2004-06-19 15:00 [Bug ada/16082] New: Legal program rejected, expect derived type in instantiation ludovic dot brenta at insalien dot org
@ 2004-06-19 16:42 ` pinskia at gcc dot gnu dot org
  2004-10-31 19:50 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-19 16:42 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug ada/16082] Legal program rejected, expect derived type in instantiation
  2004-06-19 15:00 [Bug ada/16082] New: Legal program rejected, expect derived type in instantiation ludovic dot brenta at insalien dot org
  2004-06-19 16:42 ` [Bug ada/16082] " pinskia at gcc dot gnu dot org
@ 2004-10-31 19:50 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-31 19:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-31 19:50 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |4.0.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-31 19:50:42
               date|                            |


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


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

* [Bug ada/16082] Legal program rejected, expect derived type in instantiation
       [not found] <bug-16082-4@http.gcc.gnu.org/bugzilla/>
  2011-08-31 11:29 ` nicolas.boulenguez at free dot fr
@ 2014-08-13 15:33 ` nicolas.boulenguez at free dot fr
  1 sibling, 0 replies; 5+ messages in thread
From: nicolas.boulenguez at free dot fr @ 2014-08-13 15:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16082

--- Comment #3 from nicolas.boulenguez at free dot fr ---
Fixed in 4.8.2.


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

* [Bug ada/16082] Legal program rejected, expect derived type in instantiation
       [not found] <bug-16082-4@http.gcc.gnu.org/bugzilla/>
@ 2011-08-31 11:29 ` nicolas.boulenguez at free dot fr
  2014-08-13 15:33 ` nicolas.boulenguez at free dot fr
  1 sibling, 0 replies; 5+ messages in thread
From: nicolas.boulenguez at free dot fr @ 2011-08-31 11:29 UTC (permalink / raw)
  To: gcc-bugs

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

nicolas.boulenguez at free dot fr changed:

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

--- Comment #2 from nicolas.boulenguez at free dot fr 2011-08-31 11:15:38 UTC ---
found 4.6.1


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

end of thread, other threads:[~2014-08-13 15:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-19 15:00 [Bug ada/16082] New: Legal program rejected, expect derived type in instantiation ludovic dot brenta at insalien dot org
2004-06-19 16:42 ` [Bug ada/16082] " pinskia at gcc dot gnu dot org
2004-10-31 19:50 ` pinskia at gcc dot gnu dot org
     [not found] <bug-16082-4@http.gcc.gnu.org/bugzilla/>
2011-08-31 11:29 ` nicolas.boulenguez at free dot fr
2014-08-13 15:33 ` nicolas.boulenguez at free dot fr

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