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: Fix x86-64 epilogues wrt very large stack frames


> On Sun, Nov 30, 2003 at 10:00:56PM +0100, Jan Hubicka wrote:
> > + 	if (TARGET_64BIT && offset != (int)offset)
> 
> This test is incorrect.  Use the proper predicate.
Hmm, right..  One should not make SuSE local patches in unclean way and
forget about it immediately.
Unfortunately I don't think we do have predicate that accepts
HOST_WIDE_INT instead of RTX, but I will write one.
Thanks for noticing this.

Honza
> 
> 
> r~


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