This is the mail archive of the gcc@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: option for default 64-bit integers in g77 and gcc on ia64


Jiri Pittner wrote:

Dear gcc developers,

I would like to ask, whether there are plans to support default 64-bit
integers in g77 and gcc on ia64. I mean something equivalent to the
-i8 option of the intel efc compiler, which sets fortran integer variables
to 8-byte default and in C sets sizeof(int)=8. As far as I understand, this
would require also appropriatelly compiled libraries.

As far as the g77 side goes, I researched this in 1996 and it turned out to be too hard (due to assumptions made in the g77 front-end).


g95 will support -i8 (and -r8) but it is still some years away (see URL below).

Sorry,

--
Toon Moene - mailto:toon at moene dot indiv dot nluug dot nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://gcc-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]