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: [PATCH] Revision 3: utf-16 and utf-32 support in C and C++


On Thu, 17 Apr 2008 22:17:10 -0400,
Kris Van Hees <kris.van.hees@oracle.com> wrote:

> On Tue, Apr 15, 2008 at 07:14:03PM -0400, Jason Merrill wrote:
>> Kris Van Hees wrote:
>>> Well, when it encounters the identifier (char16_t or char32_t)
>>
>> Ah, I see.  The patch is OK.
>
> Does that mean it is OK to check this in?
> If so, what is the procedure for obtaining check-in access?
>
> 	Cheers,
> 	Kris

I have detected that some parts are incomplete.
For example,

  char16_t *c16p = u"Hello World";

works fine, but

  char16_t c16[] = u"Hello World";

produces an error message. Ditto for char32_t.

Holger


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