Re: Release: GCC 4.6.1 GDC 1.072/2.057

2012-01-04 Thread Trass3r
Just tested http://code.google.com/p/dgui/ gdc doesn't understand backslashes in response files. And there are some strange errors that don't occur with dmd 2.057 even though it's frontend stuff. Maybe someone else could have a try.

Re: Dropping support for gcc 4.2.x to 4.4.x

2012-01-04 Thread Manu
This means some of those console toolchains won't work anymore, since they're still on older versions... :( On 4 January 2012 02:33, Iain Buclaw wrote: > Morning, > > I will be dropping support for a few older gcc versions in the next week > and a > bit. I was thinking removing all code for ever

Re: Dropping support for gcc 4.2.x to 4.4.x

2012-01-04 Thread Iain Buclaw
On 4 January 2012 14:39, Iain Buclaw wrote: > On 4 January 2012 07:14, Jacob Carlborg wrote: >> On 2012-01-04 01:33, Iain Buclaw wrote: >>> >>> Morning, >>> >>> I will be dropping support for a few older gcc versions in the next week >>> and a >>> bit. I was thinking removing all code for everyth

Re: Dropping support for gcc 4.2.x to 4.4.x

2012-01-04 Thread Trass3r
On Wednesday, 4 January 2012 at 21:40:28 UTC, Iain Buclaw wrote: If I recall correctly, there are GCC binding to LLVM, are there not? The post 4.2 one is DragonEgg. It's a gcc plugin that replaces GCC's optimizers and code generators with those from llvm.

Re: Dropping support for gcc 4.2.x to 4.4.x

2012-01-04 Thread Iain Buclaw
On 4 January 2012 07:14, Jacob Carlborg wrote: > On 2012-01-04 01:33, Iain Buclaw wrote: >> >> Morning, >> >> I will be dropping support for a few older gcc versions in the next week >> and a >> bit. I was thinking removing all code for everything up to gcc-4.5, >> meaning >> gdc will no longer bu

Re: Dropping support for gcc 4.2.x to 4.4.x

2012-01-04 Thread Jacob Carlborg
On 2012-01-04 01:33, Iain Buclaw wrote: Morning, I will be dropping support for a few older gcc versions in the next week and a bit. I was thinking removing all code for everything up to gcc-4.5, meaning gdc will no longer build with gcc 4.2.x, 4.3.x and 4.4.x releases. If anyone has any object