This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Variable tracking (location lists support) - part 2
Hi Daniel and Josef,
> > This patch unfortunately breaks the build of h8300-elf. Specifically,
> > I get assembler errors while compiling muldi3 of libgcc2.c. Here is a
> > minimized testcase and the errors I get.
>
> Did you try the patch posted for this (still unreviewed as of yet):
> http://gcc.gnu.org/ml/gcc-patches/2004-02/msg00826.html
Your patch indeed solves the problem. Thanks!
Kazu Hirata