This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Fortran version strings when building 2.95.3 release.
- To: Bernd Schmidt <bernds at redhat dot com>
- Subject: Fortran version strings when building 2.95.3 release.
- From: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Date: Fri, 12 Jan 2001 15:37:25 +0100
- CC: gcc-patches at gcc dot gnu dot org
- Organization: Moene Computational Physics, Maartensdijk, The Netherlands
Bernd,
For the final release build of GCC-2.95.3 you need the following patch
for the Fortran Frontend and libg2c (you might also want to change the
release *dates* therein):
2001-xx-yy Toon Moene <toon@moene.indiv.nluug.nl>
* gcc/f/version.c: Set version string to "release".
* libf2c/libF77/Version.c: Ditto.
* libf2c/libI77/Version.c: Ditto.
* libf2c/libU77/Version.c: Ditto.
*** gcc/f/version.c.orig Sun Oct 31 05:49:19 1999
--- gcc/f/version.c Fri Jan 12 15:28:34 2001
***************
*** 1 ****
! const char *ffe_version_string = "0.5.25 19991030 (prerelease)";
--- 1 ----
! const char *ffe_version_string = "0.5.25 19991030 (release)";
*** libf2c/libF77/Version.c.orig Sun Oct 31 05:49:19 1999
--- libf2c/libF77/Version.c Fri Jan 12 15:29:30 2001
*************** static char junk[] = "\n@(#)LIBF77 VERSI
*** 4,8 ****
*/
! char __G77_LIBF77_VERSION__[] = "0.5.25 19991030 (prerelease)";
/*
--- 4,8 ----
*/
! char __G77_LIBF77_VERSION__[] = "0.5.25 19991030 (release)";
/*
*** libf2c/libI77/Version.c.orig Sun Oct 31 05:49:19 1999
--- libf2c/libI77/Version.c Fri Jan 12 15:29:51 2001
*************** static char junk[] = "\n@(#) LIBI77 VERS
*** 4,8 ****
*/
! char __G77_LIBI77_VERSION__[] = "0.5.25 19991030 (prerelease)";
/*
--- 4,8 ----
*/
! char __G77_LIBI77_VERSION__[] = "0.5.25 19991030 (release)";
/*
*** libf2c/libU77/Version.c.orig Sun Oct 31 05:49:19 1999
--- libf2c/libU77/Version.c Fri Jan 12 15:30:09 2001
***************
*** 1,5 ****
static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
! char __G77_LIBU77_VERSION__[] = "0.5.25 19991030 (prerelease)";
#include <stdio.h>
--- 1,5 ----
static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
! char __G77_LIBU77_VERSION__[] = "0.5.25 19991030 (release)";
#include <stdio.h>
--
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)