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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to