-
-
Notifications
You must be signed in to change notification settings - Fork 609
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 12832 - asm movdqu accepts wrong operand size #11570
Conversation
|
Blocked by dlang/druntime#3194 There may be more. |
|
Thanks for your pull request, @WalterBright! Bugzilla references
Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#11570" |
|
Test? |
|
Currently blocked by dlang/phobos#7597 |
903713f to
69bdac3
Compare
|
What's this from semaphoreci ? |
|
No idea, I got the same crash for #11573 too. That PR was so simple that the failure is definitively from the side of the service not DMD, otherwise it would manifest in the Auto-Tester and circle-ci as well. Note that you can try the same command localy (after a $ generated/linux/release/64/dmd -version=NoBackend -version=GC -version=NoMain -Jgenerated/dub -Jsrc/dmd/res -Isrc -i -run test/dub_package/frontend.d
$ echo $?
0 |
That's unrelated, currently debugging in #11593
Neither of those runs the dub package test. I guess it's related to the previous |
|
@NilsLankila @MoonlightSentinel thanks for the information and work to track down that problem. Since it is unrelated to this PR, can we get this one pulled? |
|
Auto-merge toggled on |
|
Thanks, guys! |
No description provided.