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 con
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
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 std::locale::name
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':
> /scratch
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
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
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.
-Sandra