internal compiler error when compiling a class

2013-08-20 Thread Timo Sintonen
I just updated my arm cross compiler to the latest head of gdc and gcc. Now I get this every time when I try to compile a file that has a class: internal compiler error: Segmentation fault 0x99b39f crash_signal ../../gcc/gcc/toplev.c:335 0x8413ec tree_check ../../gcc/gcc/tree.h:

Re: ARM testers, make note.

2013-08-20 Thread Iain Buclaw
On 20 August 2013 10:57, Iain Buclaw wrote: > On 20 August 2013 10:07, Johannes Pfau wrote: >> Am Fri, 16 Aug 2013 18:33:14 +0200 >> schrieb "Iain Buclaw" : >> >>> I've pushed in pure implementations of functions in std.math, >>> removing the workaround in core.stdc.math. >>> >>> This passes for

Re: ARM testers, make note.

2013-08-20 Thread Iain Buclaw
On 20 August 2013 10:07, Johannes Pfau wrote: > Am Fri, 16 Aug 2013 18:33:14 +0200 > schrieb "Iain Buclaw" : > >> I've pushed in pure implementations of functions in std.math, >> removing the workaround in core.stdc.math. >> >> This passes for x64/x32. Can any ARM testers please report any >> prob

Re: ARM testers, make note.

2013-08-20 Thread Johannes Pfau
Am Fri, 16 Aug 2013 18:33:14 +0200 schrieb "Iain Buclaw" : > I've pushed in pure implementations of functions in std.math, > removing the workaround in core.stdc.math. > > This passes for x64/x32. Can any ARM testers please report any > problems causecd by this update? > > Thanks > Iain. I fo