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.4 required=5.0 tests=BAYES_00,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ade59281d0eea302 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!w1g2000hsg.googlegroups.com!not-for-mail From: "Ludovic Brenta" Newsgroups: comp.lang.ada Subject: Re: STORAGE_ERROR : EXCEPTION_STACK_OVERFLOW Date: 12 Apr 2007 01:32:29 -0700 Organization: http://groups.google.com Message-ID: <1176366749.883581.83510@w1g2000hsg.googlegroups.com> References: <1175523110.139336.101840@b75g2000hsg.googlegroups.com> <1175539382.899135.46590@p15g2000hsd.googlegroups.com> <1175550519.5750.11.camel@localhost.localdomain> <1175550021.346718.245800@e65g2000hsc.googlegroups.com> <1175595945.4684.2.camel@localhost> <1175647759.5751.25.camel@localhost.localdomain> <1175646752.232264.37870@p77g2000hsh.googlegroups.com> <1175797686.5792.9.camel@localhost.localdomain> <1176124375.965130.45130@y80g2000hsf.googlegroups.com> <1176142798.5608.63.camel@localhost.localdomain> <1176211346.752101.30710@w1g2000hsg.googlegroups.com> <1176217638.965208.74380@l77g2000hsb.googlegroups.com> <1176238541.466299.189620@j27g2000cwj.googlegroups.com> <1176243471.5780.51.camel@localhost.localdomain> <1176241421.997244.275910@y5g2000hsa.googlegroups.com> NNTP-Posting-Host: 32.58.34.227 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1176366750 9079 127.0.0.1 (12 Apr 2007 08:32:30 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 12 Apr 2007 08:32:30 +0000 (UTC) In-Reply-To: <1176241421.997244.275910@y5g2000hsa.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 SEVPXS01 Complaints-To: groups-abuse@google.com Injection-Info: w1g2000hsg.googlegroups.com; posting-host=32.58.34.227; posting-account=ZjNXewwAAADyBPkwI57_UcX8yKfXWOss Xref: g2news1.google.com comp.lang.ada:14925 Date: 2007-04-12T01:32:29-07:00 List-Id: Andrew Carrol writes: > So using ada95 is as simple as checking that box in GPS? Yes, it is. This is equivalent to passing -gnat95 to the compiler. BTW, GNAT GPL 2006 and GAP default to Ada 2005 (-gnat05) mode whereas GNAT Pro and GCC 4.1 default to Ada 95 (-gnat95) mode. I haven't yet looked what GCC 4.2 will default to. -- Ludovic Brenta.