-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix building error for error: fallthrough annotation in unreachable code
#100742
Conversation
shushanhf
commented
Apr 7, 2024
Hi, @jkotas I find @AaronRobinsonMSFT @jkoritzinsky by https://github.com/dotnet/runtime/blob/main/docs/area-owners.md |
Is this on a |
The problem here, and something the above code now doesn't handle, is this code is calling into a user defined |
On Debug build on the LoongArch64-linux with clang-13 and arm64 linux with clang-8. |
cfea3aa
to
59b798c
Compare
bb7dcec
to
2a1cc85
Compare
…code` when building on debug mode on loongarch64/arm64/amd64-linux by clang<14. Also delete `#ifndef FALLTHROUGH` block as dotnet#98336 added after dotnet#98712.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
…code` (dotnet#100742) when building on debug mode on loongarch64/arm64/amd64-linux by clang<14. Also delete `#ifndef FALLTHROUGH` block as dotnet#98336 added after dotnet#98712.