Re: Reference source for C-compiler validation?

Axel Kittenberger <axel@dtone.org>
8 Nov 2001 23:15:43 -0500

          From comp.compilers

Related articles
Reference source for C-compiler validation? jbredno@yahoo.de (2001-11-05)
Re: Reference source for C-compiler validation? joachim_d@gmx.de (Joachim Durchholz) (2001-11-08)
Re: Reference source for C-compiler validation? loewis@informatik.hu-berlin.de (Martin von Loewis) (2001-11-08)
Re: Reference source for C-compiler validation? axel@dtone.org (Axel Kittenberger) (2001-11-08)
Re: Reference source for C-compiler validation? zackw@panix.com (Zack Weinberg) (2001-11-08)
Re: Reference source for C-compiler validation? nmm1@cus.cam.ac.uk (2001-11-08)
Re: Reference source for C-compiler validation? ceco@no_smap_jupiter.com (Tzvetan Mikov) (2001-11-08)
Re: Reference source for C-compiler validation? joshualevy@yahoo.com (2001-12-03)
| List of all articles for this month |

From: Axel Kittenberger <axel@dtone.org>
Newsgroups: comp.compilers
Date: 8 Nov 2001 23:15:43 -0500
Organization: Kabelsignal AG Broadband Service
References: 01-11-019
Keywords: testing
Posted-Date: 08 Nov 2001 23:15:42 EST

> Are there any widely accepted C and C++ source files that
> can be used to validate a compiler? E.g., is there some
> test for ANSI compliance or something similar?


With the complete package of the gcc compiler ( http://gcc.gnu.org ) come
some pretty large testsuites ( c-torture )


You'll find it in example in gcc-3.0.2/gcc/testsuite .. it's written using
dejagnu/expect/tcl scripts.


- Axel
--
|D) http://www.dtone.org
x


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.