This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/34251] Illegal program not detected - component of type with limited public and nonlimited private view



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]