<html>
<head>
<base href="http://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 --- - clang crash"
href="http://llvm.org/bugs/show_bug.cgi?id=16543">16543</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>clang crash
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>3.2
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</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>dushistov@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>dgregor@apple.com, llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>I try compile my program with clang 3.2:
0 libLLVM-3.2svn.so 0xf6da9d18
1 libLLVM-3.2svn.so 0xf6daa0f4
2 linux-gate.so.1 0xffffe400 __kernel_sigreturn + 0
3 clang 0x08c7a169 clang::FunctionDecl::getNumParams() const + 25
4 clang 0x08c90e9f
clang::CXXConstructorDecl::isCopyOrMoveConstructor(unsigned int&) const + 31
5 clang 0x08740bc4
6 clang 0x08745af3
7 clang 0x087523c4
clang::InitializationSequence::InitializationSequence(clang::Sema&,
clang::InitializedEntity const&, clang::InitializationKind const&,
clang::Expr**, unsigned int) + 1652
8 clang 0x08749eb6
clang::Sema::PerformCopyInitialization(clang::InitializedEntity const&,
clang::SourceLocation, clang::ActionResult<clang::Expr*, true>, bool, bool) +
230
9 clang 0x087b94ee
clang::Sema::PerformMoveOrCopyInitialization(clang::InitializedEntity const&,
clang::VarDecl const*, clang::QualType, clang::Expr*, bool) + 94
10 clang 0x087bb4e6
clang::Sema::ActOnReturnStmt(clang::SourceLocation, clang::Expr*) + 966
11 clang 0x088577da
12 clang 0x088592b2
13 clang 0x08857094
14 clang 0x0885942a clang::Sema::SubstStmt(clang::Stmt*,
clang::MultiLevelTemplateArgumentList const&) + 106
15 clang 0x08868a27
clang::Sema::InstantiateFunctionDefinition(clang::SourceLocation,
clang::FunctionDecl*, bool, bool) + 1287
16 clang 0x08868380 clang::Sema::PerformPendingInstantiations(bool)
+ 464
17 clang 0x085a0ca7 clang::Sema::ActOnEndOfTranslationUnit() + 1655
18 clang 0x0850c659
clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&) + 393
19 clang 0x085027ef clang::ParseAST(clang::Sema&, bool, bool) + 303
20 clang 0x0824edbc clang::ASTFrontendAction::ExecuteAction() + 108
21 clang 0x083a0fe8 clang::CodeGenAction::ExecuteAction() + 40
22 clang 0x0824f4a8 clang::FrontendAction::Execute() + 88
23 clang 0x0822cac2
clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) + 258
24 clang 0x08215a24
clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 1460
25 clang 0x082105d6 cc1_main(char const**, char const**, char
const*, void*) + 1030
26 clang 0x0820f037 main + 8279
27 libc.so.6 0xf6542833 __libc_start_main + 243
28 clang 0x0820f6c1</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>