From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.167.196 with SMTP id r4mr1801508qay.8.1389750997457; Tue, 14 Jan 2014 17:56:37 -0800 (PST) X-Received: by 10.182.142.38 with SMTP id rt6mr38895obb.10.1389750997240; Tue, 14 Jan 2014 17:56:37 -0800 (PST) Path: border1.nntp.dca3.giganews.com!backlog4.nntp.dca3.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!news.glorb.com!p15no15227393qaj.0!news-out.google.com!fv6ni3230qab.1!nntp.google.com!p15no15227387qaj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 14 Jan 2014 17:56:36 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.34; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.34 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <27ff7582-b2bd-4a51-80a9-6a65a8c3f38b@googlegroups.com> Subject: Aspect CPU From: Anh Vo Injection-Date: Wed, 15 Jan 2014 01:56:37 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1508 Xref: number.nntp.dca.giganews.com comp.lang.ada:184420 Date: 2014-01-14T17:56:36-08:00 List-Id: 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