Home | Contact | Pricing | News | Events | Partners | Mailing List | Site Map
  • Development log
  • Technical papers
  • Live docs

More Resources

Recent Papers

Browse by Technology

Dev Log Archives

Developer Center

[GNAT] Warnings on almost-matching signatures

Friday February 3, 2006

If two subprograms have the same name and differ only in that one of them has an access parameter, and the other has a parameter of a general access type with the same designated type as the same position in the signature, a positional call to either will be ambiguous. GNAT emits a warning on the second subprogram declaration in this situation.

 

Posted by Posted in Development Log, GNAT Compilation System