This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]