This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Test Cases
- From: Joost VandeVondele <jv244 at hermes dot cam dot ac dot uk>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 16 Nov 2003 15:01:15 +0000 (GMT)
- Subject: Re: Test Cases
>On Fri, 24 Oct 2003, Thomas Neumann wrote:
>> I created a small script to automatically minimize preprocessed source
>> files. Nothing fancy, but it helped me to reduce a 250K test case to
3K.
>> Perhaps someone will find it useful.
>>
>> http://pi3.informatik.uni-mannheim.de/~tneumann/maketestcase
>How does it work? (Just the rough idea! I didn't find anything in the
>man page or the code itself.)
>If our Bugzilla workers are finding it useful, we should add a link from
>one of our pages, I guess.
I found it already quite useful. Removing the "#line " info in the dump
made it useful for fortran too.
Joost
>Gerald