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: Handle string constant initializers for arrays of char16_t or char32_t


On Tue, 15 Jul 2008 19:30:16 -0400,
Kris Van Hees <kris.van.hees@oracle.com> wrote:

> gcc/ChangeLog:
> 2008-07-16  Kris Van Hees <kris.van.hees@oracle.com>
> 	  
> 	* c-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYPE__
> 	and __CHAR32_TYPE__.
> 	* c-typeck.c (digest_init): Support char16_t and char32_t.
> 	(set_nonincremental_init_from_string): Idem.
>
> gcc/cp/ChangeLog:
> 2008-07-16  Kris Van Hees <kris.van.hees@oracle.com>
>
>         * rtti.c (emit_support_tinfos): Add char16_type_node and
>         char32_type_node.
> 	* typeck2.c (digest_init): Support char16_t and char32_t.
>
> libstdc++-v3/ChangeLog:
> 2008-07-16  Kris Van Hees <kris.van.hees@oracle.com>
> 	    Holger Hopp <holger.hopp@sap.com>
>
> 	* config/abi/pre/gnu.ver: Support char16_t and char32_t.
> 	* testsuite/util/testsuite_abi.cc (check_version): Add
> 	CXXABI_1.3.3 to known_versions.

For me (no maintainer) the patches are ok.
They fix the issues that I have mentioned.

Thanks!
Holger


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