This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/34251] Illegal program not detected - component of type with limited public and nonlimited private view
- From: "sam at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Dec 2007 14:40:56 -0000
- Subject: [Bug ada/34251] Illegal program not detected - component of type with limited public and nonlimited private view
- References: <bug-34251-15264@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from sam at gcc dot gnu dot org 2007-12-04 14:40 -------
Confirmed on trunk.
GNAT 4.3.0 20071203 (experimental)
Copyright 1992-2007, Free Software Foundation, Inc.
Compiling: items.adb (source file time stamp: 2007-12-04 14:40:16)
11. := new Item'(Kind => ASIS_Context, others => <>)
|
>>> expected type
"System.Finalization_Implementation.Limited_Record_Controller"
>>> found type "System.Finalization_Implementation.Record_Controller"
17 lines: 2 errors
--
sam at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-12-04 14:40:56
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34251