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.66.70 with SMTP id m6mr15924549qai.6.1373680033203; Fri, 12 Jul 2013 18:47:13 -0700 (PDT) X-Received: by 10.49.34.133 with SMTP id z5mr1356596qei.39.1373680033126; Fri, 12 Jul 2013 18:47:13 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!t19no1405332qam.0!news-out.google.com!f7ni2314qai.0!nntp.google.com!t19no1405326qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 12 Jul 2013 18:47:13 -0700 (PDT) In-Reply-To: <74c64a2c-f062-4b59-aafb-40c0bac39203@googlegroups.com> 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 References: <74c64a2c-f062-4b59-aafb-40c0bac39203@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNAT does not consistently raise an exception to log(0.0) From: Anh Vo Injection-Date: Sat, 13 Jul 2013 01:47:13 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1561 Xref: number.nntp.dca.giganews.com comp.lang.ada:182506 Date: 2013-07-12T18:47:13-07:00 List-Id: On Friday, July 12, 2013 5:52:08 PM UTC-7, Jerry wrote: > When the following program is built with any of theses compilers: > > GNATMAKE GPL 2013 (20130314) (downloaded from AdaCore) > GNATMAKE GPL 2011 (20110419) (downloaded from AdaCore) > GNATMAKE 4.8.0 (Simon Wright's build) > > like this: > > $ gnatmake -f bomb_log.adb -OX What does switch -OX do? Anh Vo