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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5b15c37c5d0c986f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!u72g2000cwu.googlegroups.com!not-for-mail From: "Anh Vo" Newsgroups: comp.lang.ada Subject: Re: Designing Timers using Ada.Real_Time.Timing_Events package Date: 26 Mar 2006 07:50:30 -0800 Organization: http://groups.google.com Message-ID: <1143388230.912795.219710@u72g2000cwu.googlegroups.com> References: <1143317010.868435.251190@v46g2000cwv.googlegroups.com> <1566743.cO8VMVbKvL@linux1.krischik.com> NNTP-Posting-Host: 71.146.81.142 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1143388236 25453 127.0.0.1 (26 Mar 2006 15:50:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 26 Mar 2006 15:50:36 +0000 (UTC) In-Reply-To: <1566743.cO8VMVbKvL@linux1.krischik.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: u72g2000cwu.googlegroups.com; posting-host=71.146.81.142; posting-account=JVr7Xg0AAAAI3MbuARxMmvWLmA7qdJMx Xref: g2news1.google.com comp.lang.ada:3629 Date: 2006-03-26T07:50:30-08:00 List-Id: Martin Krischik wrote: > Anh Vo wrote: > > > PS : these codes compiled and run on gnatgcc-4.2.0 > > If this is not a typing mistake (i.E. you mend gnat-4.0.2) I suggest you use > 4.1.0. GNAT compiled from /trunc tend to be instable. What I meant was GNAT compiler under gcc-4.2.0. It is currently at statge 3 snapshot. AV