[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] gcc-4.7.3 results on Cygwin32/Windows7, tarball december 23
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] gcc-4.7.3 results on Cygwin32/Windows7, tarball december 23 |
Date: |
Wed, 24 Dec 2014 12:30:29 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Christoph Schlegel <address@hidden> writes:
> Hello Gaius,
>
> the latest tarball builds as expected. Results from running the tests:
>
> === gm2 Summary ===
>
> # of expected passes 8227
> # of unexpected failures 1477
> # of unresolved testcases 72
>
> I also want to report I am able to build the gm2 libraries
> again. There was an error in gcc-4.7.3\libgm2\libpim\sckt.c
> (http://lists.gnu.org/archive/html/gm2/2014-10/msg00009.html). This
> can simply be solved by adding the line '#include <stdio.h>' at the
> beginning of sckt.c - I guess no patch needed.
Hi Christoph,
many thanks - I will apply this fix
> gm2.paranoid 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/SymbolTable.mod -o
> gm2/gm2-compiler/SymbolTable.o
> ../../gcc-4.7.3/gcc/gm2/gm2-compiler/SymbolTable.mod:11383:7: error:
> function 'PutDeclaredModule' is being called but its return value is
> ignored
> ../../gcc-4.7.3/gcc/gm2/gm2-compiler/SymbolTable.mod:11347:11: error:
> function 'PutDeclaredModule' return a type of 'CARDINAL'
> ../../gcc-4.7.3/gcc/gm2/gm2-compiler/SymbolTable.mod:11387:5: error: function
> PutDeclaredModule does not RETURN a value
> ../../gcc-4.7.3/gcc/gm2/gm2-compiler/SymbolTable.mod:11405:4: error:
> function 'PutDeclaredModule' is being called but its return value is
> ignored
> ../../gcc-4.7.3/gcc/gm2/gm2-compiler/SymbolTable.mod:11347:11: error:
> function 'PutDeclaredModule' return a type of 'CARDINAL'
> ../../gcc-4.7.3/gcc/gm2/Make-lang.in:1176: recipe for target
> 'gm2/gm2-compiler/SymbolTable.o' failed
> make: *** [gm2/gm2-compiler/SymbolTable.o] Error 1
>
> Regards,
> Christoph
ok thanks for the bug report - I've fixed this and will push up the
changes. gm2.paranoid should now run to completion
regards,
Gaius