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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,CP1252 X-Google-Thread: 103376,f410c814fc533225 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-19 03:25:55 PST Reply-To: "David C. Hoos, Sr." From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada References: Subject: Re: ANNOUNCE: GNAT 3.15p release Date: Tue, 19 Nov 2002 05:25:45 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 NNTP-Posting-Host: 216.227.47.49 Message-ID: <3dda1fbf_7@nopics.sjc> X-Trace: nopics.sjc 1037705151 216.227.47.49 (19 Nov 2002 03:25:51 -0800) Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed-west.nntpserver.com!hub1.meganetnews.com!nntpserver.com!newsfeed.sjc.telocity.net!nopics.sjc!not-for-mail Xref: archiver1.google.com comp.lang.ada:31104 Date: 2002-11-19T05:25:45-06:00 List-Id: "J�r�me Haguet" wrote in message news:ard2ba$6hr$1@s1.read.news.oleane.net... > We faced a small problem with gnat 3.15p and -s switch for gnatmake. > For some compiler switches combinations, it does not recongnize that this is > the same combination. > See example above. > This occurs with linux and windows versions. > > Did I miss some changes in this new version ? > Did I miss something in the documentation ? Yes. The GNAT Users Guiide says -s is used in place of -c, not in addition to -c > > > <71># gnatmake -v -c -s hello_world.adb -cargs -gnatwa -O1 > > GNATMAKE 3.15p (20020523) Copyright 1995-2002 Free Software Foundation, > Inc. > "hello_world.ali" being checked ... > -> "hello_world.adb" switch mismatch > gcc -c -gnatwa -O1 hello_world.adb > End of compilation > <72># gnatmake -v -c -s hello_world.adb -cargs -gnatwa -O1 > > GNATMAKE 3.15p (20020523) Copyright 1995-2002 Free Software Foundation, > Inc. > "hello_world.ali" being checked ... > -> "hello_world.adb" different number of switches > gcc -c -gnatwa -O1 hello_world.adb > End of compilation > > > > "Arnaud Charlet" a �crit dans le message de news: > Pine.LNX.4.44.0211181830001.1388-100000@aix... > > GNAT is a complete Ada95 compilation system, maintained and distributed > > under the GNU Public License by Ada Core Technologies. > > > > GNAT is based on GCC, the GNU Compiler Collection developed by the > > Free Software Foundation. > > > > From time to time, Ada Core Technologies makes available public > > versions of the GNAT technology, derived from the same code base > > as the commercial GNAT Pro technology. These versions are freely > > and widely downloadable from multiple web sites at no charge. > > They are intended for student and research use, where a comprehensive > > Ada 95 compiler technology is needed, but no support of any > > kind is required. > > > > This is NOT an evaluation version of GNAT Pro: if you want to > > evaluate an industrial-strength, fully supported Ada compiler, please > > contact either Ada Core Technologies (sales@gnat.com) or > > ACT Europe (sales@act-europe.fr) for information on availability and > > support services for the GNAT Professional edition. > > > > The current distribution of the public version of GNAT is 3.15p. This > > version is based on GCC 2.8.1. It should not be confused with the > > version of GNAT available with GCC 3.2, which is an alpha version of the > > integration of GNAT with recent versions of the GCC code generator, and > > does not correspond to any specific GNAT release. > > > > GNAT 3.15p is available at http://libre.act-europe.fr/GNAT and is > > mirrored at ftp.cs.nyu.edu/pub/gnat > > > > The list of new features is available at > > http://libre.act-europe.fr/GNAT/3.15p/features > > > > Arnaud Charlet, ACT Europe > > > >