This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFA: Fix pch/system-1.c failures for systems with non-trivial BUILD_VA_LIST_TYPE
- From: Richard Henderson <rth at redhat dot com>
- To: Joern Rennecke <amylaar at onetel dot net dot uk>
- Cc: Neil Booth <neil at daikokuya dot co dot uk>, Joern Rennecke <joern dot rennecke at superh dot com>, gcc-patches at gcc dot gnu dot org
- Date: Tue, 3 Jun 2003 21:09:15 -0700
- Subject: Re: RFA: Fix pch/system-1.c failures for systems with non-trivial BUILD_VA_LIST_TYPE
- References: <200306032327.h53NRKYZ014324@meolyon.local>
On Wed, Jun 04, 2003 at 12:27:20AM +0100, Joern Rennecke wrote:
> Should I just compare the first character with '<' then?
> E.g.:
>
> /* Don't add cwd for <built-in>. */
> if (filename[0] != DIR_SEPARATOR && filename[0] != '<')
Hum. Is it *that* hard for us to do the Right Thing
instead of installing something that is clearly a hack?
It's just that I wouldn't think there were so many places
that we deal with builtins that would require changing...
r~