This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Call for testers for pch-branch
> Cc: gcc@gcc.gnu.org
> X-Yow: This MUST be a good party -- My RIB CAGE is being painfully
> pressed up against someone's MARTINI!!
> From: Andreas Schwab <schwab@suse.de>
> Date: Mon, 09 Dec 2002 14:09:12 +0100
> User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (ia64-suse-linux)
> X-OriginalArrivalTime: 09 Dec 2002 13:09:14.0835 (UTC) FILETIME=[2C596230:01C29F84]
>
> Geoff Keating <geoffk@geoffk.org> writes:
>
> |> Andreas Schwab <schwab@suse.de> writes:
> |>
> |> > I'm getting many PCH testsuite failures, see
> |> > <http://gcc.gnu.org/ml/gcc-testresults/2002-12/msg00096.html>. These
> |> > "test for excess errors" failures are all segfaults in the compiler.
> |> > Unfortunately I haven't been able to reproduce them by running exactly the
> |> > same command outside the testsuite.
>
> The actual bug seems to be that gt_pch_restore restores in_section, but
> not in_named_name.
Yup, I see it. It looks like I never did write code to handle
restoring global variables that are pointers to strings. A fix will
appear soon.
--
- Geoffrey Keating <geoffk@geoffk.org>