<div dir="ltr">On 22 June 2013 15:54, Jonathan Dunlap <span dir="ltr"><<a href="mailto:jadit2@gmail.com" target="_blank">jadit2@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Alright, I installed VC2010 (with x64 libs) and added the -m64 option to the compiler. Sadly the compiler dies with the below message. Should I file a bug or did I miss something?<br>
-----<br>
<br>
Building: Easy (Debug)<br>
<br>
Performing main compilation...<br>
<br>
Current dictionary: C:\Users\dunlap\Documents\<u></u>GitHub\CodeEval\Dlang\<br>
<br>
C:\D\dmd2\windows\bin\dmd.exe -debug -gc "main.d" "SIMDTests.d"  "-IC:\D\dmd2\src\druntime\src" "-IC:\D\dmd2\src\phobos" "-odobj\Debug" "-ofC:\Users\dunlap\Documents\<u></u>GitHub\CodeEval\Dlang\bin\<u></u>Debug\SIMDTests.exe" -m64<br>

<br>
Internal error: ..\ztc\cgcv.c 2162<br>
<br>
Exit code 1<br>
<br>
Build complete -- 1 error, 0 warnings<br>
</blockquote></div><br></div><div class="gmail_extra" style>You can't use SIMD and symbolic debuginfo. The compiler will crash.</div></div>