Re: static foreach in gdc

2020-02-07 Thread Jean-Louis Leroy via D.gnu
On Friday, 7 February 2020 at 14:47:40 UTC, Mathias Lang wrote: 4.8.5 won't get you far, you should at least use GCC-9.2.0 which include the 2.076.0 frontend plus a lot of backports. How comes `install.sh gdc` does not fetch a more recent version? This is probably what travis-ci.org uses as w

static foreach in gdc

2020-02-07 Thread Jean-Louis Leroy via D.gnu
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 on travis-ci.org.

Re: Build GDC master from source

2017-12-29 Thread Jean-Louis Leroy via D.gnu
On Saturday, 26 August 2017 at 10:23:19 UTC, Iain Buclaw wrote: Notably static foreach in the upcoming release (and I have no plans to port it). Does this mean that gdc will never have static foreach?