[Bug fortran/44636] the -i4 option is not supported anymore in 4.4

burnus at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jun 22 17:10:00 GMT 2010



------- Comment #3 from burnus at gcc dot gnu dot org  2010-06-22 17:10 -------
(In reply to comment #2)
> Just start using -fdefault-integer-4.

Or leave the option out as the default-kind REAL and INTEGER already are 4 byte
wide.


Just for completeness, the manual has the following:

-fdefault-integer-8   Set the default integer and logical types to an 8 byte
wide type. Do nothing if this is already the default. This option also affects
the kind of integer constants like 42

-fdefault-real-8   Set the default real type to an 8 byte wide type. Do nothing
if this is already the default. This option also affects the kind of non-double
real constants like 1.0, and does promote the default width of "DOUBLE
PRECISION" to 16 bytes if possible, unless "-fdefault-double-8" is given, too.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44636



More information about the Gcc-bugs mailing list