]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Document newly discovered bug
authorCraig Burley <craig@jcb-sc.com>
Sat, 13 Mar 1999 15:20:22 +0000 (15:20 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Sat, 13 Mar 1999 15:20:22 +0000 (10:20 -0500)
From-SVN: r25749

gcc/f/ChangeLog
gcc/f/bugs.texi

index b0cd86417e22327afc9842a966657ff7fdfa7b88..700f86087ae86e729fe6e04ce63118669f46e3fc 100644 (file)
@@ -1,3 +1,7 @@
+1999-03-13  Craig Burley  <craig@jcb-sc.com>
+
+       * bugs.texi: Document newly discovered bug (19990313-*.f tests).
+
 1999-03-13  Craig Burley  <craig@jcb-sc.com>
 
        * bugs.texi: Editorial fixes.
index 4810740ed6c004cc950c4b4fd1f9a7eb39fee360..52c92874823ed07af6884f4350071a9023422547 100644 (file)
@@ -5,7 +5,7 @@
 @c The text of this file appears in the file BUGS
 @c in the G77 distribution, as well as in the G77 manual.
 
-@c 1999-03-11
+@c 1999-03-13
 
 @ifset BUGSONLY
 @set which-g77 @code{egcs}-1.1.2
@@ -54,6 +54,16 @@ see ``Problems Installing'' in @file{egcs/gcc/f/INSTALL}.
 @end ifset
 
 @itemize @bullet
+@item
+@code{g77} generates bad code for assignments,
+or other conversions,
+of @code{REAL} or @code{COMPLEX} constant expressions
+to type @code{INTEGER(KIND=2)}
+(often referred to as @code{INTEGER*8}).
+
+For example, @samp{INTEGER*8 J; J = 4E10} is miscompiled
+on some systems---the wrong value is stored in @var{J}.
+
 @item
 The @code{IDate} Intrinsic (VXT)
 fails to return the year in the documented, non-Y2K-compliant range