[dmd-internals] [D-Programming-Language/dmd] 4e9521: Labels are now valid operands to any inline asm op...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sat Dec 6 13:08:08 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 4e95218b9feca529a7fa954ce834ec89d8a55f44
https://github.com/D-Programming-Language/dmd/commit/4e95218b9feca529a7fa954ce834ec89d8a55f44
Author: Orvid King <blah38621 at gmail.com>
Date: 2014-04-24 (Thu, 24 Apr 2014)
Changed paths:
M src/iasm.c
A test/compilable/iasm_labeloperand.d
A test/fail_compilation/fail12635.d
Log Message:
-----------
Labels are now valid operands to any inline asm op-code expecting a memory address. Also fixes #12635.
Commit: c94f831379525d6bddc699bde5f474c5a602e2ba
https://github.com/D-Programming-Language/dmd/commit/c94f831379525d6bddc699bde5f474c5a602e2ba
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-12-06 (Sat, 06 Dec 2014)
Changed paths:
M src/iasm.c
A test/compilable/iasm_labeloperand.d
A test/fail_compilation/fail12635.d
Log Message:
-----------
Merge pull request #3483 from Orvid/labeloperands
Issue 1829 - Allow labels as inline asm operands
Compare: https://github.com/D-Programming-Language/dmd/compare/3a46cef4b24f...c94f83137952
More information about the dmd-internals
mailing list