[llvm-bugs] [Bug 45735] New: out of memory with code allocating huge array of std::array

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Apr 29 08:44:37 PDT 2020


https://bugs.llvm.org/show_bug.cgi?id=45735

            Bug ID: 45735
           Summary: out of memory with code allocating huge array of
                    std::array
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: phork at seiryu.org
                CC: blitzrakete at gmail.com, dgregor at apple.com,
                    erik.pilkington at gmail.com, llvm-bugs at lists.llvm.org,
                    richard-llvm at metafoo.co.uk

Created attachment 23422
  --> https://bugs.llvm.org/attachment.cgi?id=23422&action=edit
test code

out of memory error is caused when I compile the test code with clang
11.0.0(2663a25f) for Windows x64. MSVC2019 is installed on my machine, and its
standard library is used. My machine has 16GB memory.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200429/6cd71de6/attachment.html>


More information about the llvm-bugs mailing list