This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Merging PCH to mainline
- From: Andi Kleen <ak at suse dot de>
- To: Geoffrey Keating <gkeating at apple dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 10 Jan 2003 08:45:13 +0100
- Subject: Re: Merging PCH to mainline
- References: <200301092149.h09Lnn1N003821@keatge.apple.com.suse.lists.egcs>
Geoffrey Keating <gkeating@apple.com> writes:
> Now that the new C++ parser seems to have stabilised, I plan to merge
> pch-branch to mainline later today. I'd appreciate it if people could
> avoid committing changes during this time.
Is it supposed to work right now ? I just did a bootstrap/check with a mainline
updated half an hour ago and most/all pch tests in the test suite are failing.
Simple test cases fail too.
Also -Winvalid-pch doesn't appear in gcc -v --help output.
It has a single big PCH merge in the ChangeLog.
Platform is i686-linux (SuSE 8.1)
-Andi