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]

Re: [Patch] Fix emit-rtl.c for 64-bit targets


Richard Henderson wrote:

> On Tue, Jun 19, 2001 at 10:24:46PM +0200, Toon Moene wrote:

> > FLOAT_TYPE_SIZE comes from defaults.h:
> >
> > #ifndef FLOAT_TYPE_SIZE
> > #define FLOAT_TYPE_SIZE BITS_PER_WORD
> > #endif
> 
> You missed the definition of FLOAT_TYPE_SIZE from alpha.h.

Yep, you're right - I'm on to a new search for the Holy Grail: Why does
our code take twice as much memory on alphaev6-unknown-linux-gnu as on
i686-pc-linux-gnu (and I do not mean top - it's actually trashing on a
128 Mbyte DS10, while it *runs* on the 64 Mbyte laptop).

Sigh ;-(

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


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