[Issue 24498] Multidimensional array not scanned by GC

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 23 14:24:15 UTC 2024


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

--- Comment #4 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #16406 "Merge stable" was merged into master:

- f1307d6c75bef4aaddaba1451b71687e62d21790 by Tim Schendekehl:
  Fix bugzilla 24498 - Multidimensional array not scanned by GC (#16400)

  For expression `new int[][][](2, 2)` the relevant element type is
  `int[]` and not `int`, because only two dimensions are allocated.

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

--


More information about the Digitalmars-d-bugs mailing list