[Issue 23959] [REG2.101.0] Copying arrays of types with postblits from varargs broken

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 13 10:10:55 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=23959

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

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

--- Comment #3 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #15295 "Move lowerings to
`_d_array{setassign,assign_{l,r}}` to a `LoweredAssignExp` AST node" was merged
into stable:

- 196d3a4c0649094353b56fb3af81cccc014ee8c8 by Teodor Dutu:
  Fix Issue 23959 - Move lowerings to `_d_array{setassign,assign_{l,r}}` to a
`LoweredAssignExp` AST node

  The compiler now uses a `LoweredAssignExp` node for assignmets that
  lower to `_d_arrayassign_{l,r}`

  Signed-off-by: Teodor Dutu <teodor.dutu at gmail.com>

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

--


More information about the Digitalmars-d-bugs mailing list