<html>
<head>
<base href="https://llvm.org/bugs/" />
</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 --- - Assertion failed: ((MoveConstructor->isDefaulted() && MoveConstructor->isMoveConstructor()"
href="https://llvm.org/bugs/show_bug.cgi?id=27401">27401</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Assertion failed: ((MoveConstructor->isDefaulted() && MoveConstructor->isMoveConstructor()
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</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>Modules
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>vvasilev@cern.ch
</td>
</tr>
<tr>
<th>CC</th>
<td>dgregor@apple.com, llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Assertion failed: ((MoveConstructor->isDefaulted() &&
MoveConstructor->isMoveConstructor() &&
!MoveConstructor->doesThisDeclarationHaveABody() &&
!MoveConstructor->isDeleted()) && "DefineImplicitMoveConstructor - call it for
implicit move ctor"), function DefineImplicitMoveConstructor, file
/Users/vvassilev/workspace/llvm-git/src/tools/clang/lib/Sema/SemaDeclCXX.cpp,
line 11154.
0 clang 0x000000010786dcfb
llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 43
1 clang 0x000000010786cf76 llvm::sys::RunSignalHandlers() +
70
2 clang 0x000000010786e3a2 SignalHandler(int) + 322
3 libsystem_platform.dylib 0x00007fff8fe0ceaa _sigtramp + 26
4 clang 0x00000001094922f7 clang::Stmt::StatisticsEnabled +
58751
5 clang 0x000000010786e1b6 abort + 22
6 clang 0x000000010786e191 __assert_rtn + 81
7 clang 0x00000001085fdd5e
clang::Sema::DefineImplicitMoveConstructor(clang::SourceLocation,
clang::CXXConstructorDecl*) + 798
8 clang 0x00000001086915dd
clang::Sema::MarkFunctionReferenced(clang::SourceLocation,
clang::FunctionDecl*, bool) + 1149
9 clang 0x00000001085fe765
clang::Sema::BuildCXXConstructExpr(clang::SourceLocation, clang::QualType,
clang::CXXConstructorDecl*, llvm::MutableArrayRef<clang::Expr*>, bool, bool,
bool, bool, unsigned int, clang::SourceRange) + 309
10 clang 0x0000000108751c95
PerformConstructorInitialization(clang::Sema&, clang::InitializedEntity const&,
clang::InitializationKind const&, llvm::MutableArrayRef<clang::Expr*>,
clang::InitializationSequence::Step const&, bool&, bool, bool,
clang::SourceLocation, clang::SourceLocation) + 1301
11 clang 0x0000000108748345
clang::InitializationSequence::Perform(clang::Sema&, clang::InitializedEntity
const&, clang::InitializationKind const&, llvm::MutableArrayRef<clang::Expr*>,
clang::QualType*) + 4005
12 clang 0x00000001087551b4
clang::Sema::PerformCopyInitialization(clang::InitializedEntity const&,
clang::SourceLocation, clang::ActionResult<clang::Expr*, true>, bool, bool) +
564
13 clang 0x000000010866a2a0
clang::Sema::GatherArgumentsForCall(clang::SourceLocation,
clang::FunctionDecl*, clang::FunctionProtoType const*, unsigned int,
llvm::ArrayRef<clang::Expr*>, llvm::SmallVectorImpl<clang::Expr*>&,
clang::Sema::VariadicCallType, bool, bool) + 1088
14 clang 0x00000001085ff206
clang::Sema::CompleteConstructorCall(clang::CXXConstructorDecl*,
llvm::MutableArrayRef<clang::Expr*>, clang::SourceLocation,
llvm::SmallVectorImpl<clang::Expr*>&, bool, bool) + 342
15 clang 0x0000000108751951
PerformConstructorInitialization(clang::Sema&, clang::InitializedEntity const&,
clang::InitializationKind const&, llvm::MutableArrayRef<clang::Expr*>,
clang::InitializationSequence::Step const&, bool&, bool, bool,
clang::SourceLocation, clang::SourceLocation) + 465
16 clang 0x0000000108748345
clang::InitializationSequence::Perform(clang::Sema&, clang::InitializedEntity
const&, clang::InitializationKind const&, llvm::MutableArrayRef<clang::Expr*>,
clang::QualType*) + 4005
17 clang 0x00000001085da4e5
clang::Sema::BuildBaseInitializer(clang::QualType, clang::TypeSourceInfo*,
clang::Expr*, clang::CXXRecordDecl*, clang::SourceLocation) + 2133
18 clang 0x0000000108923f37
clang::Sema::InstantiateMemInitializers(clang::CXXConstructorDecl*,
clang::CXXConstructorDecl const*, clang::MultiLevelTemplateArgumentList const&)
+ 1015
19 clang 0x00000001089237e3
clang::Sema::InstantiateFunctionDefinition(clang::SourceLocation,
clang::FunctionDecl*, bool, bool) + 2723
20 clang 0x000000010891da5b
clang::Sema::PerformPendingInstantiations(bool) + 603
21 clang 0x00000001084bd9e6
clang::Sema::ActOnEndOfTranslationUnit() + 278
22 clang 0x0000000108338334
clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&) + 644
23 clang 0x000000010829d2b5 clang::ParseAST(clang::Sema&,
bool, bool) + 501
24 clang 0x0000000107d2fc4b clang::FrontendAction::Execute()
+ 75
25 clang 0x0000000107cf5831
clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) + 1089
26 clang 0x0000000107d6fa99
clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 4713
27 clang 0x0000000106e73c06 cc1_main(llvm::ArrayRef<char
const*>, char const*, void*) + 1062
28 clang 0x0000000106e727e0 main + 11504
29 libdyld.dylib 0x00007fff85e365ad start + 1
30 libdyld.dylib 0x0000000000000024 start + 2048694904</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>