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 crash (3.1?)


> On Wed, Feb 27, 2002 at 05:00:57PM +0100, Jan Hubicka wrote:
> > !     if (flag_pic && !TARGET_64BIT)					\
> 
> How about (PIC_OFFSET_TABLE_REGNUM != INVALID_REGNUM) instead?
> 
> Ok with that change.
But after all, isn't that piece of code wrong?
With PIC there are still functions that do not need PIC register
and then it is not fixed. Or am I missing something important?

Honza
> 
> 
> 
> r~


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