doc fix
authorCraig Burley <craig@jcb-sc.com>
Sun, 25 Apr 1999 19:39:22 +0000 (19:39 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Sun, 25 Apr 1999 19:39:22 +0000 (15:39 -0400)
From-SVN: r26626

gcc/f/ChangeLog
gcc/f/news.texi

index 1ebe291583139950d7b1b5f7795546b305b7bb10..885051abcaca65718a9f65f95e711b20f5b1bdab 100644 (file)
@@ -4,6 +4,7 @@ Sun Apr 25 20:55:10 1999  Craig Burley  <craig@jcb-sc.com>
        * com.c (ffecom_possible_partial_overlap_): New function.
        (ffecom_expand_let_stmt): Use it to determine whether to assign
        to a COMPLEX operand through a temp.
+       * news.texi: Document fix.
 
        * version.c: Bump version.
 
index c1de23c11df48fddf026b770a6b068b1154b1aa1..c0399a270af353fe0505b7fd9861f36cacf77825 100644 (file)
@@ -9,7 +9,7 @@
 @c in the standalone derivations of this file (e.g. NEWS).
 @set copyrights-news 1995-1999
 
-@set last-update-news 1999-04-24
+@set last-update-news 1999-04-25
 
 @include root.texi
 
@@ -164,6 +164,17 @@ to type @code{INTEGER(KIND=2)}
 For example, @samp{INTEGER*8 J; J = 4E10} now works as documented.
 @end ifclear
 
+@ifclear USERVISONLY
+@item
+@code{g77} no longer generates bad code
+for an assignment to a @code{COMPLEX} variable or array
+that partially overlaps one or more of the sources
+of the same assignment
+(a very rare construction).
+It now assigns through a temporary,
+in cases where such partial overlap is deemed possible.
+@end ifclear
+
 @ifclear USERVISONLY
 @item
 Fix @code{g77} so it no longer crashes when compiling