Thread overview
[Issue 1252] Inline assembler could support BasicType properties
[Issue 1252] Inline assembler: cannot use properties of types
Jun 20, 2019
Basile-z
Jun 20, 2019
Basile-z
Jun 20, 2019
Dlang Bot
Jul 05, 2019
Dlang Bot
Mar 21, 2020
Basile-z
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=1252

Andrei Alexandrescu <andrei@erdani.com> changed:

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

--
June 20, 2019
https://issues.dlang.org/show_bug.cgi?id=1252

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|rejects-valid               |
                 CC|                            |b2.temp@gmx.com
           Severity|normal                      |enhancement

--- Comment #4 from Basile-z <b2.temp@gmx.com> ---
Currently it's not specified but can be supported since asm operands with dot exp must be evaluable by CTFE to a const. Changing importance from reject-valid to enhancement.

--
June 20, 2019
https://issues.dlang.org/show_bug.cgi?id=1252

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Inline assembler: cannot    |Inline assembler could
                   |use properties of types     |support BasicType
                   |                            |properties

--
June 20, 2019
https://issues.dlang.org/show_bug.cgi?id=1252

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Basile-z created dlang/dmd pull request #10069 "fix issue 1252 - Inline assembler could support BasicType properties" fixing this issue:

- fix issue 1252 - Inline assembler could support BasicType properties

https://github.com/dlang/dmd/pull/10069

--
July 05, 2019
https://issues.dlang.org/show_bug.cgi?id=1252

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10069 "fix issue 1252 - Inline assembler could support BasicType properties" was merged into master:

- 997492ea7eacd22777d0e689baf37f6e82810ffa by Basile Burg:
  fix issue 1252 - Inline assembler could support BasicType properties

https://github.com/dlang/dmd/pull/10069

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=1252

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--