We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When compiling dotnet/runtime with the latest compiler we get an assert in EmitConversions.cs
roslyn/src/Compilers/CSharp/Portable/CodeGen/EmitConversion.cs
Lines 156 to 159 in 3f192dc
The assert occurs because the toPredefTypeKind is Int64.
toPredefTypeKind
Int64
The method which is causing the assert failure is here: https://github.com/dotnet/runtime/blob/f9ebd42d05ca88f086d472832487fbccfc7fe4ac/src/coreclr/tools/aot/ILCompiler.ReadyToRun/JitInterface/CorInfoImpl.ReadyToRun.cs#L2715
Found while digging into dotnet/runtime#82467
The text was updated successfully, but these errors were encountered:
cston
Successfully merging a pull request may close this issue.
When compiling dotnet/runtime with the latest compiler we get an assert in EmitConversions.cs
roslyn/src/Compilers/CSharp/Portable/CodeGen/EmitConversion.cs
Lines 156 to 159 in 3f192dc
The assert occurs because the
toPredefTypeKind
isInt64
.The method which is causing the assert failure is here: https://github.com/dotnet/runtime/blob/f9ebd42d05ca88f086d472832487fbccfc7fe4ac/src/coreclr/tools/aot/ILCompiler.ReadyToRun/JitInterface/CorInfoImpl.ReadyToRun.cs#L2715
Found while digging into dotnet/runtime#82467
The text was updated successfully, but these errors were encountered: