This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/34344] Bug box, Assert_Failure elists.adb:167 from illegal Ada 2005 program
- 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: 5 Dec 2007 09:40:43 -0000
- Subject: [Bug ada/34344] Bug box, Assert_Failure elists.adb:167 from illegal Ada 2005 program
- References: <bug-34344-286@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from sam at gcc dot gnu dot org 2007-12-05 09:40 -------
GNAT 4.3.0 20071204 (experimental)
Copyright 1992-2007, Free Software Foundation, Inc.
Compiling: pak2.ads (source file time stamp: 2007-12-05 09:33:51)
6. N1: Integer := x1.F1; -- line 5
|
>>> no selector "F1" for type "t1'class" defined at pak1.ads:2
7. N2: Integer := x2.F2;
|
>>> no selector "F2" for type "t2'class" defined at pak1.ads:4
8 lines: 2 errors
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34344