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]
Other format: [Raw text]

RE: irix bootstrap failure in libstdc++-v3/libsupc++/eh_aux_runtime.cc


The regression was introduced by this change

2003-03-09  Franz Sirl  <Franz dot Sirl-kernel at lauterbach dot com>

        * varasm.c (make_decl_one_only): Use declare_weak().

http://gcc.gnu.org/ml/gcc-patches/2003-03/msg00720.html



-----Original Message-----
From: Billinghurst, David (CRTS) 
Sent: Tuesday, 11 March 2003 12:26 AM
To: gcc-bugs at gcc dot gnu dot org
Cc: libstdc++ at gcc dot gnu dot org
Subject: irix bootstrap failure in
libstdc++-v3/libsupc++/eh_aux_runtime.cc


mainline bootstrap on irix6.5 fails compiling libstdc++-v3/libsupc++/eh_aux_runtime.cc

This is with cvs from Mon Mar 10 07:07:02 GMT 2003
Bootstrap same time yesterday was OK

/exd4/billingd/obj/gcc/gcc/xgcc -shared-libgcc -B/exd4/billingd/obj/gcc/gcc/ -no
stdinc++ -L/exd4/billingd/obj/gcc/mips-sgi-irix6.5/mabi=64/libstdc++-v3/src -L/e
xd4/billingd/obj/gcc/mips-sgi-irix6.5/mabi=64/libstdc++-v3/src/.libs -B/exd4/bil
lingd/tmp/gcc/mips-sgi-irix6.5/bin/ -B/exd4/billingd/tmp/gcc/mips-sgi-irix6.5/li
b/ -isystem /exd4/billingd/tmp/gcc/mips-sgi-irix6.5/include -isystem /exd4/billi
ngd/tmp/gcc/mips-sgi-irix6.5/sys-include -mabi=64 -I/exd4/billingd/src/gcc/libst
dc++-v3/../gcc -I/exd4/billingd/src/gcc/libstdc++-v3/../include -I/exd4/billingd
/obj/gcc/mips-sgi-irix6.5/mabi=64/libstdc++-v3/include/mips-sgi-irix6.5 -I/exd4/
billingd/obj/gcc/mips-sgi-irix6.5/mabi=64/libstdc++-v3/include -I/exd4/billingd/
src/gcc/libstdc++-v3/libsupc++ -O2 -g -g -O2 -mabi=64 -fno-implicit-templates -W
all -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -ff
unction-sections -fdata-sections -c /exd4/billingd/src/gcc/libstdc++-v3/libsupc+
+/eh_aux_runtime.cc   -DPIC -o eh_aux_runtime.o
/exd4/billingd/src/gcc/libstdc++-v3/libsupc++/eh_aux_runtime.cc:42: error: weak
   declaration of `std::exception::exception(const std::exception&)' must
   precede definition
/exd4/billingd/src/gcc/libstdc++-v3/libsupc++/eh_aux_runtime.cc:42: error: weak
   declaration of `std::bad_cast::bad_cast(const std::bad_cast&)' must precede
   definition
/exd4/billingd/src/gcc/libstdc++-v3/libsupc++/eh_aux_runtime.cc:52: error: weak
   declaration of `std::bad_typeid::bad_typeid(const std::bad_typeid&)' must
   precede definition


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