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: f849b,b8d52151b7b306d2 X-Google-Attributes: gidf849b,public X-Google-Thread: 103376,a00006d3c4735d70 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-26 13:50:00 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news-out.visi.com!petbe.visi.com!newshosting.com!news-xfer2.atl.newshosting.com!diablo.voicenet.com!tdsnet-transit!newspeer.tds.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.arch.embedded,comp.lang.ada Subject: Re: Certified C compilers for safety-critical embedded systems Date: 26 Dec 2003 15:49:58 -0600 Organization: LJK Software Message-ID: References: <3fe00b82.90228601@News.CIS.DFN.DE> <3FE026A8.3CD6A3A@yahoo.com> <$km9afA3DB7$EAYO@phaedsys.demon.co.uk> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1072475309 14584 192.135.80.34 (26 Dec 2003 21:48:29 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Fri, 26 Dec 2003 21:48:29 +0000 (UTC) Xref: archiver1.google.com comp.arch.embedded:6131 comp.lang.ada:3828 Date: 2003-12-26T15:49:58-06:00 List-Id: In article <$km9afA3DB7$EAYO@phaedsys.demon.co.uk>, Chris Hills writes: > In article <3fea086c.110513550@News.CIS.DFN.DE>, Dave Hansen > writes >>But C can be, umm, subtle, and static checking tools (particularly >>Lint) are IMHO _required_. Sadly, they're not often used. > > There is NO EXCUSE for not using a static analyser on C. Certainly there is an excuse -- it is not enforced by the compiler. That is quite different from the situation with Ada.