Related articles |
---|
Test Code for C-like Compilers jmensch@shaw.ca (Julian Mensch) (2009-03-08) |
Re: Test Code for C-like Compilers kamalpr@hp.com (kamal) (2009-03-14) |
Re: Test Code for C-like Compilers ian@airs.com (Ian Lance Taylor) (2009-03-15) |
From: | kamal <kamalpr@hp.com> |
Newsgroups: | comp.compilers |
Date: | Sat, 14 Mar 2009 10:58:49 -0700 (PDT) |
Organization: | Compilers Central |
References: | 09-03-041 |
Keywords: | testing, comment |
Posted-Date: | 14 Mar 2009 19:34:26 EDT |
Julian Mensch wrote:
>
> I was wondering if anyone here knows of some good, publicly
> available test code for C-like compilers -- samples designed to catch
> and point out subtle bugs in compilers like operator precedence
> glitches, subtle unexpected behavior with control flow, etc. Anyone
> can throw together some simple code tests, but I'm wondering if anyone
This will do the job for you -but it is not publicly available, nor
are other competing products.
http://www.peren.com/pages/cvsa_set.htm
regards
-kamal
[The regression suite for gcc is probably the best you can do for free. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.