Skip to content

Partial fix for verification of where pointer conversions can appear. #17972

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

Merged
merged 1 commit into from
Jul 16, 2018
Merged

Partial fix for verification of where pointer conversions can appear. #17972

merged 1 commit into from
Jul 16, 2018

Conversation

rudkx
Copy link
Contributor

@rudkx rudkx commented Jul 16, 2018

The existing verification seems unnecessarily brittle, but this isn't
a general fix for that problem. This fixes one instance of where we
are generating perfectly valid pointer conversions that the verifier
is currently blowing up on.

I've opened https://bugs.swift.org/browse/SR-8264 to track reworking
this verification to not be quite so brittle.

The existing verification seems unnecessarily brittle, but this isn't
a general fix for that problem. This fixes one instance of where we
are generating perfectly valid pointer conversions that the verifier
is currently blowing up on.

I've opened https://bugs.swift.org/browse/SR-8264 to track reworking
this verification to not be quite so brittle.
@rudkx
Copy link
Contributor Author

rudkx commented Jul 16, 2018

@swift-ci Please smoke test

@rudkx rudkx merged commit 7082f65 into swiftlang:master Jul 16, 2018
@rudkx rudkx deleted the fix-verification-of-pointer-conversions branch July 16, 2018 14:33
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.

1 participant