This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH/RFA] PR target/13250
Joern Rennecke <joern.rennecke@superh.com> wrote:
>> gcc.c-torture/compile/20000728-1.c (-O2)
>
> It turned out that this was ENTRY_BLOCK_PTR. So that's all right then
> that there are no insns. This testcase works when I add:
>
> if (pred_bb == ENTRY_BLOCK_PTR)
> continue;
It fixes all similar failures in make check-gcc on x86 cross to
sh4-unknown-linux-gnu. There are no problems in building c++
and java libraries too. I'm trying to bootstrap on native
i686-linux and sh4-linux with this patch.
Regards,
kaz