<HTML><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; FONT-WEIGHT:Normal;">You can also assign it to a local and return that.</span><br><br><hr><span style="font-size:10pt;font-family:Tahoma; font-weight:bold">From: </span><span style="font-size:10pt;font-family:Tahoma; font-weight:normal;">Douglas Gregor <dgregor@apple.com></span><br><span style="font-size:10pt;font-family:Tahoma; font-weight:bold">Sent: </span><span style="font-size:10pt;font-family:Tahoma; font-weight:normal;">Wednesday, September 15, 2010 5:28 PM</span><br><span style="font-size:10pt;font-family:Tahoma; font-weight:bold">To: </span><span style="font-size:10pt;font-family:Tahoma; font-weight:normal;">crazygamealexs@hotmail.com</span><br><span style="font-size:10pt;font-family:Tahoma; font-weight:bold">Cc: </span><span style="font-size:10pt;font-family:Tahoma; font-weight:normal;">cfe-dev@cs.uiuc.edu</span><br><span style="font-size:10pt;font-family:Tahoma; font-weight:bold">Subject: </span><span style="font-size:10pt;font-family:Tahoma; font-weight:normal;">Re: [cfe-dev] Can't seem to compile clang with clang.</span><br><br><br><div><div>On Sep 15, 2010, at 5:09 PM, <a href="mailto:crazygamealexs@hotmail.com">crazygamealexs@hotmail.com</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 15px" id="MailContainerBody" leftmargin="0" topmargin="0" canvastabstop="true" name="Compose message area"><div><font face="Calibri">It gives me this error message during the make progress.</font></div><div><font face="Calibri">llvm[1]: Compiling Disassembler.cpp for Release build<br>In file included from Disassembler.cpp:19:<br>c:/MinGW/lib/gcc/mingw32/4.5.0/include/c++/iomanip:63:12: error: expected<br>      expression<br>  { return { __mask }; }<br>           ^<br></font></div></div></blockquote><br></div><div>The GCC 4.5 headers use C++0x features (in this case, generalized initializer lists) that aren't implemented in Clang. You'll need to use an older version of GCC's C++ Standard Library instead.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre"></span>- Doug</div><br></body></HTML>