[llvm-bugs] [Bug 41208] Crash when compiling

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jul 10 01:50:14 PDT 2019


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

Fangrui Song <i at maskray.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|NEW                         |RESOLVED
                 CC|                            |i at maskray.me

--- Comment #2 from Fangrui Song <i at maskray.me> ---
The crash goes away with clang trunk.

# Delete "-add-plugin" "find-bad-constructs" "-plugin-arg-find-bad-constructs" 
from leveldb_scope-33eed2.sh
% zsh leveldb_scope-33eed2.sh
...
In file included from
../../content/browser/indexed_db/scopes/leveldb_scope.cc:5:
In file included from
../../content/browser/indexed_db/scopes/leveldb_scope.h:16:
In file included from ../../base/containers/flat_map.h:12:
../../base/containers/flat_tree.h:161:35: error: call to deleted member
function 'operator='
  flat_tree& operator=(flat_tree&&);

-- 
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/20190710/61dae6bd/attachment.html>


More information about the llvm-bugs mailing list