From 546ef33ab865edec041c3930822905250b646aa5 Mon Sep 17 00:00:00 2001 From: Craig Burley Date: Wed, 15 Jul 1998 11:33:15 +0000 Subject: [PATCH] Make-lang.in (f77.rebuilt): Fix to depend on build-dir-based, not source-based, g77.info. Mon Jul 13 18:45:06 1998 Craig Burley * Make-lang.in (f77.rebuilt): Fix to depend on build-dir-based, not source-based, g77.info. * g77.texi: Merge docs with 0.5.24. * g77install.texi: Ditto. From-SVN: r21190 --- gcc/f/news.texi | 46 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 36 insertions(+), 10 deletions(-) diff --git a/gcc/f/news.texi b/gcc/f/news.texi index b64ba3d3d1fc..61505847e1bb 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -46,17 +46,8 @@ Miscellany This order is not strict---for example, some items involve a combination of these elements. -@heading In 0.5.24: +@heading In @code{egcs} 1.1: @itemize @bullet -@item -The @code{g77} driver now ensures that @samp{-lg2c} -is specified in the link phase prior to any -occurrence of @samp{-lm}. -This prevents accidentally linking to a routine -in the SunOS4 @samp{-lm} library -when the generated code wants to link to the one -in @code{libf2c} (@code{libg2c}). - @item @code{g77} no longer produces incorrect code and initial values @@ -82,6 +73,41 @@ Previously, @code{g77} treated these expressions as denoting special ``pointer'' arguments for the purposes of filewide analysis. +@item +The @code{g77} driver now ensures that @samp{-lg2c} +is specified in the link phase prior to any +occurrence of @samp{-lm}. +This prevents accidentally linking to a routine +in the SunOS4 @samp{-lm} library +when the generated code wants to link to the one +in @code{libf2c} (@code{libg2c}). + +@item +@code{g77} emits more debugging information when +@samp{-g} is used. + +This new information allows, for example, +@kbd{which __g77_length_a} to be used in @code{gdb} +to determine the type of the phantom length argument +supplied with @samp{CHARACTER} variables. + +This information pertains to internally-generated +type, variable, and other information, +not to the longstanding deficiencies vis-a-vis +@samp{COMMON} and @samp{EQUIVALENCE}. + +@item +The F90 @samp{DATE_AND_TIME} intrinsic now is +supported. + +@item +The F90 @samp{SYSTEM_CLOCK} intrinsic allows +the optional arguments (except for the @samp{Count} +argument) to be omitted. + +@item +Upgrade to @code{libf2c} as of 1998-06-18. + @item Improve documentation and indexing. @end itemize -- 2.47.2