This is the mail archive of the gcc-bugs@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: h8300-elf build fails in libf2c


Andreas Jaeger wrote:

> #define FLOAT_TYPE_SIZE 32
> #define DOUBLE_TYPE_SIZE        32
> 
> Ok, that means we cannot bootstrap with Fortran enabled on h8300 -
> unless either those defines are changed or G77 can live without
> longint (but I do not propose to do this to fix h8300, I'm disabling
> fortran now).

Yes, this is deadly for Fortran, as per the Standard, DOUBLE PRECISION
occupies "two memory units", whereas REAL "occupies one".

Thanks,

-- 
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]