This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Fortran, committed] Update news.texi with Problem Reports fixed in 3.1.


L.S.,

I updated f/news.texi with the list of Fortran front-end problem reports
that have been fixed for GCC-3.1.  Make bootstrap (C and Fortran), make
check (Fortran only), make dvi and make install on i686-pc-linux-gnu.

This is the last change I planned before the 3.1 branch is created.

[ This not necessarily means we won't fix any more bugs in 3.1, BTW ]

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)
2002-02-13  Toon Moene  <toon@moene.indiv.nluug.nl>

	* news.texi: List Problem Reports fixed in 3.1.

*** news.texi.orig	Sun Dec 16 20:33:42 2001
--- news.texi	Wed Feb 13 23:49:59 2002
***************
*** 1,3 ****
! @c Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
  @c This is part of the G77 manual.
  @c For copying conditions, see the file g77.texi.
--- 1,4 ----
! @c Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
! @c  Free Software Foundation, Inc.
  @c This is part of the G77 manual.
  @c For copying conditions, see the file g77.texi.
***************
*** 8,14 ****
  @c Keep this the same as the dates above, since it's used
  @c in the standalone derivations of this file (e.g. NEWS).
! @set copyrights-news 1995,1996,1997,1998,1999,2000,2001
  
! @set last-update-news 2001-11-20
  
  @include root.texi
--- 9,15 ----
  @c Keep this the same as the dates above, since it's used
  @c in the standalone derivations of this file (e.g. NEWS).
! @set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002
  
! @set last-update-news 2002-02-13
  
  @include root.texi
*************** is available at
*** 153,158 ****
  The following information was last updated on @value{last-update-news}:
  
! @heading In development, 0.5.27, @code{GCC} 3.1 versus @code{GCC} 3.0:
  @itemize @bullet
  @item
  @command{g77} now has its man page generated from the texinfo documentation,
--- 154,182 ----
  The following information was last updated on @value{last-update-news}:
  
! @heading In 0.5.27, @code{GCC} 3.1 versus @code{GCC} 3.0:
  @itemize @bullet
+ @item
+ Problem Reports fixed (in chronological order of submission):
+ @enumerate
+ @item
+  947 Data statement initialization with subscript of kind INTEGER*2
+ @item
+ 3743 Reference to intrinsic `ISHFT' invalid
+ @item
+ 3807 Function BESJN(integer,double) problems
+ @item
+ 3957 g77 -pipe -xf77-cpp-input sends output to stdout
+ @item
+ 4279 g77 -h" gives bogus output
+ @item
+ 4752 g77 -v -c -xf77-version /dev/null -xnone causes ice
+ @item
+ 4885 BACKSPACE example that doesn't work as of gcc/g77-3.0.x
+ @item
+ 5122 g77 rejects accepted use of INTEGER*2 as type of DATA statement loop index
+ @item
+ 5473 ICE on BESJN(integer*8,real)
+ @end enumerate
+ 
  @item
  @command{g77} now has its man page generated from the texinfo documentation,

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]