diff options
author | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-08 12:52:51 +0000 |
---|---|---|
committer | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-08 12:52:51 +0000 |
commit | 7edfc85913df30506f1aff1f27c060db59afeec9 (patch) | |
tree | bdb912fa66fd6bdb104c03cde8e9b081166a25cc /gcc/f/news.texi | |
parent | 8de580954ee9089b2a297cd3adc082b1e64a3a12 (diff) | |
download | gcc-7edfc85913df30506f1aff1f27c060db59afeec9.tar.gz |
* news.texi: Describe DATE intrinsic fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28018 138bc75d-0d04-0410-961f-82ee72b054a4
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 6f5953795df..32483255b60 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}}, |