-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion failed: (EST == EST_Dynamic && "EST case not considered earlier."), function CalledDecl, file tools/clang/lib/Sema/SemaDeclCXX.cpp, line 210. #22994
Comments
Backtrace, with a trunk r230746 debug build: #0 0x0000000807e1ea3a in thr_kill () from /lib/libc.so.7 |
Let's continue this in bug 24000. The testcase here can also be used to demonstrate the problem. *** This bug has been marked as a duplicate of bug llvm/llvm-bugzilla-archive#24000 *** |
mentioned in issue llvm/llvm-bugzilla-archive#24000 |
Extended Description
This is a new assertion failure, first encountered here, while compiling codeblocks:
http://package18.nyi.freebsd.org/data/headamd64#197395 -default/2015-02-11_23h04m51s/logs/errors/codeblocks-13.12_4.log
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.
The text was updated successfully, but these errors were encountered: