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: --

Re: GDC merge status

2013-02-14 Thread eles
re-bump

Re: Inexplicable LDC vs GDC speed difference

2013-02-14 Thread Johannes Pfau
Am Thu, 14 Feb 2013 01:18:21 +0100 schrieb "jerro" : > > When I added always_inline to juliaFunction, I got this error: > > error: inlining failed in call to always_inline > ?main.Julia!(float).juliaFunction?: function body can be > overwritten at link time > > Here's reduced code that gives