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

            Bug ID: 39932
           Summary: An undefined __label__-declared label is unnecessarily
                    a hard error
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]

int main()
{
    __label__ unused_label;
    return 0;
}

Fails on clang but succeeds on gcc and tinycc.
I think this ought to be a silenacable warning instead of an error.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to