-
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
JIT build failure with clang 10 #104442
Labels
Comments
dotnet-policy-service
bot
added
the
untriaged
New issue has not been triaged by the area owner
label
Jul 4, 2024
Tagging subscribers to this area: @hoyosjs |
hez2010
changed the title
coreclr build failure with clang 10
JIT build failure with clang 10
Jul 4, 2024
@jakobbotsch does this ring a bell to you? |
Looks like this is an elaborated type specifier (you learn something every day) and for scoped enums they must be specified as |
jakobbotsch
added a commit
to jakobbotsch/runtime
that referenced
this issue
Jul 4, 2024
It appears even scoped enums should just get the `enum` keyword in these cases. Fix dotnet#104442
dotnet-policy-service
bot
removed
the
untriaged
New issue has not been triaged by the area owner
label
Jul 5, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This prevents godbolt from building nightly dotnet images.
The build has failed since June 16.
See https://github.com/compiler-explorer/compiler-workflows/actions/workflows/build-daily-dotnet.yml
/cc: @EgorBo
The text was updated successfully, but these errors were encountered: