May 02, 2022
https://issues.dlang.org/show_bug.cgi?id=22070

--- Comment #9 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ljmf00 updated dlang/dmd pull request #14058 "fix(backend): define XMM load/store codegen for short type variants" mentioning this issue:

- Expand fix for issue 22070 to also allow array literals as lvalues

  Check for and restrict nested address-of expressions on literals, such as
`&(&"")`

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

--
May 09, 2022
https://issues.dlang.org/show_bug.cgi?id=22070

--- Comment #10 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright updated dlang/dmd pull request #14044 "fix Issue 23058 - importC: cannot take address inside multi-dimension…" mentioning this issue:

- Expand fix for issue 22070 to also allow array literals as lvalues

  Check for and restrict nested address-of expressions on literals, such as
`&(&"")`

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

--
September 15, 2022
https://issues.dlang.org/show_bug.cgi?id=22070

--- Comment #11 from Walter Bright <bugzilla@digitalmars.com> ---
(In reply to Steven Dwy from comment #5)
> This also applies to array literals, per 6.5.2.5-4:
> > In either case [array or object], the result is an lvalue.

Please do not reopen fixed bugs to report new bugs. If you find another bug, open another bugzilla issue.

--
September 20, 2022
https://issues.dlang.org/show_bug.cgi?id=22070

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #12 from Walter Bright <bugzilla@digitalmars.com> ---
As far as I can tell, this all works correctly with master.

If other issues are found, please do not reopen this. Open a new issue.

--
1 2
Next ›   Last »