[cfe-commits] r104906 - in /cfe/trunk: lib/Frontend/InitPreprocessor.cpp test/Preprocessor/init.c

Douglas Gregor dgregor at apple.com
Thu May 27 17:36:06 PDT 2010


On May 27, 2010, at 5:35 PM, Dan Gohman wrote:

> 
> On May 27, 2010, at 5:30 PM, Douglas Gregor wrote:
> 
>> 
>> On May 27, 2010, at 5:27 PM, Dan Gohman wrote:
>> 
>>> +  DefineType("__CHAR16_TYPE__", TI.getChar16Type(), Builder);
>>> +  DefineType("__CHAR32_TYPE__", TI.getChar32Type(), Builder);
>> 
>> Should these two be C++0x-only? What does GCC do?
> 
> GCC defines them in all modes, including C++98 and C modes.

Okay, thanks.

	- Doug



More information about the cfe-commits mailing list