[Issue 19561] Enable array assignment & array ops in betterC

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 2 05:01:16 UTC 2019


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

--- Comment #3 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/druntime pull request #2622 "Issue 19561 - Enable array ops in betterC"
was merged into master:

- c596b30147c762ba853948a76ca942c1456212f0 by Nathan Sashihara:
  Issue 19561 - Enable array ops in betterC

  Known limitation: slice assignment to a scalar won't work in betterC
  for types of size other than 1 because the compiler will try to use
  _memset16/_memset32/etc. This can only be addressed in DMD rather
  than druntime.

https://github.com/dlang/druntime/pull/2622

--


More information about the Digitalmars-d-bugs mailing list