<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 --- - Assertion failed: (EST == EST_Dynamic && "EST case not considered earlier."), function CalledDecl, file tools/clang/lib/Sema/SemaDeclCXX.cpp, line 210."
href="http://llvm.org/bugs/show_bug.cgi?id=22620">22620</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Assertion failed: (EST == EST_Dynamic && "EST case not considered earlier."), function CalledDecl, file tools/clang/lib/Sema/SemaDeclCXX.cpp, line 210.
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</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>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>dimitry@andric.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=13887" name="attach_13887" title="Test case for EST == EST_Dynamic assertion">attachment 13887</a> <a href="attachment.cgi?id=13887&action=edit" title="Test case for EST == EST_Dynamic assertion">[details]</a></span>
Test case for EST == EST_Dynamic assertion
This is a new assertion failure, first encountered here, while compiling
codeblocks:
<a href="http://package18.nyi.freebsd.org/data/headamd64PR197395-default/2015-02-11_23h04m51s/logs/errors/codeblocks-13.12_4.log">http://package18.nyi.freebsd.org/data/headamd64PR197395-default/2015-02-11_23h04m51s/logs/errors/codeblocks-13.12_4.log</a>
The assertion reproduces with trunk r229540. Apparently it is caused by
something declared with a strange or incomplete exception specification: when I
print out 'EST' at the point of the assertion, the value is 'EST_Unparsed'.
The test case must be compiled with -std=c++11 for the assertion to fire.</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>