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: 2004-01-07 13:24:06 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!skynet.be!freenix!proxad.net!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!btnet-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.arch.embedded,comp.lang.ada Subject: Re: Certified C compilers for safety-critical embedded systems Date: Wed, 7 Jan 2004 21:23:22 +0000 (UTC) Organization: BT Openworld Message-ID: References: <3fe00b82.90228601@News.CIS.DFN.DE> <5802069.JsgInS3tXa@linux1.krischik.com> <1072464162.325936@master.nyc.kbcfp.com> <1563361.SfB03k3vvC@linux1.krischik.com> <11LvOkBBXw7$EAJw@phaedsys.demon.co.uk> <3ff0687f.528387944@News.CIS.DFN.DE> <1086072.fFeiH4ICbz@linux1.krischik.com> <3ff18d4d.603356952@News.CIS.DFN.DE> <1731094.1f7Irsyk1h@linux1.krischik.com> <3ff1b8ef.614528516@News.CIS.DFN.DE> <3FF1E06D.A351CCB4@yahoo.com> <3ff20cc8.635997032@News.CIS.DFN.DE> <3ff9df16.30249104@News.CIS.DFN.DE> <1665674.ZrTUW4qaQq@linux1.krischik.com> <1073409810.463948@master.nyc.kbcfp.com> NNTP-Posting-Host: host81-129-104-167.in-addr.btopenworld.com X-Trace: sparta.btinternet.com 1073510602 22855 81.129.104.167 (7 Jan 2004 21:23:22 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Wed, 7 Jan 2004 21:23:22 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.arch.embedded:7021 comp.lang.ada:4188 Date: 2004-01-07T21:23:22+00:00 List-Id: "Hyman Rosen" wrote in message news:1073409810.463948@master.nyc.kbcfp.com... > Martin Krischik wrote: > > Its called an attribute. All sort of things can have attributes. i.E. the > > Integer'Image () (function) attribute creates a String repesenting and > > Integer. > > This is the main feature which confounds attempts to use the C > preprocessor on Ada programs. It also confounds "ordinary" program > editors that believe single quotes should come in matched pairs. > > Yet another obstacle for potential new users of Ada, who might want > to load up some Ada code in a non-Ada IDE to have a look at it. I've never used it but what about the GNAT pre-processor (gnatprep?). Given that it is a pre-processor for Ada (well GNAT Ada :-) it should be able to handle everything. Otherwise, you are surely using a knife when you need a spoon...