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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: gnat compiler issues with a partial build Date: Thu, 11 Jun 2015 20:38:38 +0100 Organization: A noiseless patient Spider Message-ID: References: <6d5f352b-d886-4cd4-8f88-4116fe34129a@googlegroups.com> <15483248-927d-4f25-a399-1a722e60a9b2@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="2c7d8f71a176d2eaa78ec9fbd86e1d4a"; logging-data="2856"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+9+mbk70t4ILy8Mt97wgAADicWOBsIGN4=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:sJ8ZSYCvau0T16LIzEGGJbjhA80= sha1:Qw1BiSquQkRy/FzpS3Osnv98/rQ= Xref: news.eternal-september.org comp.lang.ada:26273 Date: 2015-06-11T20:38:38+01:00 List-Id: rrr.eee.27@gmail.com writes: > These checks are generated if you don't suppress them via -gnatp > regardless of the capabilities of the RTS. Yes, but if you have pragma Restrictions (No_Exception_Propagation) and don't have an immediate handler the compiler will call Last_Chance_Handler directly instead of the __gnat_rcheck* subprograms.