http://llvm.org/bugs/show_bug.cgi?id=22319
Bug ID: 22319
Summary: clarify error on address of label extension
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Testcase:
bool test() {
return true && && false;
}
We get:
a2.cc:2:21: error: expected identifier
return true && && false;
^
1 error generated.
How about "error: expected label for address-of-label extension"?
--
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