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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8a6e6d9458ae6ddc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!cyclone1.gnilink.net!gnilink.net!wn14feed!worldnet.att.net!attbi_s03.POSTED!53ab2750!not-for-mail From: "Jeff C r e e.m" Newsgroups: comp.lang.ada References: <5ad0dd8a.0409221652.6a69b336@posting.google.com> Subject: Re: Is this a bug? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s03 1095938846 24.147.74.171 (Thu, 23 Sep 2004 11:27:26 GMT) NNTP-Posting-Date: Thu, 23 Sep 2004 11:27:26 GMT Organization: Comcast Online Date: Thu, 23 Sep 2004 11:27:26 GMT Xref: g2news1.google.com comp.lang.ada:4010 Date: 2004-09-23T11:27:26+00:00 List-Id: "Wojtek Narczynski" wrote in message news:5ad0dd8a.0409221652.6a69b336@posting.google.com... > Hello, > > GNAT 3.4.2 linux. If I uncomment the Current declaration, and replace > all occurrences of Current_Hook.all with it, the code does not work > anymore. Complete runnable testcase available upon request. Is this a > bug? > > Regards, > Wojtek > > Note I think you mean GCC 3.4.2 GNAT version numbers are disjoint from GCC version numbers and generally imply a release (public or otherwise) that originated from Ada Core Technologies. (e.g. GNAT 3.15p, GNAT 5.01a). The 3.4.2 designation is for GCC (which does not mean GNU C Compiler, it is the GNU Compiler Collection). GCC 3.4.2 natively contains Ada support.