This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [rfc] mainline slush
Mark Mitchell <mark@codesourcery.com> writes:
> Richard Henderson wrote:
>> After three days of sequential bootstrap breakage, I'd like to propose
>> that mainline go into slush, wherein all these bootstrap problems, and
>> all the new testsuites failures get fixed. No other patches would be
>> allowed at all.
>> We'd unslush when the primary platforms have clean test results.
>> Thoughts?
>
> Nobody's objected, and it's fine by me. So, let's do it.
>
> However, let's not be overly pedantic about what "clean" means.
>
> If you're running tests on a primary platform, and think things are OK,
> please send me an email pointing at gcc-testresults mail showing
> allegedly clean results for that platform *and* update:
>
> http://gcc.gnu.org/wiki/GCC%204.1%20Slush
Just to let folks know that mips-elf fails to build newlib.
There's a segfault in is_gimple_reg_type(), which is being
passed a null type. I'm not sure if I'll have time to look
at it tonight.
Richard