diff options
author | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-03 16:07:36 +0000 |
---|---|---|
committer | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-03 16:07:36 +0000 |
commit | 962b44cd2109140b5f1675af8d9eb1e518e0dc3b (patch) | |
tree | 0bccba439be532aedb5a155142134dfc7e74bd0b /gcc/f/news.texi | |
parent | a68ad8f39f73c6ab60804745501a44363d5b3339 (diff) | |
download | gcc-962b44cd2109140b5f1675af8d9eb1e518e0dc3b.tar.gz |
reverse order of arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26756 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/news.texi')
-rw-r--r-- | gcc/f/news.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/f/news.texi b/gcc/f/news.texi index b60482f0fcd..73f3c854a96 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -218,6 +218,16 @@ now are recognized by @code{g77} as if they ended in @samp{.for} and @samp{.fpp}, respectively. @item +The order of arguments to the @emph{subroutine} forms of the +@code{CTime}, @code{DTime}, @code{ETime}, and @code{TtyNam} +intrinsics has been swapped. +The argument serving as the returned value +for the corresponding function forms +now is the @emph{second} argument, +making these consistent with the other subroutine forms +of @code{libU77} intrinsics. + +@item @code{g77} now warns about a reference to an intrinsic that has an interface that is not Year 2000 (Y2K) compliant. Also, the @code{libg2c} has been changed to increase the likelihood |