aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/NEWS
diff options
context:
space:
mode:
authorCraig Burley <burley@gcc.gnu.org>1999-03-02 17:01:38 -0500
committerCraig Burley <burley@gcc.gnu.org>1999-03-02 17:01:38 -0500
commit2eb7ccb05ef746cc79535e418b23f1da6c89d136 (patch)
treebdc0ee0ee16b1992916642cc2e6b72f1fee6f5b6 /gcc/f/NEWS
parent37159e91c1dbf5d43f699784bf6a169201552658 (diff)
downloadgcc-2eb7ccb05ef746cc79535e418b23f1da6c89d136.zip
gcc-2eb7ccb05ef746cc79535e418b23f1da6c89d136.tar.gz
gcc-2eb7ccb05ef746cc79535e418b23f1da6c89d136.tar.bz2
Update NEWS derived file
From-SVN: r25552
Diffstat (limited to 'gcc/f/NEWS')
-rw-r--r--gcc/f/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/f/NEWS b/gcc/f/NEWS
index 1775011..7eb2032f 100644
--- a/gcc/f/NEWS
+++ b/gcc/f/NEWS
@@ -45,6 +45,12 @@ somewhat more difficult.
In `egcs' 1.2:
==============
+ * Fix the `IDate' Intrinsic (VXT) so the returned year is in the
+ documented, non-Y2K-compliant range of 0-99, instead of being
+ returned as 100 in the year 2000.
+
+ *Note IDate Intrinsic (VXT)::, for more information.
+
* Fix `g77' so it no longer crashes when compiling I/O statements
using keywords that define `INTEGER' values, such as `IOSTAT=J',
where J is other than default `INTEGER' (such as `INTEGER*2').