This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

10-28 snapshot fails on hpux-10.20 hp 9000/780


Here is my config :
../egcs-19981026/configure --prefix=/home/absd00t/local/egcs
--with-gnu-as  --enable-shared --enable-haifa

and the tail end of the stderr :
/tmp/egcsobj/gcc/xgcc -B/tmp/egcsobj/gcc/ -B/home/absd00t/local/egcs/hppa1.1-hp-hpux10.20/bin/ -c -I/usr/include/Motif1.1 -I/usr/include/X11R4 -I. -I../../../egcs-19981026/libio  ../../../egcs-19981026/libio/stdfiles.c
rm -rf libio.a
ar rc libio.a filedoalloc.o floatconv.o genops.o fileops.o iovfprintf.o iovfscanf.o ioignore.o iopadn.o iofgetpos.o iofread.o iofscanf.o iofsetpos.o iogetdelim.o iogetline.o ioprintf.o ioseekoff.o ioseekpos.o outfloat.o strops.o iofclose.o iopopen.o ioungetc.o peekc.o iogetc.o ioputc.o iofeof.o ioferror.o iofdopen.o iofflush.o iofgets.o iofopen.o iofprintf.o iofputs.o iofwrite.o iogets.o ioperror.o ioputs.o ioscanf.o iosetbuffer.o iosetvbuf.o iosprintf.o iosscanf.o ioftell.o iovsscanf.o iovsprintf.o ioprims.o iostrerror.o cleanup.o stdfiles.o
true libio.a
test x"yes" != xyes || \
  /tmp/egcsobj/gcc/xgcc -B/tmp/egcsobj/gcc/ -B/home/absd00t/local/egcs/hppa1.1-hp-hpux10.20/bin/ -c -g -O2 -fno-implicit-templates -I. -I../../../egcs-19981026/libio -nostdinc++  -fPIC ../../../egcs-19981026/libio/builtinbuf.cc -o pic/builtinbuf.o
/tmp/egcsobj/gcc/xgcc -B/tmp/egcsobj/gcc/ -B/home/absd00t/local/egcs/hppa1.1-hp-hpux10.20/bin/ -c -g -O2 -fno-implicit-templates -I. -I../../../egcs-19981026/libio -nostdinc++  ../../../egcs-19981026/libio/builtinbuf.cc
test x"yes" != xyes || \
  /tmp/egcsobj/gcc/xgcc -B/tmp/egcsobj/gcc/ -B/home/absd00t/local/egcs/hppa1.1-hp-hpux10.20/bin/ -c -g -O2 -fno-implicit-templates -I. -I../../../egcs-19981026/libio -nostdinc++  -fPIC ../../../egcs-19981026/libio/filebuf.cc -o pic/filebuf.o
/tmp/egcsobj/gcc/xgcc -B/tmp/egcsobj/gcc/ -B/home/absd00t/local/egcs/hppa1.1-hp-hpux10.20/bin/ -c -g -O2 -fno-implicit-templates -I. -I../../../egcs-19981026/libio -nostdinc++  ../../../egcs-19981026/libio/filebuf.cc
test x"yes" != xyes || \
  /tmp/egcsobj/gcc/xgcc -B/tmp/egcsobj/gcc/ -B/home/absd00t/local/egcs/hppa1.1-hp-hpux10.20/bin/ -c -g -O2 -fno-implicit-templates -I. -I../../../egcs-19981026/libio -nostdinc++  -fPIC ../../../egcs-19981026/libio/fstream.cc -o pic/fstream.o
../../../egcs-19981026/libio/iostream.h:49: sorry, not implemented: `function_decl' not supported by dump_type
../../../egcs-19981026/libio/iostream.h: In method `ostream::ostream()':
In file included from ../../../egcs-19981026/libio/fstream.h:30,
                 from ../../../egcs-19981026/libio/fstream.cc:34:
../../../egcs-19981026/libio/iostream.h:49: uninitialized const `vtable for '
../../../egcs-19981026/libio/iostream.h:122: sorry, not implemented: `function_decl' not supported by dump_type
../../../egcs-19981026/libio/iostream.h: In method `istream::istream()':
../../../egcs-19981026/libio/iostream.h:122: uninitialized const `vtable for '
../../../egcs-19981026/libio/iostream.h:229: sorry, not implemented: `function_decl' not supported by dump_type
../../../egcs-19981026/libio/iostream.h: In method `istream::~istream()':
../../../egcs-19981026/libio/iostream.h:229: uninitialized const `vtable for '
../../../egcs-19981026/libio/iostream.h:229: sorry, not implemented: `function_decl' not supported by dump_type
../../../egcs-19981026/libio/iostream.h: In method `ostream::~ostream()':
../../../egcs-19981026/libio/iostream.h:229: uninitialized const `vtable for '
../../../egcs-19981026/libio/iostream.h:229: sorry, not implemented: `function_decl' not supported by dump_type
../../../egcs-19981026/libio/iostream.h: In method `iostream::iostream()':
../../../egcs-19981026/libio/iostream.h:229: uninitialized const `vtable for '
../../../egcs-19981026/libio/fstream.h:61: sorry, not implemented: `function_decl' not supported by dump_type
../../../egcs-19981026/libio/fstream.h: In method `fstreambase::~fstreambase()':
In file included from ../../../egcs-19981026/libio/fstream.cc:34:
../../../egcs-19981026/libio/fstream.h:61: uninitialized const `vtable for '
../../../egcs-19981026/libio/fstream.h:61: sorry, not implemented: `function_decl' not supported by dump_type
../../../egcs-19981026/libio/fstream.h: In method `ifstream::ifstream()':
../../../egcs-19981026/libio/fstream.h:61: uninitialized const `vtable for '
../../../egcs-19981026/libio/fstream.h:62: sorry, not implemented: `function_decl' not supported by dump_type
../../../egcs-19981026/libio/fstream.h: In method `ifstream::ifstream(int)':
../../../egcs-19981026/libio/fstream.h:62: uninitialized const `vtable for '

..... more of the same  ...

../../../egcs-19981026/libio/fstream.cc:110: sorry, not implemented: `function_decl' not supported by dump_type
../../../egcs-19981026/libio/fstream.cc: In method `ofstream::~ofstream()':
../../../egcs-19981026/libio/fstream.cc:110: uninitialized const `vtable for '
../../../egcs-19981026/libio/fstream.cc:110: sorry, not implemented: `function_decl' not supported by dump_type
../../../egcs-19981026/libio/fstream.cc: In method `ifstream::~ifstream()':
../../../egcs-19981026/libio/fstream.cc:110: uninitialized const `vtable for '
make[2]: *** [fstream.o] Error 1
make[2]: Leaving directory `/tmp/egcsobj/hppa1.1-hp-hpux10.20/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/tmp/egcsobj'
make: *** [bootstrap] Error 2

My gcc :gcc -v
Reading specs from /home/xxxx/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/egcs-2.91.57/specs
gcc version egcs-2.91.57 19980901 (egcs-1.1 release)

It seems like evrything worked until lib builds.  
Osman


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]