From owner-freebsd-current Sat Sep 7 21:23:18 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB67337B400 for ; Sat, 7 Sep 2002 21:23:15 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id C903343E3B for ; Sat, 7 Sep 2002 21:23:14 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id g884NDVo051406 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Sun, 8 Sep 2002 00:23:14 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id g884ND57051403; Sun, 8 Sep 2002 00:23:13 -0400 (EDT) (envelope-from wollman) Date: Sun, 8 Sep 2002 00:23:13 -0400 (EDT) From: Garrett Wollman Message-Id: <200209080423.g884ND57051403@khavrinen.lcs.mit.edu> To: current@FreeBSD.org Subject: Another compiler bug? X-Fingerprint: A80D 04DD A9A7 F651 F53A A8E4 23E7 86E9 BEED 946E X-Key-Id: 1024D/BEED946E Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG World-testing some changes to libc, I had g++ bomb out with the following assertion: In file included from /usr/obj/usr/src/i386/usr/include/g++/locale:46, from /usr/obj/usr/src/i386/usr/include/g++/bits/ostream.tcc:37, from /usr/obj/usr/src/i386/usr/include/g++/ostream:275, from /usr/src/contrib/libstdc++/src/ios.cc:36: /usr/obj/usr/src/i386/usr/include/g++/bits/locale_facets.h: In instantiation of `std::__timepunct': /usr/obj/usr/src/i386/usr/include/g++/bits/locale_facets.tcc:2191: instantiated from here /usr/obj/usr/src/i386/usr/include/g++/bits/locale_facets.h:1057: Internal compiler error in tsubst_decl, at cp/pt.c:5774 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 I can provide the current-relative patches if anyone feels interested in investigating further (kan?). Applying kan's gcc-all.patch seems makes it better, although looking at the patch and the error message I don't understand why it would have any effect. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message