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 Issue 19898 - ICE: in sizemask at dmd/mtype.d(2563): Assertion failure #9855

Merged
merged 1 commit into from May 24, 2019

Conversation

ibuclaw
Copy link
Member

@ibuclaw ibuclaw commented May 23, 2019

Treat __vector types the same as non-integral in IntRange code.

Error messsages are horrible, but then again, it's the same as per other non-integral types being used as a key too.

@dlang-bot
Copy link
Contributor

Thanks for your pull request, @ibuclaw!

Bugzilla references

Auto-close Bugzilla Severity Description
19898 critical ICE: in sizemask at dmd/mtype.d(2563): Assertion failure

Testing this PR locally

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

dub fetch digger
dub run digger -- build "stable + dmd#9855"

@kubo39
Copy link
Contributor

kubo39 commented May 23, 2019

Some tests are failed, need to add REQUIRED_ARGS: -m64 ?

@ibuclaw
Copy link
Member Author

ibuclaw commented May 24, 2019

It would be nice if __vector just worked everywhere. :-)

Added -m64.

@dlang-bot dlang-bot merged commit b95818c into dlang:stable May 24, 2019
@ibuclaw ibuclaw deleted the issue19898 branch June 9, 2019 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants