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 17617 - No RIP relative addressing available in x64 inline … #11606

Merged
merged 1 commit into from Aug 29, 2020

Conversation

WalterBright
Copy link
Member

…assembly (iasm)

RIP is a real register on the PDP-11, in that it is accessible like any other register. On the x64, however, it's just a wacky special case addressing mode, meaning supporting it requires wacky special case code in the assembler.

@dlang-bot
Copy link
Contributor

Thanks for your pull request, @WalterBright!

Bugzilla references

Auto-close Bugzilla Severity Description
17617 normal No RIP relative addressing available in x64 inline assembly (iasm)

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#11606"

@WalterBright
Copy link
Member Author

@NilsLankila @Geod24 please review.

@ghost ghost added the auto-merge label Aug 28, 2020
@wilzbach
Copy link
Member

The windows failure seems to be caused by this PR:

../dmd/generated/windows/release/32/dmd.exe -debug -debug=INVARIANT -debug=PTRCHECK -debug=PTRCHECK2 -m32 -g -conf= -Isrc -defaultlib=lib\druntime.lib -unittest -version=CoreUnittest -main -ofinvariant.exe src/gc/impl/conservative/gc.d src/rt/lifetime.d src/object.d
timed out after 3600 seconds, step failed

@dlang-bot dlang-bot merged commit d5eeb39 into dlang:master Aug 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants