From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15205 invoked by alias); 25 May 2005 01:28:42 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 15189 invoked by uid 48); 25 May 2005 01:28:36 -0000 Date: Wed, 25 May 2005 01:28:00 -0000 From: "aarestad at gmail dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20050525012832.21745.aarestad@gmail.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/21745] New: ICE during build of h8300 cross-compiler X-Bugzilla-Reason: CC X-SW-Source: 2005-05/txt/msg03335.txt.bz2 List-Id: While building a cross-compiler on my Linux x86 box, I got this error in the middle of the libstdc++ build: Command: /usr/local/src/build-gcc/gcc/xgcc -shared-libgcc -B/usr/local/src/build-gcc/gcc/ -nostdinc++ -L/usr/local/src/build-gcc/h8300-hms/h8300s/normal/libstdc++-v3/src -L/usr/local/src/build-gcc/h8300-hms/h8300s/normal/libstdc++-v3/src/.libs -nostdinc -B/usr/local/src/build-gcc/h8300-hms/h8300s/normal/newlib/ -isystem /usr/local/src/build-gcc/h8300-hms/h8300s/normal/newlib/targ-include -isystem /usr/local/src/gcc-3.4.4/newlib/libc/include -B/usr/local/h8300-hms/bin/ -B/usr/local/h8300-hms/lib/ -isystem /usr/local/h8300-hms/include -isystem /usr/local/h8300-hms/sys-include -ms -mn -I/usr/local/src/build-gcc/h8300-hms/h8300s/normal/libstdc++-v3/include/h8300-hms -I/usr/local/src/build-gcc/h8300-hms/h8300s/normal/libstdc++-v3/include -I/usr/local/src/gcc-3.4.4/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -ms -mn -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -c ../../../../../../gcc-3.4.4/libstdc++-v3/src/locale-inst.cc -o locale-inst.o Error: /usr/local/src/build-gcc/h8300-hms/h8300s/normal/libstdc++-v3/include/bits/locale_facets.tcc: In member function `_InIter std::money_get<_CharT, _InIter>::do_get(_InIter, _InIter, bool, std::ios_base&, std::_Ios_Iostate&, std::basic_string<_CharT, std::char_traits<_CharT>, std::allocator<_CharT> >&) const [with _CharT = char, _InIter = std::istreambuf_iterator >]': /usr/local/src/build-gcc/h8300-hms/h8300s/normal/libstdc++-v3/include/bits/locale_facets.tcc:702: error: unrecognizable insn: (insn 434 253 355 5 /usr/local/src/build-gcc/h8300-hms/h8300s/normal/libstdc++-v3/include/bits/basic_string.h:1465 (set (mem:SI (pre_dec:HI (reg/f:HI 7 sp)) [0 S4 A32]) (reg:SI 7 sp)) -1 (nil) (nil)) /usr/local/src/build-gcc/h8300-hms/h8300s/normal/libstdc++-v3/include/bits/locale_facets.tcc:702: internal compiler error: in extract_insn, at recog.c:2083 If more information is needed, I'll be glad to provide it. -- Summary: ICE during build of h8300 cross-compiler Product: gcc Version: 3.4.4 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aarestad at gmail dot com CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i686-pc-linux-gnu GCC target triplet: h8300-hms http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21745