aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/bugs.texi
diff options
context:
space:
mode:
authorCraig Burley <craig@jcb-sc.com>1999-05-06 05:28:16 +0000
committerCraig Burley <burley@gcc.gnu.org>1999-05-06 01:28:16 -0400
commitef8d4abd7ae61f7c8c5720b819aee9c52aaf72f1 (patch)
treea10904f7d2f13953a678429f98f5e3f34912a8f4 /gcc/f/bugs.texi
parent37cfb17c0a57da0581844188b715d57719e52ed3 (diff)
downloadgcc-ef8d4abd7ae61f7c8c5720b819aee9c52aaf72f1.zip
gcc-ef8d4abd7ae61f7c8c5720b819aee9c52aaf72f1.tar.gz
gcc-ef8d4abd7ae61f7c8c5720b819aee9c52aaf72f1.tar.bz2
automatic arrays reportedly working on HP-UX systems
From-SVN: r26803
Diffstat (limited to 'gcc/f/bugs.texi')
-rw-r--r--gcc/f/bugs.texi12
1 files changed, 1 insertions, 11 deletions
diff --git a/gcc/f/bugs.texi b/gcc/f/bugs.texi
index c9a486c..643a221 100644
--- a/gcc/f/bugs.texi
+++ b/gcc/f/bugs.texi
@@ -9,7 +9,7 @@
@c in the standalone derivations of this file (e.g. BUGS).
@set copyrights-bugs 1995-1999
-@set last-update-bugs 1999-04-20
+@set last-update-bugs 1999-05-06
@include root.texi
@@ -98,16 +98,6 @@ The following information was last updated on @value{last-update-bugs}:
@itemize @bullet
@item
-@c Tim Prince discovered this.
-Automatic arrays possibly aren't working on HP-UX systems,
-at least in HP-UX version 10.20.
-Writing into them apparently causes over-writing
-of statically declared data in the main program.
-This probably means the arrays themselves are being under-allocated,
-or pointers to them being improperly handled,
-e.g. not passed to other procedures as they should be.
-
-@item
@code{g77} fails to warn about
use of a ``live'' iterative-DO variable
as an implied-DO variable