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.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,f410c814fc533225 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-19 02:05:16 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!newsfeed.mathworks.com!oleane.net!oleane!nnrp.oleane.net!not-for-mail From: "J�r�me Haguet" Newsgroups: comp.lang.ada Subject: Re: ANNOUNCE: GNAT 3.15p release Date: Tue, 19 Nov 2002 11:04:34 +0100 Organization: Guest of France Telecom Oleane's newsreading service Message-ID: References: NNTP-Posting-Host: 217.167.42.235 X-Trace: s1.read.news.oleane.net 1037700266 6715 217.167.42.235 (19 Nov 2002 10:04:26 GMT) X-Complaints-To: abuse@oleane.net NNTP-Posting-Date: Tue, 19 Nov 2002 10:04:26 +0000 (UTC) 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 Xref: archiver1.google.com comp.lang.ada:31100 Date: 2002-11-19T11:04:34+01:00 List-Id: 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 ? <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 >