This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
CVS head build breakage for target sh-elf
- From: tm <tm at mail dot kloo dot net>
- To: gcc-bugs at gcc dot gnu dot org
- Cc: shumpei dot kawasaki at hsa dot hitachi dot com
- Date: Mon, 5 Aug 2002 14:45:37 -0700 (PDT)
- Subject: CVS head build breakage for target sh-elf
It looks like some change within the last week has broken the sh-elf
target for C++?
...
/home/tm/gcc-build-sh-elf/gcc/xgcc -shared-libgcc
-B/home/tm/gcc-build-sh-elf/gcc/ -nostdinc++
-L/home/tm/gcc-build-sh-elf/sh-elf/libstdc++-v3/src
-L/home/tm/gcc-build-sh-elf/sh-elf/libstdc++-v3/src/.libs
-B/usr/local/sh-elf/bin/ -B/usr/local/sh-elf/lib/ -isystem
/usr/local/sh-elf/include -nostdinc++
-I/home/tm/gcc-build-sh-elf/sh-elf/libstdc++-v3/include/sh-elf
-I/home/tm/gcc-build-sh-elf/sh-elf/libstdc++-v3/include
-I../../../../gcc/libstdc++-v3/libsupc++
-I../../../../gcc/libstdc++-v3/libmath -g -O2 -fno-implicit-templates
-Wall -Wno-format -W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -g -c
../../../../gcc/libstdc++-v3/src/complex_io.cc -o complex_io.o
/home/tm/gcc-build-sh-elf/sh-elf/libstdc++-v3/include/complex: In function
`
std::basic_ostream<_CharT, _Traits>&
std::operator<<(std::basic_ostream<_CharT, _Traits>&, const
std::complex<_Tp>&) [with _Tp = float, _CharT = char, _Traits =
std::char_traits<char>]':
../../../../gcc/libstdc++-v3/src/complex_io.cc:41: instantiated from
here
/home/tm/gcc-build-sh-elf/sh-elf/libstdc++-v3/include/complex:391: internal
compiler error: Internal
compiler error in cp_expr_size, at cp/cp-lang.c:302
Toshi