[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Test results for Cygwin/Windows7 and Debian Testing (Jessie) x
From: |
Christoph Schlegel |
Subject: |
Re: [Gm2] Test results for Cygwin/Windows7 and Debian Testing (Jessie) x86_64 |
Date: |
Wed, 26 Feb 2014 07:48:11 +0100 |
On Wed, 19 Feb 2014 11:53:08 +0000
Gaius Mulley <address@hidden> wrote:
> Christoph Schlegel <address@hidden> writes:
>
> > On Mon, 17 Feb 2014 12:54:47 +0000
> > Gaius Mulley <address@hidden> wrote:
> >
> >> Hi Christoph,
> >>
> >> I think I've fixed these bugs, quite a few changes from incorrectly
> >> using xmalloc in gm2 - now all done via ggc_alloc. This should mean
> >> the compiler is slightly faster, uses less memory (and doesn't crash
> >> :-) when the garbage collector is run,
> >>
> >> regards,
> >> Gaius
> >
> > Hello Gaius,
> >
> > gm2.paranoid (Debian Testing, Tarball gcc-4.7.3 February 17) now stops here:
> >
> > ./xgm2 -fsoft-check-all -g -funbounded-by-reference -fpim
> > -fextended-opaque -Wpedantic-cast -Wpedantic-param-names
> > -ffunction-sections -fdata-sections -g -c -B./stage1/gm2 -g -gdwarf-2
> > -I../../gcc-4.7.3/gcc/gm2/gm2-compiler -I../../gcc-4.7.3/gcc/gm2/gm2-libs
> > -I../../gcc-4.7.3/gcc/gm2/gm2-gcc -I../../gcc-4.7.3/gcc/gm2/gm2-libiberty
> > ../../gcc-4.7.3/gcc/gm2/gm2-compiler/M2GenGCC.mod -o
> > gm2/gm2-compiler/M2GenGCC.o
> > ../../gcc-4.7.3/gcc/gm2/gm2-compiler/M2GenGCC.mod:781:13: error: function
> > AddStringToTreeList is undefined
> > ../../gcc-4.7.3/gcc/gm2/gm2-compiler/M2GenGCC.mod:1176:7: error:
> > 'finishFunctionDecl' is not recognised as a procedure, check declaration or
> > import
>
> Hi Christoph,
>
> Thanks for the feedback and prompt for gm2.paranoid.
>
> I've checked in some more changes which allow stage2/gm2/cc1gm2 to
> build. make gm2.paranoid progresses further and fails on M2DebugStack
> (on my machine), however gm2 now builds itself which should make for
> faster debugging,
>
> regards,
> Gaius
Hi Gaius,
yes, that's where it stops on my machine also -
Regards,
Christoph