Date: Sun, 8 Sep 2002 00:23:13 -0400 (EDT) From: Garrett Wollman <wollman@lcs.mit.edu> To: current@FreeBSD.org Subject: Another compiler bug? Message-ID: <200209080423.g884ND57051403@khavrinen.lcs.mit.edu>
next in thread | raw e-mail | index | archive | help
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<wchar_t>': /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 <URL:http://www.gnu.org/software/gcc/bugs.html> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209080423.g884ND57051403>