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/24480] subtype declared in generic child fails to match actual



------- Comment #1 from laurent at guerby dot net  2005-10-22 09:08 -------
I confirm that 4.0.2 and 4.1.0 20051021 (experimental) show the same error:

$ gcc -c levelx.adb
levelx.adb:25:51: no visible subprogram matches the specification for
"Any_Image3"
levelx.adb:26:51: no visible subprogram matches the specification for
"Any_Image3"
levelx.adb:27:47: no visible subprogram matches the specification for
"Any_Image3"

I think this is indeed a bug, albeit for a very complex generics use :).


-- 

laurent at guerby dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-10-22 09:08:14
               date|                            |


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


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