comp.lang.ada
 help / color / mirror / Atom feed
* GnAT Error with Remote_Types and Incomplete Type?
@ 2016-11-15 13:48 Eryndlia Mavourneen
  2016-11-15 19:10 ` Randy Brukardt
  2016-11-16 22:25 ` Eryndlia Mavourneen
  0 siblings, 2 replies; 6+ messages in thread
From: Eryndlia Mavourneen @ 2016-11-15 13:48 UTC (permalink / raw)


Is this a compiler error?

This compiles:

    package Remote_Types_Incomplete_Type with Remote_Types is
   
       type My_Interface_Type is task interface;
   
    end Remote_Types_Incomplete_Type;

This does not compile:

    package Remote_Types_Incomplete_Type with Remote_Types is
   
       type My_Interface_Type;
       type My_Interface_Type is task interface;
   
    end Remote_Types_Incomplete_Type;

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-11-17  3:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-15 13:48 GnAT Error with Remote_Types and Incomplete Type? Eryndlia Mavourneen
2016-11-15 19:10 ` Randy Brukardt
2016-11-16  3:42   ` Eryndlia Mavourneen
2016-11-16 22:25 ` Eryndlia Mavourneen
2016-11-17  2:42   ` Randy Brukardt
2016-11-17  3:59     ` Eryndlia Mavourneen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox