comp.lang.ada
 help / color / mirror / Atom feed
* Aspect CPU
@ 2014-01-15  1:56 Anh Vo
  2014-01-15  7:06 ` Egil H H
  0 siblings, 1 reply; 8+ messages in thread
From: Anh Vo @ 2014-01-15  1:56 UTC (permalink / raw)


task type Workers (Cpu_N : Cpu_Range)
      with Cpu => Cpu_N;

---------------------------------------------
task type Rejected_Workers (Cpu_N : Cpu_Range) is
         entry Start;
      with Cpu => Cpu_N;


I am wandering why the second task declaration is rejected during compilation. Paragraph D.16 does not prohibit this kind of declaration. Could some one point me to the right paragraph where this declaration is not allowed. Thanks.

A. Vo 


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

end of thread, other threads:[~2014-01-15 23:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-15  1:56 Aspect CPU Anh Vo
2014-01-15  7:06 ` Egil H H
2014-01-15 16:54   ` Anh Vo
2014-01-15 20:00     ` Simon Wright
2014-01-15 20:18       ` J-P. Rosen
2014-01-15 22:10         ` Anh Vo
2014-01-15 22:04       ` Anh Vo
2014-01-15 23:25         ` Randy Brukardt

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