Thread overview
D in GCC ... 7.3?
Jan 26, 2018
John Gabriele
Jan 29, 2018
Johannes Pfau
Jan 29, 2018
John Gabriele
May 03, 2018
Alex Vincent
May 03, 2018
Iain Buclaw
January 26, 2018
Just saw the [GCC 7.3 release notice][1], but didn't see any mention of D or GDC in the [GCC v7 CHANGES doc][2].

What GCC version do you think will come stock with GDC?

[1]: https://gcc.gnu.org/ml/gcc/2018-01/msg00197.html
[2]: https://gcc.gnu.org/gcc-7/changes.html

Thanks.

January 29, 2018
Am Fri, 26 Jan 2018 19:38:23 +0000
schrieb John Gabriele <jgabriele@fastmail.fm>:

> Just saw the [GCC 7.3 release notice][1], but didn't see any mention of D or GDC in the [GCC v7 CHANGES doc][2].
> 
> What GCC version do you think will come stock with GDC?
> 
> [1]: https://gcc.gnu.org/ml/gcc/2018-01/msg00197.html
> [2]: https://gcc.gnu.org/gcc-7/changes.html
> 
> Thanks.
> 

Minor releases (7.2, 7.3, ...) do not include new features, so we certainly won't see GDC in the 7.x series. I think the initial plan was to ship with the first GCC 8 release, but there's been a delay due to some copyright stuff. I don't know whether GDC will actually make it into GCC 8.

-- Johannes

January 29, 2018
Thanks for the info, Johannes!

May 03, 2018
On Monday, 29 January 2018 at 07:30:59 UTC, Johannes Pfau wrote:
> Minor releases (7.2, 7.3, ...) do not include new features, so we certainly won't see GDC in the 7.x series. I think the initial plan was to ship with the first GCC 8 release, but there's been a delay due to some copyright stuff. I don't know whether GDC will actually make it into GCC 8.
>
> -- Johannes

Apparently, it missed. GCC 8.1 was released today. https://gcc.gnu.org/gcc-8/
May 03, 2018
On 3 May 2018 at 04:22, Alex Vincent via D.gnu <d.gnu@puremagic.com> wrote:
> On Monday, 29 January 2018 at 07:30:59 UTC, Johannes Pfau wrote:
>>
>> Minor releases (7.2, 7.3, ...) do not include new features, so we certainly won't see GDC in the 7.x series. I think the initial plan was to ship with the first GCC 8 release, but there's been a delay due to some copyright stuff. I don't know whether GDC will actually make it into GCC 8.
>>
>> -- Johannes
>
>
> Apparently, it missed. GCC 8.1 was released today. https://gcc.gnu.org/gcc-8/


Yes, it was put on hold in December as it was not going to be finished reviewed in the stage1 development window.

On the bright side, there's Debian, and all derivatives such as Ubuntu 18.04, which have gdc binaries taken from latest revision.