This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/17477] gcc-3.4.2 Sparc Solaris9 Build crash libiberty fibheap
- From: "pieter dot donche at ua dot ac dot be" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Sep 2004 14:41:25 -0000
- Subject: [Bug bootstrap/17477] gcc-3.4.2 Sparc Solaris9 Build crash libiberty fibheap
- References: <20040914141400.17477.pieter.donche@ua.ac.be>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pieter dot donche at ua dot ac dot be 2004-09-14 14:41 -------
Subject: Re: gcc-3.4.2 Sparc Solaris9 Build crash
libiberty fibheap
Hi,
This is the last part of make bootstrap messages:
...
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/../include -W -Wall
-Wtraditional -pedantic /home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/../include -W -Wall
-Wtraditional -pedantic /home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c -o pic/fibheap.o;
\
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/../include -W -Wall
-Wtraditional -pedantic /home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c -o fibheap.o
In file included from /home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c:35:
/home/wins/builds/src/gnu/gcc-3.4.2/include/fibheap.h:63: warning: bit-field `degree' type invalid in ISO C
/home/wins/builds/src/gnu/gcc-3.4.2/include/fibheap.h:64: warning: bit-field `mark' type invalid in ISO C
/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c: In function
`fibheap_union':
/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c:166: warning: implicit declaration of function `free'
/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c:171: warning: function `free' was previously declared within a block
/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c:187: warning: function `free' was previously declared within a block
/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c: In function `fibheap_extract_min':
/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c:206: warning: function `free' was previously declared within a block
/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c: In function `fibheap_delete_node':
/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c:285: `LONG_MIN' undeclared (first use in this function)
/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c:285: (Each undeclared identifier is reported only once
/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c:285: for each function it appears in.)
/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c: In function `fibheap_delete':
/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c:297: warning: function `free' was previously declared within a block
/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c: In function `fibheap_consolidate':
/home/wins/builds/src/gnu/gcc-3.4.2/libiberty/fibheap.c:395: warning: implicit declaration of function `memset'
make[1]: *** [fibheap.o] Error 1
make[1]: Leaving directory `/home/wins/builds/src/gnu/objdir/libiberty'
make: *** [all-libiberty] Error 2
Pieter
_______________
/ Pieter Donche \____________________________________________
| ITC Manager e-mail Pieter.Donche@ua.ac.be \
| Dept. Mathem. & Computer Science, University of Antwerp |
| (UA) Middelheimlaan 1, B 2020 Antwerpen, BELGIUM (EU) |
| room G1.16, tel +32 03.265.3870, fax +32 03.265.3777 |
|____________________________________________________________|
On Tue, 14 Sep 2004, giovannibajo at libero dot it wrote:
>
> ------- Additional Comments From giovannibajo at libero dot it 2004-09-14 14:26 -------
> I understand that from your report, I was assuming that they may be set in the
> environment as default. Can you please double check this? Another way to check
> this would be if you provided the compilation log, which includes the full
> command line of GCC used to compile fibheap.c
>
> --
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17477
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17477