<div dir="ltr"><div class="gmail_extra">Hi,</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 30, 2014 at 9:39 PM, David Blaikie <span dir="ltr"><<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div id=":m8" class="" style="overflow:hidden">+// CHECK-LABEL: define<br>
+__complex double f11() {<br>
+  __complex double f;<br>
+// CHECK: store {{.*}} !dbg [[DBG_F11:!.*]]<br>
+#<span class="">line</span> 1200<br>
+  return f;<br>
+}</div></blockquote></div><br>This seems to fail on Windows (MSVC):</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">tools\clang\test\CodeGenCXX\debug-info-line.cpp:1104:1: error: cannot mangle this complex number type yet</div><div><div>__complex double f11() {</div><div>^~~~~~~~~~~~~~~~~~~~~~~~</div></div><div><br></div></div></div>