Issue 61507
Summary 16.0.0 C2X labels not correctly supported.
Labels new issue
Assignees
Reporter uecker
    Release notes for clang state that for C2X WG14 N2508 is implemented, but this does not seem to be the case. The following code is still rejected:

void foo(void)
{
    bar:
        int i;
}


https://godbolt.org/z/8zfc96GMj



_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to