This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11482] New: [v850-elf] ICE with -O2 building misc-inst.lo
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jul 2003 19:28:29 -0000
- Subject: [Bug bootstrap/11482] New: [v850-elf] ICE with -O2 building misc-inst.lo
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11482
Summary: [v850-elf] ICE with -O2 building misc-inst.lo
Product: gcc
Version: 3.3.1
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dhazeghi at yahoo dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: v850-elf
Building gcc 3.3 branch for v850-elf with --disable-multibs --enable-
languages=c++ in a combined tree with cvs binutils and newlib, I get:
/tmp/mainline/obj/v850-elf/v850/libstdc++-v3/include/bits/istream.tcc: In
function `std::basic_istream<_CharT, _Traits>&
std::getline(std::basic_istream<_CharT, _Traits>&, std::basic_string<
_CharT,
_Traits, _Alloc>&, _CharT) [with _CharT = char, _Traits =
std::char_traits<char>, _Alloc = std::allocator<char>]':
../../../../../src/libstdc++-v3/src/misc-inst.cc:53: instantiated from here
/tmp/mainline/obj/v850-elf/v850/libstdc++-v3/include/bits/istream.tcc:1188:
internal compiler error: in
schedule_region, at sched-rgn.c:2844
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[6]: *** [misc-inst.lo] Error 1
Changing CXXFLAGS to -O1 cures the ICE.