This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/11482] New: [v850-elf] ICE with -O2 building misc-inst.lo


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]