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

codegen: fix segfaults with VecElement with union element #34805

Merged
merged 1 commit into from
Feb 19, 2020

Conversation

vtjnash
Copy link
Sponsor Member

@vtjnash vtjnash commented Feb 18, 2020

We were being too aggressive at unwrapping these: since they are already
unwrapped once, they need to be treated almost as a normal struct.

fixes #29864

We were being too aggressive at unwrapping these: since they are already
unwrapped once, they need to be treated almost as a normal struct.

fixes #29864
@JeffBezanson JeffBezanson merged commit 8720530 into master Feb 19, 2020
@JeffBezanson JeffBezanson deleted the jn/29864 branch February 19, 2020 18:50
KristofferC pushed a commit that referenced this pull request Feb 19, 2020
We were being too aggressive at unwrapping these: since they are already
unwrapped once, they need to be treated almost as a normal struct.

fixes #29864

(cherry picked from commit 8720530)
@KristofferC KristofferC mentioned this pull request Feb 19, 2020
26 tasks
birm pushed a commit to birm/julia that referenced this pull request Feb 22, 2020
…34805)

We were being too aggressive at unwrapping these: since they are already
unwrapped once, they need to be treated almost as a normal struct.

fixes JuliaLang#29864
KristofferC pushed a commit that referenced this pull request Apr 11, 2020
We were being too aggressive at unwrapping these: since they are already
unwrapped once, they need to be treated almost as a normal struct.

fixes #29864
BioTurboNick pushed a commit to BioTurboNick/julia that referenced this pull request Apr 13, 2020
…34805)

We were being too aggressive at unwrapping these: since they are already
unwrapped once, they need to be treated almost as a normal struct.

fixes JuliaLang#29864

(cherry picked from commit 8720530)
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.

VecElement segfaults with union element
3 participants