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 initialization of TupleExps with static array members. #798

Merged
merged 1 commit into from
Dec 26, 2014

Conversation

dnadlinger
Copy link
Member

Just as for structs, DVarValue::getRVal() doesn't dereference the
address for these.

GitHub: Fixes #797.

Just as for structs, `DVarValue::getRVal()` doesn't dereference the
address for these.

GitHub: Fixes ldc-developers#797.
@dnadlinger
Copy link
Member Author

Still at a loss regarding a minimized test case.

dnadlinger added a commit that referenced this pull request Dec 26, 2014
Fix initialization of TupleExps with static array members.
@dnadlinger dnadlinger merged commit 8436f07 into ldc-developers:master Dec 26, 2014
@dnadlinger dnadlinger deleted the tuple-sarray branch December 26, 2014 21:54
@dnadlinger
Copy link
Member Author

Merging this to make sure the fix makes it into the next minor release. I think a semi-reduced test case was posted on the mailing list, though. It should be added.

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.

Tuple/static array initialization ICE
1 participant