summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/f/bugs.texi
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/f/bugs.texi')
-rw-r--r--contrib/gcc/f/bugs.texi9
1 files changed, 2 insertions, 7 deletions
diff --git a/contrib/gcc/f/bugs.texi b/contrib/gcc/f/bugs.texi
index 382ed08..dd50190 100644
--- a/contrib/gcc/f/bugs.texi
+++ b/contrib/gcc/f/bugs.texi
@@ -7,9 +7,9 @@
@c Keep this the same as the dates above, since it's used
@c in the standalone derivations of this file (e.g. BUGS).
-@set copyrights-bugs 1995,1996,1997,1998,1999,2000,2001
+@set copyrights-bugs 1995,1996,1997,1998,1999,2000,2001,2002
-@set last-update-bugs 2001-06-10
+@set last-update-bugs 2002-02-01
@include root.texi
@@ -120,8 +120,6 @@ configuration that it no longer makes regarding variables (types).
Included with this item is the fact that @code{g77} doesn't recognize
that, on IEEE-754/854-compliant systems, @samp{0./0.} should produce a NaN
and no warning instead of the value @samp{0.} and a warning.
-This is to be fixed in version 0.6, when @code{g77} will use the
-@code{gcc} back end's constant-handling mechanisms to replace its own.
@cindex compiler speed
@cindex speed, of compiler
@@ -138,7 +136,6 @@ areas having any initialized elements.
For example, @samp{REAL A(1000000)} followed by @samp{DATA A(1)/1/}
takes up way too much time and space, including
the size of the generated assembler file.
-This is to be mitigated somewhat in version 0.6.
Version 0.5.18 improves cases like this---specifically,
cases of @emph{sparse} initialization that leave large, contiguous
@@ -232,8 +229,6 @@ working together properly sooner.
such as the Digital Semiconductor (``DEC'') Alpha.
This problem is largely resolved as of version 0.5.23.
-Version 0.6 should solve most or all remaining problems
-(such as cross-compiling involving 64-bit machines).
@cindex padding
@cindex structures
OpenPOWER on IntegriCloud