test/Sema/wchar.c starting to fail on Windows

jahanian fjahanian at apple.com
Fri May 3 10:09:38 PDT 2013


Hi,

test/Sema/wchar.c started to fail starting late yesterday. Specifically on these two lines:

	WCHAR_T_TYPE t1[] = L"x”;   // WCHAR_T_TYPE is unsigned short
	wchar_t tab[] = L"x";
    ...\clang\test\Sema\wchar.c Line 20: array initializer must be an initializer list
    ...\clang\test\Sema\wchar.c Line 21: array initializer must be an initializer list
I cannot pinpoint any patch causing it. Any one else has seen this?
- Thanks, Fariborz



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130503/cbe075ef/attachment.html>


More information about the cfe-commits mailing list