[llvm-bugs] [Bug 36420] New: Clang does not generate DW_TAG_label

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Feb 17 10:15:49 PST 2018


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

            Bug ID: 36420
           Summary: Clang does not generate DW_TAG_label
           Product: new-bugs
           Version: trunk
          Hardware: Macintosh
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: jdevlieghere at apple.com
                CC: llvm-bugs at lists.llvm.org

clang does not generate a DW_TAG_label for the example below, while gcc does:

int main(int argc, char** argv)
{
  goto failure;
failure:
  return 1;
}

-- 
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/20180217/ffb21537/attachment.html>


More information about the llvm-bugs mailing list