From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3440 invoked by alias); 31 Oct 2002 12:06:35 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 3163 invoked from network); 31 Oct 2002 12:06:31 -0000 Received: from unknown (HELO tornado.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 31 Oct 2002 12:06:31 -0000 Received: from tornado.toronto.redhat.com (localhost [127.0.0.1]) by tornado.toronto.redhat.com (8.12.5/8.12.5) with ESMTP id g9VC6TMu007154; Thu, 31 Oct 2002 07:06:29 -0500 Received: (from dnovillo@localhost) by tornado.toronto.redhat.com (8.12.5/8.12.5/Submit) id g9VC6SAs007152; Thu, 31 Oct 2002 07:06:28 -0500 Date: Thu, 31 Oct 2002 10:37:00 -0000 From: Diego Novillo To: Zack Weinberg Cc: gcc@gcc.gnu.org Subject: [basic-improvements] bootstrap failure on x86 Message-ID: <20021031120628.GA7096@tornado.toronto.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.4i Organization: Red Hat Canada X-SW-Source: 2002-10/txt/msg01739.txt.bz2 Zack, This change seems to be causing a bootstrap regression on x86. 2002-10-30 Zack Weinberg * gthr.h, gthr-dce.h, gthr-posix.h, gthr-rtems.h, gthr-solaris.h, gthr-win32.h: Remove __gthread_key_dtor. * unwind-sjlj.c (fc_key_dtor): Delete. (fc_key_init): Adjust __gthread_key_create call to match. ---------------------------------------------------------------------------= -- [ ... ] /notnfs/dnovillo/sbox/bib/bld/gcc/xgcc -shared-libgcc -B/notnfs/dnovillo/sb= ox/bib/bld/gcc/ -nostdinc++ -L/notnfs/dnovillo/sbox/bib/bld/i686-pc-linux-g= nu/libstdc++-v3/src -L/notnfs/dnovillo/sbox/bib/bld/i686-pc-linux-gnu/libst= dc++-v3/src/.libs -B/home/dnovillo/perf/sbox/bib/local/inst/i686-pc-linux-g= nu/bin/ -B/home/dnovillo/perf/sbox/bib/local/inst/i686-pc-linux-gnu/lib/ -i= system /home/dnovillo/perf/sbox/bib/local/inst/i686-pc-linux-gnu/include -I= /home/dnovillo/perf/sbox/bib/local/src/libstdc++-v3/../gcc -I/home/dnovillo= /perf/sbox/bib/local/src/libstdc++-v3/../include -I/notnfs/dnovillo/sbox/bi= b/bld/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu -I/notnfs/dn= ovillo/sbox/bib/bld/i686-pc-linux-gnu/libstdc++-v3/include -I/home/dnovillo= /perf/sbox/bib/local/src/libstdc++-v3/libsupc++ -g -O2 -D_GNU_SOURCE -fno-i= mplicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnosti= cs-show-location=3Donce -ffunction-sections -fdata-sections -g -c /home/dno= villo/perf/sbox/bib/local/src/libstdc++-v3/libsupc++/eh_globals.cc -fPIC -= DPIC -o eh_globals.o /home/dnovillo/perf/sbox/bib/local/src/libstdc++-v3/libsupc++/eh_globals.cc= : In=20 function `void get_globals_dtor(void*)': /home/dnovillo/perf/sbox/bib/local/src/libstdc++-v3/libsupc++/eh_globals.cc= :50: error: ` __gthread_key_dtor' undeclared (first use this function) /home/dnovillo/perf/sbox/bib/local/src/libstdc++-v3/libsupc++/eh_globals.cc= :50: error: (Each undeclared identifier is reported only once for each function it appears= =20 in.) make[4]: *** [eh_globals.lo] Error 1 make[4]: Leaving directory `/notnfs/dnovillo/sbox/bib/bld/i686-pc-linux-gnu= /libstdc++-v3/libsupc++' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/notnfs/dnovillo/sbox/bib/bld/i686-pc-linux-gnu= /libstdc++-v3' make[2]: *** [all-recursive-am] Error 2 make[2]: Leaving directory `/notnfs/dnovillo/sbox/bib/bld/i686-pc-linux-gnu= /libstdc++-v3' make[1]: *** [all-target-libstdc++-v3] Error 2 make[1]: Leaving directory `/notnfs/dnovillo/sbox/bib/bld' make: *** [bootstrap] Error 2 ---------------------------------------------------------------------------= -- Diego.