From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21783 invoked by alias); 13 Mar 2003 05:26:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 21670 invoked by uid 71); 13 Mar 2003 05:26:01 -0000 Date: Thu, 13 Mar 2003 05:26:00 -0000 Message-ID: <20030313052601.21669.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Andrew Pinski Subject: Re: bootstrap/10053: weak declaration must precede definition errors on OSF 4.0d in libsupc++ Reply-To: Andrew Pinski X-SW-Source: 2003-03/txt/msg00757.txt.bz2 List-Id: The following reply was made to PR bootstrap/10053; it has been noted by GNATS. From: Andrew Pinski To: tilps@hotmail.com Cc: Andrew Pinski , gcc-gnats@gcc.gnu.org Subject: Re: bootstrap/10053: weak declaration must precede definition errors on OSF 4.0d in libsupc++ Date: Wed, 12 Mar 2003 21:22:45 -0800 This is also happening on i686-unknown-openbsd3.1, the last time I could bootstrap was on March 9 (midnight eastern time) so something after that caused this: /export/gates/pinskia/src/gnu/gcc/src/objdir.openbsd/gcc/xgcc -shared-libgcc -B/export/gates/pinskia/src/gnu/gcc/src/objdir.openbsd/gcc/ -nostdinc++ -L/export/gates/pinskia/src/gnu/gcc/src/objdir.openbsd/i686-unknown- openbsd3.1/fpic/libstdc++-v3/src -L/export/gates/pinskia/src/gnu/gcc/src/objdir.openbsd/i686-unknown- openbsd3.1/fpic/libstdc++-v3/src/.libs -B/home/gates/pinskia/openbsd/i686-unknown-openbsd3.1/bin/ -B/home/gates/pinskia/openbsd/i686-unknown-openbsd3.1/lib/ -isystem /home/gates/pinskia/openbsd/i686-unknown-openbsd3.1/include -isystem /home/gates/pinskia/openbsd/i686-unknown-openbsd3.1/sys-include -fpic -I/home/gates/pinskia/src/gnu/gcc/src/libstdc++-v3/../gcc -I/home/gates/pinskia/src/gnu/gcc/src/libstdc++-v3/../include -I/export/gates/pinskia/src/gnu/gcc/src/objdir.openbsd/i686-unknown- openbsd3.1/fpic/libstdc++-v3/include/i686-unknown-openbsd3.1 -I/export/gates/pinskia/src/gnu/gcc/src/objdir.openbsd/i686-unknown- openbsd3.1/fpic/libstdc++-v3/include -I/home/gates/pinskia/src/gnu/gcc/src/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -fpic -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -c /home/gates/pinskia/src/gnu/gcc/src/libstdc++-v3/libsupc++/ eh_aux_runtime.cc -fPIC -DPIC -o eh_aux_runtime.o /home/gates/pinskia/src/gnu/gcc/src/libstdc++-v3/libsupc++/ eh_aux_runtime.cc:42: error: weak declaration of `std::exception::exception(const std::exception&)' must precede definition /home/gates/pinskia/src/gnu/gcc/src/libstdc++-v3/libsupc++/ eh_aux_runtime.cc:42: error: weak declaration of `std::bad_cast::bad_cast(const std::bad_cast&)' must precede definition /home/gates/pinskia/src/gnu/gcc/src/libstdc++-v3/libsupc++/ eh_aux_runtime.cc:52: error: weak declaration of `std::bad_typeid::bad_typeid(const std::bad_typeid&)' must precede definition gmake[7]: *** [eh_aux_runtime.lo] Error 1 Thanks, Andrew Pinski