Path: utzoo!mnetor!uunet!husc6!tut.cis.ohio-state.edu!bloom-beacon!gatech!hubcap!ncrcae!ncr-sd!ncrlnk!ncrcce!c10sd3!c10sd1!johnson From: johnson@c10sd1.StPaul.NCR.COM (Wayne D. T. Johnson) Newsgroups: comp.lang.c Subject: Re: C run-time checking Message-ID: <347@c10sd1.StPaul.NCR.COM> Date: 22 Mar 88 19:05:44 GMT References: <763@uvm-gen.UUCP> Reply-To: johnson@ncrcce.StPaul.NCR.COM (Wayne D. T. Johnson) Organization: NCR Comten, St Paul Lines: 33 Keywords: C arrays pointers run-time-checking In article <763@uvm-gen.UUCP> hartley@uvm-gen.UUCP (Stephen J. Hartley) writes: > >Are there C compilers provided by any >vendors that generate code to perform run-time checking (toggled >by an option on the command line, say)? There is no compiler that I know of (but maybe there should be a run time support library that could do some of it.) This is a product known as C-TERP. It is a "C" interpreter. It executes "C" source code in a real-time environment (simuler to a BASIC interpreter) and in the process does some testing of arguments. It will even allow you to "link" in your faviourate (my spelling is terable ain't it) object code to be executed. This is a PC based product but I think a UNIX version is soon (it not already) to be announced. C-Terp is marketed by: Gimpel Software 3207 Hogarth Lane Collegeville, PA. 19426 (215) 584-4261 DIsclaimer: I am in no way related to this company nor am I receiving any payment for this statment. This is a referral, not a commercial. -- Wayne Johnson (voice) 612-638-7665 NCR Comten, Inc. (internet) johnson@ncrcce.StPaul.NCR.COM or Roseville MN 55113 johnson@c10sd1.StPaul.NCR.COM The comments stated here do not reflect the policy of NCR Comten.