<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><br></div><div>Hi,</div><div><br></div><div>test/Sema/wchar.c started to fail starting late yesterday. Specifically on these two lines:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>WCHAR_T_TYPE t1[] = L"x”;   // WCHAR_T_TYPE is unsigned short</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>wchar_t tab[] = L"x";</div><div><pre style="font-family: 'Courier New', courier, monotype, monospace; font-size: medium;"><span class="stdout">    ...\clang\test\Sema\wchar.c Line 20: array initializer must be an initializer list</span></pre><pre style="font-family: 'Courier New', courier, monotype, monospace; font-size: medium;"><span class="stdout">    </span>...\clang\test\Sema\wchar.c Line 21: array initializer must be an initializer list</pre><pre style="font-family: 'Courier New', courier, monotype, monospace; font-size: medium;">I cannot pinpoint any patch causing it. Any one else has seen this?</pre><pre style="font-family: 'Courier New', courier, monotype, monospace; font-size: medium;">- Thanks, Fariborz</pre><pre style="font-family: 'Courier New', courier, monotype, monospace; font-size: medium;"><br></pre><div><br></div></div><div><span class="stdout"><br></span></div></body></html>