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: Joern Rennecke <amylaar at onetel dot net dot uk>
- To: rth at redhat dot com (Richard Henderson)
- Cc: amylaar at onetel dot net dot uk (Joern Rennecke), neil at daikokuya dot co dot uk (Neil Booth), joern dot rennecke at superh dot com (Joern Rennecke), gcc-patches at gcc dot gnu dot org
- Date: Wed, 4 Jun 2003 08:27:09 +0100 (BST)
- Subject: Re: RFA: Fix pch/system-1.c failures for systems with non-trivial BUILD_VA_LIST_TYPE
Richard Henderson wrote:
> It's just that I wouldn't think there were so many places
> that we deal with builtins that would require changing...
P.S.: Using NULL for <built-in> also doesn't seem right because there
is more than one special value, e.g. we also have <command-line> for
defines. OTOH we don't want to use localized strings in precompiled
header files, since that would make them locale-specific.
So maybe we should keep these strings un-localized, but prepend them
with a marker that says they still need to be translated.
E.g. we could use STX (03, ascii start of text).