Skip to content
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

[mono] Fix min alignment of structures with explicit layout. #90632

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

vargaz
Copy link
Contributor

@vargaz vargaz commented Aug 15, 2023

Fixes #90531.

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Aug 15, 2023
@ghost ghost assigned vargaz Aug 15, 2023
@vargaz vargaz added area-Interop-mono and removed area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI labels Aug 15, 2023
@lewing lewing added this to the 8.0.0 milestone Aug 15, 2023
@ghost
Copy link

ghost commented Aug 15, 2023

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #90531.

Author: vargaz
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@vargaz vargaz merged commit a39262b into dotnet:main Aug 16, 2023
154 of 157 checks passed
@vargaz vargaz deleted the fix-90531 branch August 16, 2023 06:13
@srxqds
Copy link
Contributor

srxqds commented Aug 16, 2023

can this pr merge to release/8.0?

@ghost ghost locked as resolved and limited conversation to collaborators Sep 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect alignment of reference struct within a struct on Mono
4 participants