aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCraig Burley <craig@jcb-sc.com>1999-07-08 12:52:51 +0000
committerCraig Burley <burley@gcc.gnu.org>1999-07-08 08:52:51 -0400
commitcdc1e12a34919495af256b1136d698a7060c3ad0 (patch)
treebdb912fa66fd6bdb104c03cde8e9b081166a25cc /gcc
parentd898b4a594b95b2f1b1ebd3d7022c6e22fe73d54 (diff)
downloadgcc-cdc1e12a34919495af256b1136d698a7060c3ad0.zip
gcc-cdc1e12a34919495af256b1136d698a7060c3ad0.tar.gz
gcc-cdc1e12a34919495af256b1136d698a7060c3ad0.tar.bz2
* news.texi: Describe DATE intrinsic fix.
From-SVN: r28018
Diffstat (limited to 'gcc')
-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}},