This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Merging PCH to mainline
- From: Geoffrey Keating <geoffk at apple dot com>
- To: Andi Kleen <ak at suse dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 10 Jan 2003 10:49:30 -0800
- Subject: Re: Merging PCH to mainline
On Thursday, January 9, 2003, at 11:45 PM, Andi Kleen wrote:
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.
Yes, it works for me on Darwin.
If the only failures you're seeing are with -g, then that's not most or
all tests, it just means that all the tests without -g are passing.
Simple test cases fail too.
Also -Winvalid-pch doesn't appear in gcc -v --help output.
Hmmm, a bug. I wonder why it doesn't appear?
It has a single big PCH merge in the ChangeLog.
Platform is i686-linux (SuSE 8.1)
-Andi