From 3c674cd258153ff247ac4177916a594d9b266a1b Mon Sep 17 00:00:00 2001 From: Craig Burley Date: Sat, 13 Mar 1999 10:22:37 -0500 Subject: [PATCH] Update BUGS derived file From-SVN: r25750 --- gcc/f/BUGS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gcc/f/BUGS b/gcc/f/BUGS index dd3f67ea6735..ae6efd90854e 100644 --- a/gcc/f/BUGS +++ b/gcc/f/BUGS @@ -19,6 +19,17 @@ intertwined with) `g77', so it isn't worth separating them out. the up-to-date mainline version of `g77' within `egcs') is available at `http://egcs.cygnus.com/onlinedocs/g77_bugs.html'. + For information on bugs that might afflict people who configure, +port, build, and install `g77', see "Problems Installing" in +`egcs/gcc/f/INSTALL'. + + * `g77' generates bad code for assignments, or other conversions, of + `REAL' or `COMPLEX' constant expressions to type `INTEGER(KIND=2)' + (often referred to as `INTEGER*8'). + + For example, `INTEGER*8 J; J = 4E10' is miscompiled on some + systems--the wrong value is stored in J. + * The `IDate' Intrinsic (VXT) fails to return the year in the documented, non-Y2K-compliant range of 0-99, instead returning 100 for the year 2000. -- 2.47.2