Re: GDC 4.4.3

2010-08-09 Thread Iain Buclaw
Hey Steve, Do you still have the patches for GCC-4.4 at hand? If you were to make them available for access, I for one would be greatly appreciated. As we are going through some swift changes in GDC at the moment, having the patches "in the flux" will allow us to ensure the integrity and function

Re: GDC 4.4.3

2010-04-21 Thread Joseph Wakeling
> There are still outstanding problems, since I've tried to compile and run > more programs I find that something has changed in 4.4.3 that has broken > the D runtime - more specifically GC. > > I get a segmentation fault if I try to change the length of an empty > array - not good. > > When I've g

Re: GDC 4.4.3

2010-03-27 Thread Steve Teale
On Sat, 27 Mar 2010 10:52:25 +0100, Vincenzo Ampolo wrote: > Hi, > > can you please publish your efforts of make gdc running on 4.4.3? So we > can merge with the main branch. > > Thanks. Vincenzo, There are still outstanding problems, since I've tried to compile and run more programs I find th

Re: GDC 4.4.3

2010-03-27 Thread Vincenzo Ampolo
Steve Teale wrote: > After some time, I have finally got GDC (DMD 2.015) to build and compile > Phobos2 with GCC-4.4.3. Hi, can you please publish your efforts of make gdc running on 4.4.3? So we can merge with the main branch. Thanks.

Re: GDC 4.4.3

2010-03-21 Thread Michael P.
Steve Teale Wrote: > On Sun, 21 Mar 2010 12:38:29 -0400, Michael P. wrote: > > > Steve Teale Wrote: > > > >> After some time, I have finally got GDC (DMD 2.015) to build and > >> compile Phobos2 with GCC-4.4.3. > >> > >> So far I have only built and run hello world, and a couple of small > >> t

Re: GDC 4.4.3

2010-03-21 Thread Steve Teale
On Sun, 21 Mar 2010 12:38:29 -0400, Michael P. wrote: > Steve Teale Wrote: > >> After some time, I have finally got GDC (DMD 2.015) to build and >> compile Phobos2 with GCC-4.4.3. >> >> So far I have only built and run hello world, and a couple of small >> test programs I made to investigate pro

Re: GDC 4.4.3

2010-03-21 Thread Michael P.
Steve Teale Wrote: > After some time, I have finally got GDC (DMD 2.015) to build and compile > Phobos2 with GCC-4.4.3. > > So far I have only built and run hello world, and a couple of small test > programs I made to investigate problems I had patching GCC. > > However, it's a start. > > Wha

Re: GDC 4.4.3

2010-03-20 Thread Robert Clipsham
On 20/03/10 08:08, Steve Teale wrote: After some time, I have finally got GDC (DMD 2.015) to build and compile Phobos2 with GCC-4.4.3. So far I have only built and run hello world, and a couple of small test programs I made to investigate problems I had patching GCC. However, it's a start. Wha

GDC 4.4.3

2010-03-20 Thread Steve Teale
After some time, I have finally got GDC (DMD 2.015) to build and compile Phobos2 with GCC-4.4.3. So far I have only built and run hello world, and a couple of small test programs I made to investigate problems I had patching GCC. However, it's a start. What do I use for testing it - DStress?