[LLVMbugs] [Bug 23285] New: Assertion failed: (DelayedTypos.empty() && "Uncorrected typos!"), function ~Sema, file tools/clang/lib/Sema/Sema.cpp, line 273.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Apr 19 05:09:41 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23285

            Bug ID: 23285
           Summary: Assertion failed: (DelayedTypos.empty() &&
                    "Uncorrected typos!"), function ~Sema, file
                    tools/clang/lib/Sema/Sema.cpp, line 273.
           Product: new-bugs
           Version: trunk
          Hardware: PC
                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

Reproduces with trunk r235079, with assertions enabled. Reduced test case:

======================================================================
a = 0(uintmax_t
======================================================================

Compile with:

clang -cc1 -triple x86_64 -emit-obj testcase.c

-- 
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/20150419/f19f3603/attachment.html>


More information about the llvm-bugs mailing list