This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
dejagnu help? Problems reproducing bugs in testsuite/g++.dg/pch
- From: Diego Novillo <dnovillo at redhat dot com>
- To: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Fri, 01 Oct 2004 10:08:02 -0400
- Subject: dejagnu help? Problems reproducing bugs in testsuite/g++.dg/pch
- Organization: Red Hat Canada
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?
Thanks. Diego.