diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-02-19 20:03:42 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-02-19 20:03:42 +0000 |
commit | 7539316943c17368ce5ef876a9baba6b8c2e64f6 (patch) | |
tree | f4e7da9c26759f75f5c830b88792fc97cb4ecdb3 /gcc/f | |
parent | 51d0f328ba4dff5c9e8866a7bca24f45c578314d (diff) | |
download | gcc-7539316943c17368ce5ef876a9baba6b8c2e64f6.zip gcc-7539316943c17368ce5ef876a9baba6b8c2e64f6.tar.gz gcc-7539316943c17368ce5ef876a9baba6b8c2e64f6.tar.bz2 |
Version.c, [...]: Update G77 version number to 0.5.27.
libf2c:
* libF77/Version.c, libI77/Version.c, libU77/Version.c: Update G77
version number to 0.5.27.
gcc:
* README, cpp.texi, gcc.texi, version.c: Update version number to
3.1.
* cpp.1, gcov.1, gcc.1: Regenerate.
gcc/f:
* version.c, root.texi: Update GCC version number to 3.1. Update
G77 version number to 0.5.27.
* BUGS, NEWS: Regenerate.
From-SVN: r39901
Diffstat (limited to 'gcc/f')
-rw-r--r-- | gcc/f/BUGS | 15 | ||||
-rw-r--r-- | gcc/f/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/f/NEWS | 6 | ||||
-rw-r--r-- | gcc/f/root.texi | 4 | ||||
-rw-r--r-- | gcc/f/version.c | 2 |
5 files changed, 19 insertions, 14 deletions
@@ -2,17 +2,16 @@ _Note:_ This file is automatically generated from the files `bugs0.texi' and `bugs.texi'. `BUGS' is _not_ a source file, although it is normally included within source distributions. - This file lists known bugs in the GCC-2.97 version of the GNU -Fortran compiler. Copyright (C) 1995,1996,1997,1998,1999,2000 Free -Software Foundation, Inc. You may copy, distribute, and modify it -freely as long as you preserve this copyright notice and permission -notice. + This file lists known bugs in the GCC-3.1 version of the GNU Fortran +compiler. Copyright (C) 1995,1996,1997,1998,1999,2000 Free Software +Foundation, Inc. You may copy, distribute, and modify it freely as +long as you preserve this copyright notice and permission notice. Known Bugs In GNU Fortran ************************* This section identifies bugs that `g77' _users_ might run into in -the GCC-2.97 version of `g77'. This includes bugs that are actually in +the GCC-3.1 version of `g77'. This includes bugs that are actually in the `gcc' back end (GBE) or in `libf2c', because those sets of code are at least somewhat under the control of (and necessarily intertwined with) `g77', so it isn't worth separating them out. @@ -28,8 +27,8 @@ particularly concentrated on any version of this information that is distributed as part of a _released_ `g77'. In particular, while this information is intended to apply to the -GCC-2.97 version of `g77', only an official _release_ of that version -is expected to contain documentation that is most consistent with the +GCC-3.1 version of `g77', only an official _release_ of that version is +expected to contain documentation that is most consistent with the `g77' product in that version. An online, "live" version of this document (derived directly from diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 745890c..99634c3 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,9 @@ +2001-02-19 Joseph S. Myers <jsm28@cam.ac.uk> + + * version.c, root.texi: Update GCC version number to 3.1. Update + G77 version number to 0.5.27. + * BUGS, NEWS: Regenerate. + Sun Feb 4 15:52:44 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * com.c (ffecom_init_0): Call fatal_error instead of fatal. @@ -2,7 +2,7 @@ _Note:_ This file is automatically generated from the files `news0.texi' and `news.texi'. `NEWS' is _not_ a source file, although it is normally included within source distributions. - This file lists news about the GCC-2.97 version (and some other + This file lists news about the GCC-3.1 version (and some other versions) of the GNU Fortran compiler. Copyright (C) 1995,1996,1997,1998,1999,2000 Free Software Foundation, Inc. You may copy, distribute, and modify it freely as long as you preserve this @@ -52,8 +52,8 @@ particularly concentrated on any version of this information that is distributed as part of a _released_ `g77'. In particular, while this information is intended to apply to the -GCC-2.97 version of `g77', only an official _release_ of that version -is expected to contain documentation that is most consistent with the +GCC-3.1 version of `g77', only an official _release_ of that version is +expected to contain documentation that is most consistent with the `g77' product in that version. Nevertheless, information on _previous_ releases of `g77', below, is diff --git a/gcc/f/root.texi b/gcc/f/root.texi index e38d0b3..2c588e6 100644 --- a/gcc/f/root.texi +++ b/gcc/f/root.texi @@ -3,8 +3,8 @@ @c (e.g. a release branch in the CVS repository for gcc), @c clear this and set the version information correctly. @set DEVELOPMENT -@set version-g77 0.5.26 -@set version-gcc 2.97 +@set version-g77 0.5.27 +@set version-gcc 3.1 @set email-general gcc@@gcc.gnu.org @set email-bugs gcc-bugs@@gcc.gnu.org or bug-gcc@@gnu.org diff --git a/gcc/f/version.c b/gcc/f/version.c index a7f29bb..af0a3e8 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.26 20010219 (experimental)"; +const char *ffe_version_string = "0.5.27 20010219 (experimental)"; |