Thread overview
[Issue 1829] Inline assembler cannot get label addresses
Dec 07, 2014
Orvid King
June 26, 2014
https://issues.dlang.org/show_bug.cgi?id=1829

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |hsteoh@quickfur.ath.cx

--- Comment #8 from hsteoh@quickfur.ath.cx ---
https://github.com/D-Programming-Language/dmd/pull/3483

--
December 06, 2014
https://issues.dlang.org/show_bug.cgi?id=1829

--- Comment #9 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/c94f831379525d6bddc699bde5f474c5a602e2ba Merge pull request #3483 from Orvid/labeloperands

Issue 1829 - Allow labels as inline asm operands

--
December 07, 2014
https://issues.dlang.org/show_bug.cgi?id=1829

Orvid King <blah38621@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |blah38621@gmail.com
         Resolution|---                         |FIXED

--- Comment #10 from Orvid King <blah38621@gmail.com> ---
It appears I failed to add the word fixes to the description of the commit, so this wasn't auto-marked as resolved when the PR was merged.

--
December 07, 2014
https://issues.dlang.org/show_bug.cgi?id=1829

bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs@eml.cc

--- Comment #11 from bearophile_hugs@eml.cc ---
(In reply to Orvid King from comment #10)
> It appears I failed to add the word fixes to the description of the commit, so this wasn't auto-marked as resolved when the PR was merged.

I'd like to see somewhere a working example of jump table in D.

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=1829

--- Comment #12 from github-bugzilla@puremagic.com ---
Commit pushed to 2.067 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/c94f831379525d6bddc699bde5f474c5a602e2ba Merge pull request #3483 from Orvid/labeloperands

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=1829

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D2

--