aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorToon Moene <toon@moene.indiv.nluug.nl>2002-02-14 07:16:56 +0100
committerToon Moene <toon@gcc.gnu.org>2002-02-14 06:16:56 +0000
commit7bc195dde3fab7284d3b893d0b5d8edf6ab2557f (patch)
treeec4208845bb107a44de20969d0889acec582b5ff /gcc
parent5ae590d72bad186285ed54d9eecae5c8e5c8ebcb (diff)
downloadgcc-7bc195dde3fab7284d3b893d0b5d8edf6ab2557f.zip
gcc-7bc195dde3fab7284d3b893d0b5d8edf6ab2557f.tar.gz
gcc-7bc195dde3fab7284d3b893d0b5d8edf6ab2557f.tar.bz2
news.texi: List Problem Reports fixed in 3.1.
2002-02-13 Toon Moene <toon@moene.indiv.nluug.nl> * news.texi: List Problem Reports fixed in 3.1. From-SVN: r49760
Diffstat (limited to 'gcc')
-rw-r--r--gcc/f/ChangeLog4
-rw-r--r--gcc/f/news.texi32
2 files changed, 32 insertions, 4 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index 4d78371..ab28d6f 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -1,5 +1,9 @@
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,
low and high bound in data statements to default integer
if they are constants. Use a copy of the data structure.
diff --git a/gcc/f/news.texi b/gcc/f/news.texi
index 55341b3..811ae57 100644
--- a/gcc/f/news.texi
+++ b/gcc/f/news.texi
@@ -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,9 +153,32 @@ 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.