[LLVMbugs] [Bug 7481] New: Assertion: `BraceCount > 0' failed on invalid code
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jun 24 07:11:09 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7481
Summary: Assertion: `BraceCount > 0' failed on invalid code
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: C++
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: chris at bubblescope.net
CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com
The code:
struct{a}
Produces the assertion:
clang::SourceLocation clang::Parser::MatchRHSPunctuation(clang::tok::TokenKind,
clang::SourceLocation): Assertion `BraceCount > 0' failed
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list