[LLVMbugs] [Bug 22319] New: clarify error on address of label extension

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 23 15:18:24 PST 2015


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: unassignedclangbugs at nondot.org
          Reporter: nlewycky at google.com
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150123/66bc30d5/attachment.html>


More information about the llvm-bugs mailing list