This is the mail archive of the gcc@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]

Re: ra.c todo list.


Hi,
As I had promised,  but while building the new-regalloc-branch and the
C++ compiler during the build there is an ICE . The error message is
given below. . I was not able to find any equivalent error on Google.





Making all in src
make[3]: Entering directory
`/home/ramana/toolscvs/reg-alloc-branch/build-all/i686-pc-linux-gnu/libstdc++-v3/src'
/bin/sh ../libtool --tag CXX --mode=compile
/home/ramana/toolscvs/reg-alloc-branch/build-all/gcc/xgcc
-shared-libgcc -B/home/ramana/toolscvs/reg-alloc-branch/build-all/gcc/
-nostdinc++  -L/home/ramana/toolscvs/reg-alloc-branch/build-all/i686-pc-linux-gnu/libstdc++-v3/src
-L/home/ramana/toolscvs/reg-alloc-branch/build-all/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i386-regalloc-branch/i686-pc-linux-gnu/bin/
-B/usr/local/i386-regalloc-branch/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i386-regalloc-branch/i686-pc-linux-gnu/include -isystem
/usr/local/i386-regalloc-branch/i686-pc-linux-gnu/sys-include 
-I/home/ramana/toolscvs/reg-alloc-branch/build-all/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu
-I/home/ramana/toolscvs/reg-alloc-branch/build-all/i686-pc-linux-gnu/libstdc++-v3/include
-I/home/ramana/toolscvs/reg-alloc-branch/gcc/libstdc++-v3/libsupc++
-O2 -pg -g -g -O2 -D_GNU_SOURCE -fno-implicit-templates -Wall -W
-Wwrite-strings -Wcast-qual  -fdiagnostics-show-location=once   
-fimplicit-templates -c ../../../../gcc/libstdc++-v3/src/demangle.cc
/home/ramana/toolscvs/reg-alloc-branch/build-all/gcc/xgcc
-shared-libgcc -B/home/ramana/toolscvs/reg-alloc-branch/build-all/gcc/
-nostdinc++ -L/home/ramana/toolscvs/reg-alloc-branch/build-all/i686-pc-linux-gnu/libstdc++-v3/src
-L/home/ramana/toolscvs/reg-alloc-branch/build-all/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i386-regalloc-branch/i686-pc-linux-gnu/bin/
-B/usr/local/i386-regalloc-branch/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i386-regalloc-branch/i686-pc-linux-gnu/include -isystem
/usr/local/i386-regalloc-branch/i686-pc-linux-gnu/sys-include
-I/home/ramana/toolscvs/reg-alloc-branch/build-all/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu
-I/home/ramana/toolscvs/reg-alloc-branch/build-all/i686-pc-linux-gnu/libstdc++-v3/include
-I/home/ramana/toolscvs/reg-alloc-branch/gcc/libstdc++-v3/libsupc++
-O2 -pg -g -g -O2 -D_GNU_SOURCE -fno-implicit-templates -Wall -W
-Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once
-fimplicit-templates -c ../../../../gcc/libstdc++-v3/src/demangle.cc 
-fPIC -DPIC
/home/ramana/toolscvs/reg-alloc-branch/build-all/i686-pc-linux-gnu/libstdc++-v3/include/bits/stl_uninitialized.h:
In function `_ForwardIterator
std::__uninitialized_copy_aux(_InputIterator, _InputIterator,
_ForwardIterator, __false_type) [with _InputIterator =
__gnu_cxx::__normal_iterator<__gnu_cxx::demangler::substitution_st*,
std::vector<__gnu_cxx::demangler::substitution_st,
std::allocator<char> > >, _ForwardIterator =
__gnu_cxx::__normal_iterator<__gnu_cxx::demangler::substitution_st*,
std::vector<__gnu_cxx::demangler::substitution_st,
std::allocator<char> > >]':
/home/ramana/toolscvs/reg-alloc-branch/build-all/i686-pc-linux-gnu/libstdc++-v3/include/bits/stl_uninitialized.h:600:
internal compiler error: Segmentation fault




Any ideas / comments. ?

cheers
Ramana



-- 
Ramana Radhakrishnan


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