This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [3.3 PATCH] Fix PR optimization/11841


On Fri, 30 Apr 2004, Eric Botcazou wrote:

> > Backporting this patch doesn't help either, unfortunately.
>
> Thanks for trying.
>
> It turns out that there are still 2 references to REGNO_LAST_LUID in
> unroll.c.  Could you try to replace them one by one by REGNO_LAST_NOTE_LUID
> and see if this helps?  The sanity check in loop.h might be required this
> time.

Doesn't help either (replaced both REGNO_LAST_LUID by REGNO_LAST_NOTE_LUID
and guarded REGNO_LAST_NOTE_LUID by the same check as REGNO_LAST_LUID).

Richard.

--
Richard Guenther <richard dot guenther at uni-tuebingen dot de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]