This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix -H missing multiple guards reporting
- From: Tom Tromey <tromey at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 31 Jul 2008 13:01:30 -0600
- Subject: Re: [PATCH] Fix -H missing multiple guards reporting
- References: <20080731162307.GQ8133@devserv.devel.redhat.com>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "Jakub" == Jakub Jelinek <jakub@redhat.com> writes:
Jakub> The new gcc.dg/pch/cpp-3.c testcase fails on some hosts and
Jakub> doesn't on others.
Thanks for tracking this down. This bug has been there for years and
years... makes me wonder who is actually using -H :)
Jakub> So far tested with
Jakub> make -j4 check RUNTESTFLAGS=pch.exp
Jakub> make -j4 check RUNTESTFLAGS=cpp.exp
Jakub> full bootstrap/regression testing starting. Ok for trunk/4.3 if it
Jakub> succeeds?
Ok.
Tom