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-Thread: 103376,6c7dea22b75ba442 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!out03b.usenetserver.com!news.usenetserver.com!in02.usenetserver.com!news.usenetserver.com!cycny01.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny06.POSTED!c9e1c1fe!not-for-mail From: Jeffrey Creem User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: ada compiler? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Sat, 10 Nov 2007 22:15:01 GMT NNTP-Posting-Host: 71.168.122.204 X-Complaints-To: abuse@verizon.net X-Trace: trndny06 1194732901 71.168.122.204 (Sat, 10 Nov 2007 17:15:01 EST) NNTP-Posting-Date: Sat, 10 Nov 2007 17:15:01 EST Xref: g2news1.google.com comp.lang.ada:18256 Date: 2007-11-10T22:15:01+00:00 List-Id: anon wrote: > Since, my version of GNAT by default is set to the "High_Integrity" Mode > the program always takes the CONSTRAINT_ERROR exits unless the > correct "pragma Suppress" or "pragma Restrictions" is set. Such as > adding: > > pragma Suppress ( All_Checks ) ; > > So never assume that you need an options less you have proven that it > is needed on that version. Plus, if you switch vendor or newer releases > that option may not exist. > > And as for newbees, let them enjoy the power and beauty of Ada before > getting into the implementation junk that destroys their desire to support I think the odds of the original poster having a special version of GNAT that is "Ada" by default is very low. Especially given that he said he was using gcc with c,c++ and Ada support. That almost certainly means it is some distribution native gcc that is bundled with the FSF/AdaCore default of 'not quite Ada'.