RFA: Fix pch/system-1.c failures for systems with non-trivial BUILD_VA_LIST_TYPE

Richard Henderson rth@redhat.com
Wed Jun 4 04:11:00 GMT 2003


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~



More information about the Gcc-patches mailing list