<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - out of memory during optimized compilation"
   href="https://bugs.llvm.org/show_bug.cgi?id=47289">47289</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>out of memory during optimized compilation
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>10.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>C++
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mizvekov@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>blitzrakete@gmail.com, dgregor@apple.com, erik.pilkington@gmail.com, llvm-bugs@lists.llvm.org, richard-llvm@metafoo.co.uk
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=23886" name="attach_23886" title="automatic reproduction (zipped due to size)">attachment 23886</a> <a href="attachment.cgi?id=23886&action=edit" title="automatic reproduction (zipped due to size)">[details]</a></span>
automatic reproduction (zipped due to size)

Including automatic reproduction due to below crash.

Note that at the end, an unrelated problem with the crash reporter itself,
which produces empty source name instead of "psx-bc0931.cpp", which is included
in the zip file anyway.

```
LLVM error : out of memory
  Stack dump:
  0.    Program arguments:
C:\PROGRA~2\MICROS~1\2019\COMMUN~1\VC\Tools\Llvm\bin\clang-cl.exe /nologo -TP
<...> -m64 /DWIN32 /D_WINDOWS /D_CRT_SECURE_NO_WARNINGS /W3 /Zi /bigobj /utf-8
/Oi /GF /Gy -fdiagnostics-absolute-paths /EHsc /WX- /D_DEBUG /O1 /Os
/D_HAS_ITERATOR_DEBUGGING=0 -MTd -std:c++latest /showIncludes <...>
  1.    <eof> parser at end of file
  2.    Code generation
  #0 0x023767f8 
  #1 0x7579edc2 
  #2 0x02369aed 
  #3 0x00fb3612 
  #4 0x00fb358b 
clang-cl : error : clang frontend command failed due to signal (use -v to see
invocation)
  clang version 10.0.0 
  Target: x86_64-pc-windows-msvc
  Thread model: posix
  InstalledDir: C:\PROGRA~2\MICROS~1\2019\COMMUN~1\VC\Tools\Llvm\bin
  clang-cl: note: diagnostic msg: PLEASE submit a bug report to
<a href="https://bugs.llvm.org/">https://bugs.llvm.org/</a> and include the crash backtrace, preprocessed source,
and associated run script.
  clang-cl: note: diagnostic msg: 
  ********************

  PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
  Preprocessed source(s) and associated run script(s) are located at:
  clang-cl: note: diagnostic msg: psx-bc0931.sh
  clang-cl: note: diagnostic msg: 
```</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>