[LLVMbugs] [Bug 6377] New: Clang doesn't seem to handle expression __label__ foo
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Feb 21 15:48:46 PST 2010
http://www.llvm.org/bugs/show_bug.cgi?id=6377
Summary: Clang doesn't seem to handle expression __label__ foo
Product: clang
Version: trunk
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P5
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: amine48rz at gmail.com
Estimated Hours: 0.0
Here's the testcase :
void A () {
__label__ foo;
static const int a = 0;
}
Clang emits an error: expected expression
__label__ foo;
^
Where gcc doesn't.
--
Configure bugmail: http://www.llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the llvm-bugs
mailing list