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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,a28d031ddb8d985f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!d15g2000prc.googlegroups.com!not-for-mail From: Anh Vo Newsgroups: comp.lang.ada Subject: Re: First successful build gnat/gcc-4.4.1 on MinGW without modification needed Date: Sat, 1 Aug 2009 19:26:22 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8b78f4aa-5904-48c5-b9cc-db3ea1a32837@d15g2000prc.googlegroups.com> References: <61838bb7-e501-4f60-b235-598a29d3f1d8@o15g2000yqm.googlegroups.com> <007c7c36-22dc-4749-85a4-b88cbe8f465b@x5g2000prf.googlegroups.com> <4A730009.20005@ipno.in2p3.fr> NNTP-Posting-Host: 69.232.233.169 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1249179983 22013 127.0.0.1 (2 Aug 2009 02:26:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 2 Aug 2009 02:26:23 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d15g2000prc.googlegroups.com; posting-host=69.232.233.169; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7516 Date: 2009-08-01T19:26:22-07:00 List-Id: On Jul 31, 7:30=A0am, xavier grave wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Anh Vo a =E9crit : > > > On Jul 31, 5:43 am, Vadim Godunko wrote: > >> On Jul 30, 8:08 pm, Anh Vo wrote:> For the fir= st time GNAT / GCC-4.4.1 is built successfully without any > >>> modification needed. In addition, the installation went smoothly, too= . > >>> I have been testing it since. It has performed great so far. In some > >>> cases it performs far more better than previous version. I will have > >>> another update when the testing is complete. > >> Which exception propagation model does it use? > > > How many exception propagation model is there? In addition, how does > > one find it out? > > By default the Table Driven is the one compiled. On GNU/Linux with a > compiled version from ACT you have two directory in the > lib/gcc/x86_64-pc-linux-gnu/4.3.4/ directory : > rts-native and rts-sjlj > and by default adainclude and adalib are link to rts-native/adainclude > and rts-native/adalib > > The gcc -v (from GPL 2009) don't show any --enable-sjlj. If you want to > have both version you should have a look the the following thread :http:/= /gcc.gnu.org/ml/gcc/2006-10/msg00286.html It must be Table Driven since I did not see directories rts-native and rts-sjlj. In addtion, option used in configuration was ...--enable- languages=3Dada,c,c++ --with-gmp=3D.. --with-gmfr=3D... and the rest was default. Anh Vo