http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46803

--- Comment #5 from Jonathan Gray <jsg at openbsd dot org> 2010-12-05 11:20:18 
UTC ---
disabling pch doesn't seem to help here, it still bails out in stage1

Examples of the headers can be found at:
http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/src/include/time.h?rev=HEAD;content-type=text%2Fplain
http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/src/include/stdlib.h?rev=HEAD;content-type=text%2Fplain

Making all in libsupc++
gmake[5]: Entering directory
`/home/jsg/src/obj/i386-unknown-openbsd4.8/libstdc++-v3/libsupc++'
/bin/sh ../libtool --tag CXX --tag disable-shared  --mode=compile
/home/jsg/src/obj/./gcc/xgcc -shared-libgcc -B/home/jsg/src/obj/./gcc -nostdin
c++ -L/home/jsg/src/obj/i386-unknown-openbsd4.8/libstdc++-v3/src
-L/home/jsg/src/obj/i386-unknown-openbsd4.8/libstdc++-v3/src/.libs -B/usr/gcc/i
386-unknown-openbsd4.8/bin/ -B/usr/gcc/i386-unknown-openbsd4.8/lib/ -isystem
/usr/gcc/i386-unknown-openbsd4.8/include -isystem /usr/gcc/i386-unk
nown-openbsd4.8/sys-include    -I/home/jsg/src/gcc/libstdc++-v3/../gcc
-I/home/jsg/src/obj/i386-unknown-openbsd4.8/libstdc++-v3/include/i386-unk
nown-openbsd4.8
-I/home/jsg/src/obj/i386-unknown-openbsd4.8/libstdc++-v3/include
-I/home/jsg/src/gcc/libstdc++-v3/libsupc++  -fno-implicit-templ
ates -prefer-pic -Wall -Wextra -Wwrite-strings -Wcast-qual 
-fdiagnostics-show-location=once  -ffunction-sections -fdata-sections  -g -O2 
-c -o
 del_op.lo ../../../../gcc/libstdc++-v3/libsupc++/del_op.cc
libtool: compile:  /home/jsg/src/obj/./gcc/xgcc -shared-libgcc
-B/home/jsg/src/obj/./gcc -nostdinc++
-L/home/jsg/src/obj/i386-unknown-openbsd4.8
/libstdc++-v3/src
-L/home/jsg/src/obj/i386-unknown-openbsd4.8/libstdc++-v3/src/.libs
-B/usr/gcc/i386-unknown-openbsd4.8/bin/ -B/usr/gcc/i386-unk
nown-openbsd4.8/lib/ -isystem /usr/gcc/i386-unknown-openbsd4.8/include -isystem
/usr/gcc/i386-unknown-openbsd4.8/sys-include -I/home/jsg/src/gcc
/libstdc++-v3/../gcc
-I/home/jsg/src/obj/i386-unknown-openbsd4.8/libstdc++-v3/include/i386-unknown-openbsd4.8
-I/home/jsg/src/obj/i386-unknown-o
penbsd4.8/libstdc++-v3/include -I/home/jsg/src/gcc/libstdc++-v3/libsupc++
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdi
agnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -c
../../../../gcc/libstdc++-v3/libsupc++/del_op.cc  -fPIC -DPIC -o del_
op.o
In file included from /usr/include/sys/time.h:346:0,
                 from /usr/include/sys/select.h:38,
                 from /home/jsg/src/obj/./gcc/include-fixed/sys/types.h:237,
                 from /home/jsg/src/obj/./gcc/include-fixed/stdlib.h:50,
                 from
/home/jsg/src/obj/i386-unknown-openbsd4.8/libstdc++-v3/include/cstdlib:67,
                 from ../../../../gcc/libstdc++-v3/libsupc++/del_op.cc:35:
/home/jsg/src/obj/./gcc/include-fixed/time.h:125:31: error: '__string__' was
not declared in this scope
/home/jsg/src/obj/./gcc/include-fixed/time.h:129:31: error: '__minbytes__' was
not declared in this scope
/home/jsg/src/obj/./gcc/include-fixed/time.h:131:31: error: '__minbytes__' was
not declared in this scope
In file included from
/home/jsg/src/obj/i386-unknown-openbsd4.8/libstdc++-v3/include/cstdlib:67:0,
                 from ../../../../gcc/libstdc++-v3/libsupc++/del_op.cc:35:
/home/jsg/src/obj/./gcc/include-fixed/stdlib.h:193:31: error: '__string__' was
not declared in this scope
/home/jsg/src/obj/./gcc/include-fixed/stdlib.h:290:30: error: '__string__' was
not declared in this scope
/home/jsg/src/obj/./gcc/include-fixed/stdlib.h:293:30: error: '__string__' was
not declared in this scope
gmake[5]: *** [del_op.lo] Error 1

Reply via email to