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

fixes #19613 #19618

Merged
merged 1 commit into from
Mar 20, 2022
Merged

fixes #19613 #19618

merged 1 commit into from
Mar 20, 2022

Conversation

Araq
Copy link
Member

@Araq Araq commented Mar 18, 2022

Aliasing is hard and we have to watch out not to compile 'x = f(x.a)' into 'f(x.a, addr x)'

Aliasing is hard and we have to watch out not to compile 'x = f(x.a)' into 'f(x.a, addr x)'
@Araq Araq closed this Mar 18, 2022
@Araq Araq reopened this Mar 18, 2022
@Araq Araq closed this Mar 18, 2022
@Araq Araq reopened this Mar 18, 2022
@Araq Araq closed this Mar 20, 2022
@Araq Araq reopened this Mar 20, 2022
@Araq Araq merged commit 731eabc into devel Mar 20, 2022
@Araq Araq deleted the araq-fixes-19613 branch March 20, 2022 13:02
@konsumlamm
Copy link
Contributor

@Araq I think there is a typo in the issue number, as there is no #19631. Apparently you meant #19613.

@ringabout ringabout changed the title fixes #19631 fixes #19613 Mar 20, 2022
narimiran pushed a commit that referenced this pull request Mar 22, 2022
Aliasing is hard and we have to watch out not to compile 'x = f(x.a)' into 'f(x.a, addr x)'

(cherry picked from commit 731eabc)
PMunch pushed a commit to PMunch/Nim that referenced this pull request Mar 28, 2022
Aliasing is hard and we have to watch out not to compile 'x = f(x.a)' into 'f(x.a, addr x)'
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.

2 participants