diff options
author | Craig Burley <craig@jcb-sc.com> | 1999-07-08 12:52:51 +0000 |
---|---|---|
committer | Craig Burley <burley@gcc.gnu.org> | 1999-07-08 08:52:51 -0400 |
commit | cdc1e12a34919495af256b1136d698a7060c3ad0 (patch) | |
tree | bdb912fa66fd6bdb104c03cde8e9b081166a25cc /gcc/f/news.texi | |
parent | d898b4a594b95b2f1b1ebd3d7022c6e22fe73d54 (diff) | |
download | gcc-cdc1e12a34919495af256b1136d698a7060c3ad0.zip gcc-cdc1e12a34919495af256b1136d698a7060c3ad0.tar.gz gcc-cdc1e12a34919495af256b1136d698a7060c3ad0.tar.bz2 |
* news.texi: Describe DATE intrinsic fix.
From-SVN: r28018
Diffstat (limited to 'gcc/f/news.texi')
-rw-r--r-- | gcc/f/news.texi | 8 |
1 files changed, 7 insertions, 1 deletions
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}}, |