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: GCC build failed for mips-elf with your patch on 2002-05-04T08:57:11Z.


Geoff Keating wrote:-

> It doesn't follow, though, that cpp should be allowing a wide
> character to fill all 64 bits.  There should probably be a macro
> saying what the largest sensible wchar_t value can be, or we could
> just arbitrarily clip it at 32 bits.

The macro MAX_WCHAR_TYPE_SIZE is supposed to do that I think; at
least CPP is the only user.  I've posted another patch so that
CPP uses "unsigned long" or "unsigned long long" internally to
handle the cases where an unsigned int isn't enough.  If you don't
think that's the right answer, let me know.

Neil.


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