This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug boehm-gc/32498] New: declaration of '__end' as array of voids, declaration of '__dso_handle' as array of voids
- From: "rask at sygehus dot dk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jun 2007 14:47:28 -0000
- Subject: [Bug boehm-gc/32498] New: declaration of '__end' as array of voids, declaration of '__dso_handle' as array of voids
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Configure string:
$ /n/12/rask/src/all/configure --target=powerpc-unknown-eabisim --with-newlib
--enable-sim --disable-libffi --disable-gdb --disable-nls
Build fails:
libtool: compile: /home/rask/build/gcc-powerpc-unknown-eabisim/./gcc/xgcc
-B/home/rask/build/gcc-powerpc-unknown-eabisim/./gcc/ -nostdinc
-B/home/rask/build/gcc-powerpc-unknown-eabisim/powerpc-unknown-eabisim/newlib/
-isystem
/home/rask/build/gcc-powerpc-unknown-eabisim/powerpc-unknown-eabisim/newlib/targ-include
-isystem /n/12/rask/src/all/newlib/libc/include
-B/home/rask/build/gcc-powerpc-unknown-eabisim/powerpc-unknown-eabisim/libgloss/rs6000
-L/home/rask/build/gcc-powerpc-unknown-eabisim/powerpc-unknown-eabisim/libgloss/libnosys
-L/n/12/rask/src/all/libgloss/rs6000 -B/usr/local/powerpc-unknown-eabisim/bin/
-B/usr/local/powerpc-unknown-eabisim/lib/ -isystem
/usr/local/powerpc-unknown-eabisim/include -isystem
/usr/local/powerpc-unknown-eabisim/sys-include
-L/home/rask/build/gcc-powerpc-unknown-eabisim/./ld -DHAVE_CONFIG_H
-I/n/12/rask/src/all/boehm-gc/include -fexceptions -Iinclude -I././targ-include
-I.//libc/include -O2 -g -O2 -fexceptions -Iinclude -I././targ-include
-I.//libc/include -c /n/12/rask/src/all/boehm-gc/allchblk.c -o allchblk.o
In file included from /n/12/rask/src/all/boehm-gc/include/private/gc_priv.h:70,
from /n/12/rask/src/all/boehm-gc/allchblk.c:19:
/n/12/rask/src/all/boehm-gc/include/private/gcconfig.h:861: error: declaration
of '__end' as array of voids
/n/12/rask/src/all/boehm-gc/include/private/gcconfig.h:861: error: declaration
of '__dso_handle' as array of voids
make[3]: *** [allchblk.lo] Error 1
make[3]: Leaving directory
`/home/rask/build/gcc-powerpc-unknown-eabisim/powerpc-unknown-eabisim/boehm-gc'
--
Summary: declaration of '__end' as array of voids, declaration of
'__dso_handle' as array of voids
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: boehm-gc
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rask at sygehus dot dk
GCC target triplet: powerpc-unknown-eabisim
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32498