diff options
author | Craig Burley <burley@gnu.org> | 1998-06-04 06:41:23 -0400 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-06-04 10:41:23 +0000 |
commit | a835e351374fc5a3c9f0758ba98ab8ea44763e21 (patch) | |
tree | 61d49e5c61994c0545ddeebea225f27e1bc925a0 /gcc/f/news.texi | |
parent | e69bc5b0b3dbd0ddd2fec59d37c0603b5007450d (diff) | |
download | gcc-a835e351374fc5a3c9f0758ba98ab8ea44763e21.zip gcc-a835e351374fc5a3c9f0758ba98ab8ea44763e21.tar.gz gcc-a835e351374fc5a3c9f0758ba98ab8ea44763e21.tar.bz2 |
com.c (ffecom_init_0): Fix setup of INTEGER(KIND=7) pointer type.
Mon Jun 1 19:37:42 1998 Craig Burley <burley@gnu.org>
* com.c (ffecom_init_0): Fix setup of INTEGER(KIND=7)
pointer type.
* info.c (ffeinfo_type): Don't crash on null type.
* expr.c (ffeexpr_fulfill_call_): Don't special-case
%LOC(expr) or LOC(expr).
Delete FFEGLOBAL_argsummaryPTR.
* global.c, global.h: Delete FFEGLOBAL_argsummaryPTR.
From-SVN: r20225
Diffstat (limited to 'gcc/f/news.texi')
-rw-r--r-- | gcc/f/news.texi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gcc/f/news.texi b/gcc/f/news.texi index 7dfa316..753c861 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -46,6 +46,30 @@ Miscellany This order is not strict---for example, some items involve a combination of these elements. +@heading In 0.5.24: +@itemize @bullet +@item +@code{g77} no longer crashes when compiling code +containing specification statements such as +@samp{INTEGER(KIND=7) PTR}. + +@item +@code{g77} now treats @samp{%LOC(@var{expr})} and +@samp{LOC(@var{expr})} as ``ordinary'' expressions +when they are used as arguments in procedure calls. +This change applies only to global (filewide) analysis, +making it consistent with +how @code{g77} actually generates code +for these cases. + +Previously, @code{g77} treated these expressions +as denoting special ``pointer'' arguments +for the purposes of filewide analysis. + +@item +Improve documentation and indexing. +@end itemize + @heading In 0.5.23: @itemize @bullet @item |