Re: GDC compiler crash -- latest GitHub source built against gcc-snapshot-20130209

2013-02-22 Thread Joseph Rushton Wakeling
On 02/22/2013 06:58 PM, Iain Buclaw wrote: Actually, halt that right now... I see I've missed a backslash in one of the makefiles... You may pull and continue. Thanks :-)

Re: GDC compiler crash -- latest GitHub source built against gcc-snapshot-20130209

2013-02-22 Thread Iain Buclaw
On 22 February 2013 17:55, Iain Buclaw wrote: > On 22 February 2013 17:54, Joseph Rushton Wakeling < > joseph.wakel...@webdrake.net> wrote: > >> On 02/22/2013 06:47 PM, Iain Buclaw wrote: >> >>> Not sure if your copy is fresh enough. :) >>> >> >> Was freshly pulled from GitHub at the time of buil

Re: GDC compiler crash -- latest GitHub source built against gcc-snapshot-20130209

2013-02-22 Thread Iain Buclaw
On 22 February 2013 17:54, Joseph Rushton Wakeling < joseph.wakel...@webdrake.net> wrote: > On 02/22/2013 06:47 PM, Iain Buclaw wrote: > >> Not sure if your copy is fresh enough. :) >> > > Was freshly pulled from GitHub at the time of building, but I see a new > patch since then. Will rebuild and

Re: GDC compiler crash -- latest GitHub source built against gcc-snapshot-20130209

2013-02-22 Thread Joseph Rushton Wakeling
On 02/22/2013 06:47 PM, Iain Buclaw wrote: Not sure if your copy is fresh enough. :) Was freshly pulled from GitHub at the time of building, but I see a new patch since then. Will rebuild and see how it goes :-)

Re: GDC compiler crash -- latest GitHub source built against gcc-snapshot-20130209

2013-02-22 Thread Iain Buclaw
On 22 February 2013 17:39, Joseph Rushton Wakeling < joseph.wakel...@webdrake.net> wrote: > On 02/15/2013 09:14 AM, Johannes Pfau wrote: > >> Is it possible that the Makefile doesn't build core.bitop? >> https://github.com/D-**Programming-GDC/GDC/blob/** >> master/libphobos/libdruntime/**Makefile.

Re: GDC compiler crash -- latest GitHub source built against gcc-snapshot-20130209

2013-02-22 Thread Joseph Rushton Wakeling
On 02/15/2013 09:14 AM, Johannes Pfau wrote: Is it possible that the Makefile doesn't build core.bitop? https://github.com/D-Programming-GDC/GDC/blob/master/libphobos/libdruntime/Makefile.am#L67 I have what looks like a similar issue (but different part of core) with a build off the latest Git

Re: GDC compiler crash -- latest GitHub source built against gcc-snapshot-20130209

2013-02-15 Thread Joseph Rushton Wakeling
On 02/15/2013 10:56 AM, Iain Buclaw wrote: Fixed. Thanks! Working now. :-)

Re: GDC compiler crash -- latest GitHub source built against gcc-snapshot-20130209

2013-02-15 Thread Iain Buclaw
On 15 February 2013 08:14, Johannes Pfau wrote: > Am Thu, 14 Feb 2013 22:20:52 + > schrieb Iain Buclaw : > > > On Feb 14, 2013 10:14 PM, "Iain Buclaw" wrote: > > > > Nope, bt is definitely there, make sure you recompile all libphobos > > modules. > > > > Regards > > Iain. > > > > Is it possi

Re: GDC compiler crash -- latest GitHub source built against gcc-snapshot-20130209

2013-02-15 Thread Johannes Pfau
Am Thu, 14 Feb 2013 22:20:52 + schrieb Iain Buclaw : > On Feb 14, 2013 10:14 PM, "Iain Buclaw" wrote: > > Nope, bt is definitely there, make sure you recompile all libphobos > modules. > > Regards > Iain. > Is it possible that the Makefile doesn't build core.bitop? https://github.com/D-Pr

Re: GDC compiler crash -- latest GitHub source built against gcc-snapshot-20130209

2013-02-14 Thread Joseph Rushton Wakeling
On 02/14/2013 11:20 PM, Iain Buclaw wrote: Nope, bt is definitely there, make sure you recompile all libphobos modules. Anything in particular I should be looking for? It's a fresh build -- new objdir, repeated the clean/patch of gcc sources, re-ran setup script, fresh configure and make.

Re: GDC compiler crash -- latest GitHub source built against gcc-snapshot-20130209

2013-02-14 Thread Iain Buclaw
On Feb 14, 2013 10:14 PM, "Iain Buclaw" wrote: > > > On Feb 14, 2013 5:49 PM, "Joseph Rushton Wakeling" < joseph.wakel...@webdrake.net> wrote: > > > > Hello all, > > > > I built the latest from-GitHub source against an up-to-date gcc snapshot (20130209, the latest in Ubuntu 13.04). The build comp

Re: GDC compiler crash -- latest GitHub source built against gcc-snapshot-20130209

2013-02-14 Thread Iain Buclaw
On Feb 14, 2013 5:49 PM, "Joseph Rushton Wakeling" < joseph.wakel...@webdrake.net> wrote: > > Hello all, > > I built the latest from-GitHub source against an up-to-date gcc snapshot (20130209, the latest in Ubuntu 13.04). The build completes successfully and was installed, but when running it cras

GDC compiler crash -- latest GitHub source built against gcc-snapshot-20130209

2013-02-14 Thread Joseph Rushton Wakeling
Hello all, I built the latest from-GitHub source against an up-to-date gcc snapshot (20130209, the latest in Ubuntu 13.04). The build completes successfully and was installed, but when running it crashes with the following error: --