This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Are 8-byte ints guaranteed?
- From: Thomas Koenig <Thomas dot Koenig at online dot de>
- To: fortran at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: Sun, 16 Jul 2006 21:39:07 +0200
- Subject: Are 8-byte ints guaranteed?
Hello world,
are there any platforms where gcc doesn't support 8-byte ints?
Can a front end depend on this?
This would make life easier for Fortran, for example, because we
could use INTEGER(KIND=8) for a lot of interfaces without having
to bother with checks for the presence of KIND=8 integers.
Regards
Thomas