This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: PATCH: Fix ia64 gcc warnings


On Thu, 2005-11-03 at 14:23, Andreas Schwab wrote:
> This is probably the same as GCC PR21059, which also only materializes on
> ia64.

Thanks for the pointer.  I had this bug marked as one I wanted to look
at, but it was buried under a lot of other bug reports.

The reason why this problem occurs on IA-64 seems to be tied to the fact
that we don't have reg+offset addressing modes.  We thus get different
RTL generation and different RTL optimizations, and this happens to
trigger the longjmp clobber warning code because it is over simplistic
(i.e. stupid).
-- 
Jim Wilson, GNU Tools Support, http://www.specifix.com


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