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

fix struct tail initialization for inline reference allocation #35291

Merged
merged 1 commit into from
Mar 31, 2020

Conversation

JeffBezanson
Copy link
Sponsor Member

For #34126.

The fix to init_struct_tail is definitely needed, but I'm not sure about the change to emit_new_struct. It seems to me that it's currently not possible to reach undef_derived_strct along this path, but I might be missing something.

@JeffBezanson JeffBezanson added the kind:bugfix This change fixes an existing bug label Mar 28, 2020
src/cgutils.cpp Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants