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!i3g2000cwc.googlegroups.com!not-for-mail From: "Gerd" Newsgroups: comp.lang.ada Subject: Re: Enumeration type - GNAT 3.15p bug? Date: 19 Aug 2006 13:50:55 -0700 Organization: http://groups.google.com Message-ID: <1156020655.440196.80620@i3g2000cwc.googlegroups.com> References: <1155815395.237631.224930@m79g2000cwm.googlegroups.com> <44e4b74a$1_6@news.bluewin.ch> <1155889518.397485.193340@h48g2000cwc.googlegroups.com> <44e67d1a$1_2@news.bluewin.ch> NNTP-Posting-Host: 217.249.232.20 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1156020660 16198 127.0.0.1 (19 Aug 2006 20:51:00 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 19 Aug 2006 20:51:00 +0000 (UTC) In-Reply-To: <44e67d1a$1_2@news.bluewin.ch> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: i3g2000cwc.googlegroups.com; posting-host=217.249.232.20; posting-account=_FaVAg0AAAAYUPoPAQYNRFF35JBHf9i7 Xref: g2news2.google.com comp.lang.ada:6270 Date: 2006-08-19T13:50:55-07:00 List-Id: Gautier schrieb: > > I've compiled it with AdaGIDE with all checks enabled (Debug settings). > > > > 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. > > OK, I test it on Windows XP SP2 (previous one was on Windows 98 SE), > with exactly your options (and from AdaGIDE :-): > I've found some more details. 1. Create a new directory. 2. Copy the source into. 3. Start AdaGIDE, select "Project settings", write -S (for assembly listing) into "Compiler options". 4. Press F3. The program will fail to link: "undefined reference to _ada_jenumxa". If you remove the -S from the options it works. Add the -S again, and you will get many different misbehaviours from now on. Gerd