This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Fix push on h8300.
Kazu Hirata wrote:
>
> Hi Graham,
>
> > I tried this patch and the compiler failed building libgcc!
> > because of an unrecognised instruction that looked to be
> > related to your changes.
>
> Did you revert your change to function.c in your tree? As far as I
> remember, that causes the libgcc failure.
>
I've got a patch in the works that fixes the problem that my function.c
change exposses on H8300.
I very much doubt if my function.c change is the real cause of an
unrecognised insn abort.
> Kazu Hirata