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: 103376,cae92f92d6a1d4b1 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!138.195.8.3.MISMATCH!news.ecp.fr!gegeweb.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: Ada.Execution_Time Date: Tue, 14 Dec 2010 19:10:44 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <4d05e737$0$6980$9b4e6d93@newsspool4.arcor-online.net> Injection-Date: Tue, 14 Dec 2010 19:10:44 +0000 (UTC) Injection-Info: mx01.eternal-september.org; posting-host="qtwthkrgwQVPvJFfslJIDQ"; logging-data="29893"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Vdnv6OYsPElqLBTvoRStccQp/pcIF6EY=" User-Agent: Xnews/5.04.25 X-Face: &6@]C2>ZS=NM|HE-^zWuryN#Z/2_.s9E|G&~DRi|sav9{E}XQJb*\_>=a5"q]\%A;5}LKP][1mA{gZ,Q!j Cancel-Lock: sha1:QAxrIv5ZUXZbm1H3+9oyKgctQ1w= Xref: g2news1.google.com comp.lang.ada:15938 Date: 2010-12-14T19:10:44+00:00 List-Id: Robert A Duff expounded in news:wccpqt4cqdr.fsf@shell01.TheWorld.com: > Jeffrey Carter writes: .. >> Given the argument that the null statement is needed when >> there is no other SOS, that SOS refers to executable >> statements, and that neither a pragma nor a label are >> considered such,... > > Well, a pragma Assert is a lot like a statement. > I find it really annoying to have to write "null;" > before or after some Asserts. Pure noise, IMHO. > (Again, no big deal.) Personally I think an Assert "statement" (non pragma) could be added. Then the assertion _is_ a "statement". I would further suggest that _that_ would be active unless explicitly defeated by compile option(s) or by pragma . Warren