aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/f/ChangeLog4
-rw-r--r--gcc/f/news.texi8
2 files changed, 11 insertions, 1 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index 41afb5e..f177e9d 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul 8 15:38:50 1999 Craig Burley <craig@jcb-sc.com>
+
+ * news.texi: Describe DATE intrinsic fix.
+
Mon Jun 28 21:44:19 1999 Craig Burley <craig@jcb-sc.com>
* version.c: Denote experimental version.
diff --git a/gcc/f/news.texi b/gcc/f/news.texi
index 6f59537..3248325 100644
--- a/gcc/f/news.texi
+++ b/gcc/f/news.texi
@@ -9,7 +9,7 @@
@c in the standalone derivations of this file (e.g. NEWS).
@set copyrights-news 1995-1999
-@set last-update-news 1999-06-29
+@set last-update-news 1999-07-08
@include root.texi
@@ -232,6 +232,12 @@ Automatic arrays now seem to be working on HP-UX systems.
@ifclear USERVISONLY
@item
+The @code{Date} intrinsic now returns the correct result
+on big-endian systems.
+@end ifclear
+
+@ifclear USERVISONLY
+@item
Fix @code{g77} so it no longer crashes when compiling
I/O statements using keywords that define @code{INTEGER} values,
such as @samp{IOSTAT=@var{j}},