Re: ICE building libgcc2.c for MIPS, too

2007-07-16 Thread Ian Lance Taylor
Sandra Loosemore [EMAIL PROTECTED] writes: #6 0x0875dc03 in rest_of_handle_combine () at /scratch/sandra/mips-mainline/src/gcc-mainline/gcc/combine.c:1264 The bug is that reg_stat in combine.c does not reallocate when a splitter creates a new pseudo_reg. I'm working on a patch to

Re: ICE building libgcc2.c for MIPS, too

2007-07-14 Thread Sandra Loosemore
Ian Lance Taylor wrote: Sandra Loosemore [EMAIL PROTECTED] writes: I'm now at revision 126547, and am getting a different ICE when building the same configuration: /scratch/sandra/mips32-mainline/src/gcc-mainline/libstdc++-v3/src/locale.cc: In member function 'std::string

Re: ICE building libgcc2.c for MIPS, too

2007-07-14 Thread Adam Nemet
Sandra Loosemore [EMAIL PROTECTED] writes: #6 0x0875dc03 in rest_of_handle_combine () at /scratch/sandra/mips-mainline/src/gcc-mainline/gcc/combine.c:1264 ... Looks like a job for valgrind? But I'm out of time for working on this, at least for now. Can anyone else take a stab at it?

Re: ICE building libgcc2.c for MIPS, too

2007-07-11 Thread Sandra Loosemore
Ian Lance Taylor wrote: Sandra Loosemore [EMAIL PROTECTED] writes: The error reported here http://gcc.gnu.org/ml/gcc/2007-07/msg00339.html is also happening when building for target mipsisa32r2-elfoabi on i686-pc-linux-gnu. This should be fixed by revision 126536. Sorry for the problems.

Re: ICE building libgcc2.c for MIPS, too

2007-07-11 Thread Ian Lance Taylor
Sandra Loosemore [EMAIL PROTECTED] writes: I'm now at revision 126547, and am getting a different ICE when building the same configuration: /scratch/sandra/mips32-mainline/src/gcc-mainline/libstdc++-v3/src/locale.cc: In member function 'std::string std::locale::name() const':

Re: ICE building libgcc2.c for MIPS, too

2007-07-10 Thread Ian Lance Taylor
Sandra Loosemore [EMAIL PROTECTED] writes: The error reported here http://gcc.gnu.org/ml/gcc/2007-07/msg00339.html is also happening when building for target mipsisa32r2-elfoabi on i686-pc-linux-gnu. This should be fixed by revision 126536. Sorry for the problems. Ian