Skip to content

fix #22323 - error "cannot get frame pointer" with AA in struct literal#22324

Merged
thewilsonator merged 1 commit into
dlang:stablefrom
rainers:issue22323
Dec 28, 2025
Merged

fix #22323 - error "cannot get frame pointer" with AA in struct literal#22324
thewilsonator merged 1 commit into
dlang:stablefrom
rainers:issue22323

Conversation

@rainers

@rainers rainers commented Dec 28, 2025

Copy link
Copy Markdown
Member

deep copy manifest constant if it contains AA literal, so that it runs semantic again on lowered code

@dlang-bot

dlang-bot commented Dec 28, 2025

Copy link
Copy Markdown

Thanks for your pull request, @rainers!

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

⚠️⚠️⚠️ Warnings ⚠️⚠️⚠️

  • In preparation for migrating from Bugzilla to GitHub Issues, the issue reference syntax has changed. Please add the word "Bugzilla" to issue references. For example, Fix Bugzilla Issue 12345 or Fix Bugzilla 12345.(Reminder: the edit needs to be done in the Git commit message, not the GitHub pull request.)

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub run digger -- build "stable + dmd#22324"

@thewilsonator thewilsonator left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

target stable so that LDC can pick this up. otherwise looks good.

…literal

deep copy manifest constant if it contains AA literal, so that it runs semantic again on lowered code
@rainers rainers changed the base branch from master to stable December 28, 2025 13:35
@thewilsonator

Copy link
Copy Markdown
Contributor

thanks

@rainers

rainers commented Dec 28, 2025

Copy link
Copy Markdown
Member Author

target stable so that LDC can pick this up. otherwise looks good.

ok, rebased to stable.

@thewilsonator thewilsonator merged commit 19e00a4 into dlang:stable Dec 28, 2025
54 of 55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Regression master] error "cannot get frame pointer" with AA in struct literal

3 participants