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


> 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.

-- 
Eric Botcazou


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