diff options
author | Craig Burley <burley@gcc.gnu.org> | 1999-05-06 01:31:40 -0400 |
---|---|---|
committer | Craig Burley <burley@gcc.gnu.org> | 1999-05-06 01:31:40 -0400 |
commit | b2eeee69d69e375fa24c95444fd87c32ca915f8d (patch) | |
tree | 66a9f10093bbc6ab6092da09be4270fc78f7baec /gcc | |
parent | ef8d4abd7ae61f7c8c5720b819aee9c52aaf72f1 (diff) | |
download | gcc-b2eeee69d69e375fa24c95444fd87c32ca915f8d.zip gcc-b2eeee69d69e375fa24c95444fd87c32ca915f8d.tar.gz gcc-b2eeee69d69e375fa24c95444fd87c32ca915f8d.tar.bz2 |
update derived files
From-SVN: r26804
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/BUGS | 9 | ||||
-rw-r--r-- | gcc/f/NEWS | 6 |
2 files changed, 7 insertions, 8 deletions
@@ -40,14 +40,7 @@ via `http://egcs.cygnus.com/onlinedocs/g77_bugs.html'. Follow the port, build, and install `g77', see "Problems Installing" in `egcs/gcc/f/INSTALL'. - The following information was last updated on 1999-04-20: - - * Automatic arrays possibly aren't working on HP-UX systems, at - least in HP-UX version 10.20. Writing into them apparently causes - over-writing of statically declared data in the main program. - This probably means the arrays themselves are being - under-allocated, or pointers to them being improperly handled, - e.g. not passed to other procedures as they should be. + The following information was last updated on 1999-05-06: * `g77' fails to warn about use of a "live" iterative-DO variable as an implied-DO variable in a `WRITE' or `PRINT' statement (although @@ -110,6 +110,12 @@ In `egcs' 1.2 (versus 1.1.2): recognized by `g77' as if they ended in `.for' and `.fpp', respectively. + * The order of arguments to the *subroutine* forms of the `CTime', + `DTime', `ETime', and `TtyNam' intrinsics has been swapped. The + argument serving as the returned value for the corresponding + function forms now is the *second* argument, making these + consistent with the other subroutine forms of `libU77' intrinsics. + * `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 |