This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A testcase library
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Volker Reichelt <reichelt at igpm dot rwth-aachen dot de>
- Cc: gcc at gcc dot gnu dot org, bangerth at ticam dot utexas dot edu, janis187 at us dot ibm dot com, ehrhardt at mathematik dot uni-ulm dot de
- Date: Fri, 20 Dec 2002 12:52:02 +0100
- Subject: Re: A testcase library
- References: <200212201240.NAA96057@numa6.igpm.rwth-aachen.de>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Fri, Dec 20, 2002 at 01:40:49PM +0100, Volker Reichelt wrote:
> Since GNATS has its limitations with respect to searching for relevant
> information about testcases, I started collecting *small* testcases
> for easy grepping. Until now, I've collected (with the help of
> Wolfgang and of course the submitters) more than 200 of such testcases.
>
> Maybe the testcase library is useful for other bug-hunters, so here it
> is. I also wrote a little script that helps me keeping track of the
> information. Maybe that is of interest, too. The library and the script
> come with a small Readme, which you might want to read first.
>
> Comments and testcases for inclusion in the library are welcome.
> If this is of interest I could post the updated stuff regularly.
Good work, thanks.
Unless they are already in gcc testsuite, shouldn't they all be checked
in after converting them to dg (or c-torture) format, ideally on all of 3.2/3.3
branches and trunk?
Jakub