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]

Re: Patch to use more safe-ctype macros


DJ Delorie <dj@redhat.com> writes:

> At the moment, libiberty simply won't build on non-ASCII systems.  The
> safe-ctype stuff was added to guarantee that they reflect the C locale
> rather than the user's locale, as is appropriate for handling source
> code.

Actually, GCC should probably assume that the source code _is_ written
in the user's locale, at least by default, but that's a project for
another day...

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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