aboutsummaryrefslogtreecommitdiff
path: root/gcc/f
diff options
context:
space:
mode:
authorCraig Burley <burley@gcc.gnu.org>1999-03-05 18:41:03 -0500
committerCraig Burley <burley@gcc.gnu.org>1999-03-05 18:41:03 -0500
commita9c509b34536c24f44095eab3befb33aba87efca (patch)
tree8846b27dcf21335b8cc4a23d1cfb50955e9bcf4d /gcc/f
parent411d4e28f8dc0deb8d175e6e9ddf93e528b2e532 (diff)
downloadgcc-a9c509b34536c24f44095eab3befb33aba87efca.zip
gcc-a9c509b34536c24f44095eab3befb33aba87efca.tar.gz
gcc-a9c509b34536c24f44095eab3befb33aba87efca.tar.bz2
Update NEWS derived file
From-SVN: r25610
Diffstat (limited to 'gcc/f')
-rw-r--r--gcc/f/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/f/NEWS b/gcc/f/NEWS
index b7fd3ff..4659c4b 100644
--- a/gcc/f/NEWS
+++ b/gcc/f/NEWS
@@ -57,6 +57,14 @@ In `egcs' 1.2:
recognized by `g77' as if they ended in `.for' and `.fpp',
respectively.
+ * `g77' now warns about a reference to an intrinsic that has an
+ interface that is not Year 2000 (Y2K) compliant. Also, the
+ `libg2c' has been changed to increase the likelihood of catching
+ references to the implementations of these intrinsics using the
+ `EXTERNAL' mechanism (which would avoid the new warnings).
+
+ *Note Year 2000 (Y2K) Problems::, for more information.
+
* `g77' now warns about a reference to a function when the
corresponding *subsequent* function program unit disagrees with
the reference concerning the type of the function.