This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/21745] New: ICE during build of h8300 cross-compiler
- From: "aarestad at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 May 2005 01:28:36 -0000
- Subject: [Bug libstdc++/21745] New: ICE during build of h8300 cross-compiler
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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<char, std::char_traits<char> >]':
/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