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,904a7ecd269a9245 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!newsfeed2.dallas1.level3.net!newsfeed1.dallas1.level3.net!news.level3.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: C compiler warnings Date: 4 Dec 2006 22:24:24 -0600 Organization: LJK Software Message-ID: <5jyg1wH2LcoF@eisner.encompasserve.org> References: NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1165292636 30354 192.135.80.34 (5 Dec 2006 04:23:56 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Tue, 5 Dec 2006 04:23:56 +0000 (UTC) Xref: g2news2.google.com comp.lang.ada:7806 Date: 2006-12-04T22:24:24-06:00 List-Id: In article , Brian May writes: > This story, while not strictly related to Ada, might interest some > people here. It seems to show that while Ada is going in one direction > (strict compiler checking of code), C is going in the opposite > direction (assume the developer knows what he/she is doing). The quote does not say "C" is going in the opposite direction from Ada. It shows at most that a particular implementation of "C" is going that way. The HP (nee Compaq (nee DEC)) C compiler on VMS has been steadily getting more and more checks added to find programmer errors. Of course it can never do so much as an Ada compiler, but it is not the case that all C compilers are decreasing their level of checking.