news.texi: List Problem Reports fixed in 3.1.
authorToon Moene <toon@moene.indiv.nluug.nl>
Thu, 14 Feb 2002 06:16:56 +0000 (07:16 +0100)
committerToon Moene <toon@gcc.gnu.org>
Thu, 14 Feb 2002 06:16:56 +0000 (06:16 +0000)
2002-02-13  Toon Moene  <toon@moene.indiv.nluug.nl>

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

From-SVN: r49760

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

index 4d783718a2f4af37d9028e92bbe42c17c48d7200..ab28d6f4f89c564282ab9c6281271603b91a09e5 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-13  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * news.texi: List Problem Reports fixed in 3.1.
+
 2002-02-13  Toon Moene  <toon@moene.indiv.nluug.nl>
 
        * data.c (ffedata_eval_offset_): Only convert index,
index 55341b301a4d617e098e24e86823a0b07180f635..811ae576cf4417277d1e59aab8796a2204b8d0e4 100644 (file)
@@ -1,4 +1,5 @@
-@c Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+@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.
 
@@ -7,9 +8,9 @@
 
 @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 copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002
 
-@set last-update-news 2001-11-20
+@set last-update-news 2002-02-13
 
 @include root.texi
 
@@ -152,8 +153,31 @@ is available at
 
 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:
+@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,
 to guarantee that it remains up to date.