From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 1 06:40:09 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ECCC37B401 for ; Tue, 1 Apr 2003 06:40:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AD9E43FAF for ; Tue, 1 Apr 2003 06:40:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h31Ee8Up045448 for ; Tue, 1 Apr 2003 06:40:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h31Ee85s045447; Tue, 1 Apr 2003 06:40:08 -0800 (PST) Resent-Date: Tue, 1 Apr 2003 06:40:08 -0800 (PST) Resent-Message-Id: <200304011440.h31Ee85s045447@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Miika Komu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71CB437B401 for ; Tue, 1 Apr 2003 06:32:19 -0800 (PST) Received: from twilight.cs.hut.fi (twilight.cs.hut.fi [130.233.40.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB41F43F85 for ; Tue, 1 Apr 2003 06:32:18 -0800 (PST) (envelope-from mkomu@niksula.hut.fi) Received: (from localhost user: 'mkomu' uid#27521 fake: STDIN (mkomu@kekkonen.cs.hut.fi)) by mail.niksula.cs.hut.fi id ; Tue, 1 Apr 2003 17:32:07 +0300 Message-Id: Date: Tue, 1 Apr 2003 17:32:07 +0300 (EEST) From: Miika Komu Sender: Miika Komu To: FreeBSD-gnats-submit@FreeBSD.org Subject: i386/50525: buildworld fails due to bug in gcc in FreeBSD 5.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 14:40:09 -0000 >Number: 50525 >Category: i386 >Synopsis: buildworld fails due to bug in gcc in FreeBSD 5.0 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 01 06:40:07 PST 2003 >Closed-Date: >Last-Modified: >Originator: Miika Komu >Release: FreeBSD 5.0-RELEASE i386 >Organization: >Environment: System: FreeBSD adamo 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Tue Mar 25 23:29:14 EET 2003 mkomu@adamo:/usr/obj/usr/src/sys/MYKERNEL i386 CPU type is Duron 650 MHz OS is FreeBSD 5.0-RELEASE, fresh install (no upgrades) Some relevant packages: autoconf-2.53_1 autogen-5.4.7 automake-1.5,1 bison-1.75 gcc-2.95.3 gcc-3.2.1_20021119 glib-1.2.10_3 glib-2.0.7 gmake-3.80 >Description: The latest RELENG_5_0 world does not build. The reason for this is that the default C++ compiler (gcc) fails due to an internal error. The failure occurs with both 3.2.1 and 2.95.3 versions of gcc. >How-To-Repeat: # cvsup "RELENG_5_0" # cd /usr/ports # make buildworld ... c++ -O -pipe -mcpu=pentiumpro -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/usr/src/gnu/lib/libstdc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/gcc -fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated -c /usr/src/contrib/libstdc++/src/ext-inst.cc -o ext-inst.o In file included from /usr/obj/usr/src/i386/usr/include/g++/ios:48, from /usr/obj/usr/src/i386/usr/include/g++/ostream:45, from /usr/obj/usr/src/i386/usr/include/g++/iostream:45, from /usr/obj/usr/src/i386/usr/include/g++/ext/ropeimpl.h:49, from /usr/obj/usr/src/i386/usr/include/g++/ext/stl_rope.h:2497, from /usr/obj/usr/src/i386/usr/include/g++/ext/rope:60, from /usr/src/contrib/libstdc++/src/ext-inst.cc:34: /usr/obj/usr/src/i386/usr/include/g++/bits/localefwd.h: In member function `void std::locale::_Impl::_M_remove_reference()': /usr/obj/usr/src/i386/usr/include/g++/bits/localefwd.h:352: Internal compiler error in store_bindings, at cp/decl.c:2439 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/src/gnu/lib/libstdc++. *** Error code 1 Stop in /usr/src/gnu/lib. *** Error code 1 # gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.1 [FreeBSD] 20021119 (release) >Fix: Use CURRENT? >Release-Note: >Audit-Trail: >Unformatted: