diff options
author | Craig Burley <craig@jcb-sc.com> | 1999-04-25 19:39:22 +0000 |
---|---|---|
committer | Craig Burley <burley@gcc.gnu.org> | 1999-04-25 15:39:22 -0400 |
commit | 8f00eff749ec60e408077d46320a24bd68e04734 (patch) | |
tree | d24691a2d8f8b8a50207f707e0b925413151d166 /gcc | |
parent | d6cd84e0365e7fc45d998c82a4bf82b12b34ae37 (diff) | |
download | gcc-8f00eff749ec60e408077d46320a24bd68e04734.zip gcc-8f00eff749ec60e408077d46320a24bd68e04734.tar.gz gcc-8f00eff749ec60e408077d46320a24bd68e04734.tar.bz2 |
doc fix
From-SVN: r26626
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/f/news.texi | 13 |
2 files changed, 13 insertions, 1 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 1ebe291..885051a 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -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. diff --git a/gcc/f/news.texi b/gcc/f/news.texi index c1de23c..c0399a2 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -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 @@ -166,6 +166,17 @@ For example, @samp{INTEGER*8 J; J = 4E10} now works as documented. @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 I/O statements using keywords that define @code{INTEGER} values, such as @samp{IOSTAT=@var{j}}, |