<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Zachary,<br>
    <br>
    Here was the error message generated from the crash:<br>
    <br>
    <tt>1>ClCompile:</tt><tt><br>
    </tt><tt>1>  CXXFormatterFunctions.cpp</tt><tt><br>
    </tt><tt>1>d:\tiplldb\llvm\tools\lldb\include\lldb\utility\processstructreader.h(75):
      fatal error C1001: An internal error has occurred in the compiler.</tt><tt><br>
    </tt><tt>1>  (compiler file
      'f:\dd\vctools\compiler\utc\src\p2\main.c', line 227)</tt><tt><br>
    </tt><tt>1>   To work around this problem, try simplifying or
      changing the program near the locations listed above.</tt><tt><br>
    </tt><tt>1>  Please choose the Technical Support command on the
      Visual C++ </tt><tt><br>
    </tt><tt>1>   Help menu, or open the Technical Support help file
      for more information</tt><tt><br>
    </tt><tt>1></tt><tt><br>
    </tt><tt>1>Build FAILED.</tt><br>
    <br>
    Note the above line number is a little off due to my patch, but I
    tracked it down to the following line:<br>
    <br>
    <tt>m_fields[ConstString(name.c_str())] =
FieldImpl{field_type,static_cast<size_t>(bit_offset/8),static_cast<size_t>(size)};</tt><br>
    <br>
    Here is the banner from my version of cl:<br>
    <tt><br>
    </tt><tt>1>ClCompile:</tt><tt><br>
    </tt><tt>1>  Microsoft (R) C/C++ Optimizing Compiler Version
      18.00.21005.1 for x64</tt><tt><br>
    </tt><tt>1>  Copyright (C) Microsoft Corporation.  All rights
      reserved.</tt><br>
    <br>
    My visual studio solution was generated via CMake 2.8.11.2<br>
    My visual studio version is: 12.0.21005.1 REL<br>
    <br>
    I may be worth mentioning that I was directed towards this error by
    others that were seeing it also, so its not isolated just to myself,
    as is the 32bit/64bit stuff from my other patch.<br>
    Are you building for an x64 target or x86?  I am only targeting x64.<br>
    <br>
    I am also seeing this error in both Debug and Release builds.<br>
    I have used the default CMake options when generating the solution
    files.<br>
    <br>
    Let me know if I can provide any more information.<br>
    <br>
    Thanks,<br>
    Aidan<br>
    <br>
    <div class="moz-cite-prefix">On 17/12/2014 15:15, Zachary Turner
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAAErz9ipLG7f7UUsAqdsn4zBuZWE6-ZB=Vkv+DCqd_3TS__TJw@mail.gmail.com"
      type="cite">I compile with vs2013 every day and have never seen
      this crash. Any idea why it was crashing or how i might repro it?<br>
      <div class="gmail_quote">On Wed, Dec 17, 2014 at 3:52 AM Aidan
        Dodds <<a moz-do-not-send="true"
          href="mailto:Aidan@codeplay.com">Aidan@codeplay.com</a>>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">REPOSITORY<br>
            rL LLVM<br>
          <br>
          <a moz-do-not-send="true" href="http://reviews.llvm.org/D6702"
            target="_blank">http://reviews.llvm.org/D6702</a><br>
          <br>
          EMAIL PREFERENCES<br>
            <a moz-do-not-send="true"
            href="http://reviews.llvm.org/settings/panel/emailpreferences/"
            target="_blank">http://reviews.llvm.org/settings/panel/emailpreferences/</a><br>
          <br>
          <br>
        </blockquote>
      </div>
    </blockquote>
    <br>
  </body>
</html>