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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a00006d3c4735d70 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-03 16:08:35 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: In-Out Parameters for functions Date: Thu, 4 Mar 2004 00:08:27 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <4020C947.81A6D703@0.0> <1077727853.904323@master.nyc.kbcfp.com> <1077810250.28474@master.nyc.kbcfp.com> <1078162736.111267@master.nyc.kbcfp.com> <8qW0c.24142$TF2.22229@nwrdny02.gnilink.net> <07mdndsdVakUXdndRVn-tA@comcast.com> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1078358907 23011 134.91.1.34 (4 Mar 2004 00:08:27 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Thu, 4 Mar 2004 00:08:27 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:6042 Date: 2004-03-04T00:08:27+00:00 List-Id: Robert I. Eachus wrote: : : Hmmm. What version, and with which command line parameters? I actually : used: gnatmake -gnato -f -O3 hyman_example.adb With GNAT 3.15p for : Windows/x86. GCC 3.4 from last year, on GNU/Linux, the div by 0 warning is issued with no options present (except -gnatv), the could-be-declared-constant warnings follow after adding -gnatwa. -- Georg