<div dir="ltr">I was able to reproduce this with a preprocessed file.  I have attached the file to the Microsoft bug report; it should show up in the next few hours.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 1, 2015 at 2:02 PM, Mukul Sabharwal <span dir="ltr"><<a href="mailto:mjsabby@gmail.com" target="_blank">mjsabby@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've built 3.7 fine in release mode with VS 2015, so there be more<br>
information needed, like maybe OS version and possibly a confirmation<br>
if you're using the RTM bits for VS 2015.<br>
<br>
Can you isolate the crash by getting the preprocessed file (/P option<br>
for cl.exe), and then compile that in isolation, and see if it fails<br>
for you consistently?<br>
<div><div class="h5"><br>
On Tue, Sep 1, 2015 at 1:48 PM, Daniel Dilts via cfe-dev<br>
<<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>> wrote:<br>
> Using the following set of commands I get a compiler crash in astcontext.cpp<br>
> from VS2015.<br>
><br>
> svn co <a href="http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_370/final/" target="_blank" rel="noreferrer">http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_370/final/</a> llvm<br>
> cd llvm\tools<br>
> svn co <a href="http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_370/final/" target="_blank" rel="noreferrer">http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_370/final/</a> clang<br>
> cd clang\tools<br>
> svn co<br>
> <a href="http://llvm.org/svn/llvm-project/clang-tools-extra/tags/RELEASE_370/final/" target="_blank" rel="noreferrer">http://llvm.org/svn/llvm-project/clang-tools-extra/tags/RELEASE_370/final/</a><br>
> extra<br>
> cd ..\..\..\..\<br>
> mkdir build<br>
> cd build<br>
> cmake -G "Visual Studio 14" ..\llvm<br>
> "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe"<br>
> LLVM.sln /build Release<br>
><br>
><br>
> It builds successfully in Debug mode, but Release mode crashes.  I have<br>
> filed a bug with Microsoft here:<br>
> <a href="https://connect.microsoft.com/VisualStudio/feedback/details/1741530" target="_blank" rel="noreferrer">https://connect.microsoft.com/VisualStudio/feedback/details/1741530</a><br>
><br>
</div></div>> _______________________________________________<br>
> cfe-dev mailing list<br>
> <a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a><br>
> <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" target="_blank" rel="noreferrer">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
><br>
</blockquote></div><br></div>