This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Dwarf2 question
Eric Botcazou <ebotcazou at libertysurf dot fr> writes:
> > It would make sense to make mem_loc_descriptor do:
> >
> > case LO_SUM:
> > rtl = XEXP (rtl, 1);
> > /* FALLTHRU */
> >
> > case LABEL_REF:
> > case CONST:
> > case SYMBOL_REF:
> > ...
> >
> > Alternately, do this in targetm.delegitimize_address.
>
> Thanks. Since the problem shows up on Alpha too, I'm leaning toward your
> first suggestion.
>
> Falk, is the attached patch (against 3.3) sufficient to fix PR target/10084?
Yes.
--
Falk