This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: dejagnu help? Problems reproducing bugs in testsuite/g++.dg/pch
- From: Manfred Hollstein <mh at novell dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 1 Oct 2004 16:25:26 +0200
- Subject: Re: dejagnu help? Problems reproducing bugs in testsuite/g++.dg/pch
- References: <1096639682.23900.49.camel@localhost.localdomain>
- Reply-to: Manfred Hollstein <manfred dot h at gmx dot net>
On Fri, 01 Oct 2004, 16:08:02 +0200, Diego Novillo wrote:
>
> I have a local patch that is causing an ICE when compiling
> testsuite/g++.dg/pch/uninst.C. So, I cut and paste the command lines
> from g++.log, only to find out that one of the header files
> (uninst.H.gch) used by the file is somehow generated by dejagnu, but it
> is removed after the testsuite runs.
>
> This makes it impossible for me to debug the ICE. How do I tell dejagnu
> not to do that? I tried what I thought was the obvious thing in
> g++.dg/pch/pch.exp to on avail.
>
> Can anyone point me in the right direction?
I'd comment the various "file delete ....gch" statements in
gcc/testsuite/lib/dg-pch.exp
> Thanks. Diego.
HTH, cheers.
l8er
manfred