]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
update derived files
authorCraig Burley <burley@gcc.gnu.org>
Sat, 26 Jun 1999 00:21:21 +0000 (20:21 -0400)
committerCraig Burley <burley@gcc.gnu.org>
Sat, 26 Jun 1999 00:21:21 +0000 (20:21 -0400)
From-SVN: r27776

gcc/f/BUGS

index ffd90cc83204bddc0a1cdf8340f20a6542d957fe..398b729daadbd750c14d193f3a2534ffda345e76 100644 (file)
@@ -40,7 +40,15 @@ via `http://egcs.cygnus.com/onlinedocs/g77_bugs.html'.  Follow the
 port, build, and install `g77', see "Problems Installing" in
 `egcs/gcc/f/INSTALL'.
 
-   The following information was last updated on 1999-05-06:
+   The following information was last updated on 1999-06-25:
+
+   * Input to a `NAMELIST' read involving a repeat count, such as
+     `K(5)=10*3', is not properly handled by `libf2c'.  The first item
+     is written to `K(5)', but the remaining nine are written elsewhere
+     (still within the array), not necessarily starting at `K(6)'.
+
+     A fix is pending, certainly for `gcc' 3.0, perhaps for 2.96 if
+     such a release is made.
 
    * `g77' fails to warn about use of a "live" iterative-DO variable as
      an implied-DO variable in a `WRITE' or `PRINT' statement (although