Jump to page: 1 2
Thread overview
Add D front-end, libphobos library, and D2 testsuite... to GCC
Oct 29, 2018
Mike Parker
Oct 29, 2018
Saurabh Das
Oct 29, 2018
Uknown
Oct 29, 2018
Neia Neutuladh
Oct 29, 2018
Eugene Wissner
Oct 29, 2018
Iain Buclaw
Oct 29, 2018
鲜卑拓跋枫
Oct 29, 2018
Guillaume Piolat
Oct 29, 2018
Bastiaan Veelo
Oct 29, 2018
Mike Franklin
Oct 29, 2018
Walter Bright
Oct 29, 2018
12345swordy
Oct 31, 2018
Joakim
Oct 29, 2018
Thomas Mader
Oct 29, 2018
Walter Bright
Oct 30, 2018
rikki cattermole
Nov 03, 2018
Dibyendu Majumdar
October 29, 2018
Congratulations are in order for Iain Buclaw. His efforts have been rewarded in a big way. Last Friday, he got the greenlight to move forward with submitting his changes into GCC:

https://gcc.gnu.org/ml/gcc-patches/2018-10/msg01676.html

That's now a reality.

https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=03385ed3d679cd8125f282697a1c7cf46f8361cc

Hopefully around the time of DConf next year we'll see GDC included with the release of GCC 9. How cool is that?
October 29, 2018
On Monday, 29 October 2018 at 03:43:49 UTC, Mike Parker wrote:
> Congratulations are in order for Iain Buclaw. His efforts have been rewarded in a big way. Last Friday, he got the greenlight to move forward with submitting his changes into GCC:
>
> https://gcc.gnu.org/ml/gcc-patches/2018-10/msg01676.html
>
> That's now a reality.
>
> https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=03385ed3d679cd8125f282697a1c7cf46f8361cc
>
> Hopefully around the time of DConf next year we'll see GDC included with the release of GCC 9. How cool is that?

Wow!

Congratulations to Iain Buclaw. We've been following his work since a talk in DConf a few years ago and this is such an exciting development.

Congratulations to the entire Dlang community as well!

~ SD
October 29, 2018
Congrats to the GDC team! Phoronix on the same: https://www.phoronix.com/scan.php?page=news_item&px=GCC-9-Merges-D-Language
October 29, 2018
On Mon, 29 Oct 2018 03:43:49 +0000, Mike Parker wrote:
> Congratulations are in order for Iain Buclaw. His efforts have been rewarded in a big way. Last Friday, he got the greenlight to move forward with submitting his changes into GCC:

Awesome!

What frontend version is this, out of curiosity?
October 29, 2018
On Monday, 29 October 2018 at 04:57:50 UTC, Neia Neutuladh wrote:
> On Mon, 29 Oct 2018 03:43:49 +0000, Mike Parker wrote:
>> Congratulations are in order for Iain Buclaw. His efforts have been rewarded in a big way. Last Friday, he got the greenlight to move forward with submitting his changes into GCC:
>
> Awesome!
>
> What frontend version is this, out of curiosity?

2.076. Note that this is not the latest GDC version; GDC is up to date and follows DMD master. A newer frontend should get into GDC 10.
October 29, 2018
Congratulations!

On Monday, 29 October 2018 at 03:43:49 UTC, Mike Parker wrote:
> Congratulations are in order for Iain Buclaw. His efforts have been rewarded in a big way. Last Friday, he got the greenlight to move forward with submitting his changes into GCC:
>
> https://gcc.gnu.org/ml/gcc-patches/2018-10/msg01676.html
>
> That's now a reality.
>
> https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=03385ed3d679cd8125f282697a1c7cf46f8361cc
>
> Hopefully around the time of DConf next year we'll see GDC included with the release of GCC 9. How cool is that?


October 29, 2018
On Monday, 29 October 2018 at 03:43:49 UTC, Mike Parker wrote:
> Congratulations are in order for Iain Buclaw. His efforts have been rewarded in a big way. Last Friday, he got the greenlight to move forward with submitting his changes into GCC:
>
> https://gcc.gnu.org/ml/gcc-patches/2018-10/msg01676.html
>
> That's now a reality.
>
> https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=03385ed3d679cd8125f282697a1c7cf46f8361cc
>
> Hopefully around the time of DConf next year we'll see GDC included with the release of GCC 9. How cool is that?

Awesome news! I'm eager to add support for GDC in libraries.
October 29, 2018
On Monday, 29 October 2018 at 03:43:49 UTC, Mike Parker wrote:
> Congratulations are in order for Iain Buclaw. His efforts have been rewarded in a big way. Last Friday, he got the greenlight to move forward with submitting his changes into GCC:
>
> https://gcc.gnu.org/ml/gcc-patches/2018-10/msg01676.html

Great work, Iain! Thanks for having such a long breath. I'm aware that this is not the end of your endeavour, so I wish you good luck on the way to your remaining milestones. It must feel great to have the road opened up to those!

Bastiaan.
October 29, 2018
On Monday, 29 October 2018 at 06:52:22 UTC, Eugene Wissner wrote:
> On Monday, 29 October 2018 at 04:57:50 UTC, Neia Neutuladh wrote:
>> On Mon, 29 Oct 2018 03:43:49 +0000, Mike Parker wrote:
>>> Congratulations are in order for Iain Buclaw. His efforts have been rewarded in a big way. Last Friday, he got the greenlight to move forward with submitting his changes into GCC:
>>
>> Awesome!
>>
>> What frontend version is this, out of curiosity?
>
> 2.076. Note that this is not the latest GDC version; GDC is up to date and follows DMD master. A newer frontend should get into GDC 10.

Yep.

Worth noting that the code is based on the original C++ implementation (2.068), and had spent the better part of a year or so backporting bug fixes and features from the converted D sources.

If there's any regressions in 2.076 or earlier that got fixed in later versions, then they could be backported as well.

Iain.
October 29, 2018
On Monday, 29 October 2018 at 03:43:49 UTC, Mike Parker wrote:
> Congratulations are in order for Iain Buclaw. His efforts have been rewarded in a big way. Last Friday, he got the greenlight to move forward with submitting his changes into GCC:

Congratulations! Iain.  It's an extraordinary accomplishment.  I salute you.

Mike


« First   ‹ Prev
1 2