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,8332ddd3efd0a65 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!h48g2000cwc.googlegroups.com!not-for-mail From: "Gerd" Newsgroups: comp.lang.ada Subject: Re: Enumeration type - GNAT 3.15p bug? Date: 18 Aug 2006 01:25:18 -0700 Organization: http://groups.google.com Message-ID: <1155889518.397485.193340@h48g2000cwc.googlegroups.com> References: <1155815395.237631.224930@m79g2000cwm.googlegroups.com> <44e4b74a$1_6@news.bluewin.ch> NNTP-Posting-Host: 62.159.113.204 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1155889522 30711 127.0.0.1 (18 Aug 2006 08:25:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 18 Aug 2006 08:25:22 +0000 (UTC) In-Reply-To: <44e4b74a$1_6@news.bluewin.ch> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: h48g2000cwc.googlegroups.com; posting-host=62.159.113.204; posting-account=_FaVAg0AAAAYUPoPAQYNRFF35JBHf9i7 Xref: g2news2.google.com comp.lang.ada:6257 Date: 2006-08-18T01:25:18-07:00 List-Id: Gautier schrieb: > Probably you'd better to mention the exact options you passed to the > compiler. Anyway, I've never seen that kind of bug in GNAT (user since > the 3.07p version (~1996)!)... > I've compiled it with AdaGIDE with all checks enabled (Debug settings). The output looks like this: GNATMAKE 3.15p (20020523) Copyright 1995-2002 Free Software Foundation, Inc. gcc -c -Ic:/projekte/ada95/testenum/ -gnatwu -g -gnato -fstack-check -gnatX -IC:\Projekte\ Ada95\TestEnum -g -I- c:/projekte/ada95/testenum/testenum.adb The check-code is generated, but it doesn't work correct. I will post it again when I'm at home - source, settings and assembly listing. I work on Windows XP SP1, some friends found the same with Win2k. Gerd