Node:Non-bugs, Next:Warnings and Errors, Previous:Disappointments, Up:Trouble
This section lists changes that people frequently request, but which we do not make because we think GNU Fortran is better without them.
'\\'
is a constant that
is one, not two, characters long.
DATA VAR/1/
can't precede
COMMON VAR
.
CALL SQRT
won't work.
9.435784839284958
is a
single-precision constant,
and might be interpreted as
9.435785
or similar.
.TRUE. .EQ. .TRUE.
won't work.
J = IFUNC() - IFUNC()
might
not behave as expected.