[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] stress testing gm2, make gm2.paranoid (Cygwin/Windows7)
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] stress testing gm2, make gm2.paranoid (Cygwin/Windows7) |
Date: |
Mon, 10 Feb 2014 09:59:48 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) |
Christoph Schlegel <address@hidden> writes:
> Hi,
>
> here is the result of my attempt to make paranoid:
>
> ./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-libiberty
> ../../gcc-4.7.3/gcc/gm2/gm2-compiler/M2AsmUtil.mod -o
> gm2/gm2-compiler/M2AsmUtil.o
> failed to find definition module m2tree.def
> ../../gcc-4.7.3/gcc/gm2/Make-lang.in:1308: recipe for target
> 'gm2/gm2-compiler/M2AsmUtil.o' failed
> make: *** [gm2/gm2-compiler/M2AsmUtil.o] Error 1
>
> I used the tarball of February 1st.
>
> Regards,
> Christoph
Hi Christoph,
ah thanks for the pointer/reminder - this could be a good way to attack
the final bugs - getting the compiler to compile itself will undoubtedly
uncover a few errors (and will double check the parameter lists etc).
I've seen a few missing 'location_t location' parameters from the
exception build tree functions (now corrected). But this approach would
provide a better verification
regards,
Gaius