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 17105 - [ICE] SIMD Internal error with optimizations: backe… #12046

Merged
merged 1 commit into from
Dec 23, 2020

Conversation

WalterBright
Copy link
Member

…nd\cod3.c 6807

The trouble is that the missing argument was ignored and wound up as garbage. The fix is to detect the missing argument and issue an error.

@dlang-bot
Copy link
Contributor

Thanks for your pull request, @WalterBright!

Bugzilla references

Auto-close Bugzilla Severity Description
17105 normal [ICE] SIMD Internal error with optimizations: backend\cod3.c 6807

Testing this PR locally

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

dub run digger -- build "master + dmd#12046"

@WalterBright WalterBright force-pushed the fix17105 branch 3 times, most recently from e768b88 to 086e4d5 Compare December 22, 2020 21:28
@PetarKirov PetarKirov added Compiler:Backend glue code, optimizer, code generation Merge:auto-merge labels Dec 23, 2020
@dlang-bot dlang-bot merged commit b67f58d into dlang:master Dec 23, 2020
@WalterBright WalterBright deleted the fix17105 branch December 23, 2020 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compiler:Backend glue code, optimizer, code generation Merge:auto-merge Severity:Bug Fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants