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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,95dad97c56f9de95 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-25 12:40:22 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Curiousity: pragma No_Run_Time for Gnat Date: 25 Sep 2001 12:40:22 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0109251140.547306a5@posting.google.com> References: <9oo006$fdf$1@nh.pace.co.uk> <9oo7ne$145d$1@ns.felk.cvut.cz> <9ooa2p$j91$1@nh.pace.co.uk> <9opbv7$1vg1$1@ns.felk.cvut.cz> <9oq2mf$9as$1@nh.pace.co.uk> NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1001446822 24637 127.0.0.1 (25 Sep 2001 19:40:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 25 Sep 2001 19:40:22 GMT Xref: archiver1.google.com comp.lang.ada:13357 Date: 2001-09-25T19:40:22+00:00 List-Id: lutz@iks-jena.de (Lutz Donnerhacke) wrote in message news:... > No. That's not the purpose of No_Run_Time. It is used to > prevent the > injection of unnecessary compiler generated code > (especially code containing > decisions) in order to ease software verification (path > coverage tests). The above is completely incorrect, it has no such effect. I am guessing that you are mixing this up with pragma Restrictions (No_Implicit_Conditionals).