[LLVMbugs] [Bug 22620] New: Assertion failed: (EST == EST_Dynamic && "EST case not considered earlier."), function CalledDecl, file tools/clang/lib/Sema/SemaDeclCXX.cpp, line 210.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Feb 17 13:56:24 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22620

            Bug ID: 22620
           Summary: Assertion failed: (EST == EST_Dynamic && "EST case not
                    considered earlier."), function CalledDecl, file
                    tools/clang/lib/Sema/SemaDeclCXX.cpp, line 210.
           Product: new-bugs
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: dimitry at andric.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 13887
  --> http://llvm.org/bugs/attachment.cgi?id=13887&action=edit
Test case for EST == EST_Dynamic assertion

This is a new assertion failure, first encountered here, while compiling
codeblocks:

http://package18.nyi.freebsd.org/data/headamd64PR197395-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.

-- 
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/20150217/b5617df2/attachment.html>


More information about the llvm-bugs mailing list