From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32478 invoked by alias); 26 May 2009 20:10:52 -0000 Received: (qmail 32445 invoked by uid 48); 26 May 2009 20:10:38 -0000 Date: Tue, 26 May 2009 20:10:00 -0000 Message-ID: <20090526201038.32444.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/33979] support for char16_t, char32_t In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "loufoque at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-05/txt/msg02080.txt.bz2 ------- Comment #16 from loufoque at gmail dot com 2009-05-26 20:10 ------- It seems the current patch makes char16_t and char32_t keywords. According to the linked specifications, however, those should only be typedefs to the actual keywords, which are _Char16_t and _Char32_t. Those typedefs should be in the file . Note this is the same design as bool/_Bool/ in C99. -- loufoque at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |loufoque at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979