This is the mail archive of the gcc@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: Wide characters and GCC


Joseph S. Myers wrote:-

> Do we support target wchar_t wider than HOST_WIDE_INT in GCC?

No, not properly.  But I think it's only a hypothetical case.  I
suspect that only "modern" implementations would have this stuff, and
I doubt such "modern" implementations have

  sizeof (wchar_t) < sizeof (int).

Neil.


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