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: Patch: 3.1: fix for PR 5948


> On Mar 16, 2002, Jan Hubicka <jh@suse.cz> wrote:
> 
> > Actually I had something similiar to the above in mind, but in i386.c,
> 
> Oh.  I thought you had some machine-independent fix in mind.
> 
> > but I see we can probably just not use QUADs at all avoid the problem
> > in general.
> > Does someone see problem with such sollution?
> 
> If you have 64-bit addresses, you probably need to be able to emit
> them as quads when initializing a global variable, for example:
> 
> void *foo = &foo;

I meant to use QUADS only when Pmode > SImode...

Honza
> 
> -- 
> Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
> Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
> CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
> Free Software Evangelist                Professional serial bug killer


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