Re: The reason for not compiling safeD code on the gdc compiler

2021-08-22 Thread Mathias LANG via D.gnu
On Saturday, 21 August 2021 at 07:16:46 UTC, Heikuw wrote: What causes this example of safeD code to be compiled in dmd and ldc but not compiled in gcc? Most likely frontend differences. Check `pragma(msg, __VERSION__);`.

Re: static foreach in gdc

2020-02-07 Thread Mathias Lang via D.gnu
On Friday, 7 February 2020 at 11:51:36 UTC, Jean-Louis Leroy wrote: Hi, What's the situation with `static foreach` on gdc? When I install it using install.sh from https://dlang.org/install.html, I get 4.8.5, which does not support `static foreach`. That is also the version that is installed