[gfortran, committed] Make gfortran --version print 2004 instead of 2003

Tobias.Schlueter@Physik.Uni-Muenchen.DE Tobias.Schlueter@Physik.Uni-Muenchen.DE
Fri Nov 5 20:07:00 GMT 2004


I spotted this while looking through some pages on gfortran.org: we were still
printing "Copyright (C) 2003" when runnning gfortran --version.

Bubblestrapped, and I verified the output. Committed under the obviously correct
rule.

- Tobi


Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/ChangeLog,v
retrieving revision 1.249
diff -u -p -r1.249 ChangeLog
--- ChangeLog   5 Nov 2004 19:52:05 -0000       1.249
+++ ChangeLog   5 Nov 2004 19:58:22 -0000
@@ -1,5 +1,9 @@
 2004-11-05  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>

+       * gfortranspec.c (lang_specific_driver): Change year to 2004.
+
+2004-11-05  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
+
        PR fortran/18111
        *  trans-decl.c (create_function_arglist): Set DECL_ARTIFICIAL for
        hidden parameters.
Index: gfortranspec.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/gfortranspec.c,v
retrieving revision 1.3
diff -u -p -r1.3 gfortranspec.c
--- gfortranspec.c      14 May 2004 13:00:04 -0000      1.3
+++ gfortranspec.c      5 Nov 2004 19:58:22 -0000
@@ -347,7 +347,7 @@ lang_specific_driver (int *in_argc, cons
        case OPTION_version:
          printf ("\
 GNU Fortran 95 (GCC %s)\n\
-Copyright (C) 2003 Free Software Foundation, Inc.\n\
+Copyright (C) 2004 Free Software Foundation, Inc.\n\
 \n\
 GNU Fortran comes with NO WARRANTY, to the extent permitted by law.\n\
 You may redistribute copies of GNU Fortran\n\



More information about the Gcc-patches mailing list