Commit 676a7884 by Brooks Moses Committed by Brooks Moses

re PR other/31050 ([4.1] gcc --version reports wrong year.)

PR 31050
* gfortranspec.c (lang_specific_driver): Update program
name and copyright date.

From-SVN: r122597
parent 9e8f6959
2007-03-05 Brooks Moses <brooks.moses@codesourcery.com>
PR 31050
* gfortranspec.c (lang_specific_driver): Update program
name and copyright date.
2007-03-03 Paul Thomas <pault@gcc.gnu.org> 2007-03-03 Paul Thomas <pault@gcc.gnu.org>
PR fortran/30882 PR fortran/30882
......
...@@ -345,8 +345,8 @@ lang_specific_driver (int *in_argc, const char *const **in_argv, ...@@ -345,8 +345,8 @@ lang_specific_driver (int *in_argc, const char *const **in_argv,
break; break;
case OPTION_version: case OPTION_version:
printf ("GNU Fortran 95 (GCC) %s\n", version_string); printf ("GNU Fortran (GCC) %s\n", version_string);
printf ("Copyright %s 2006 Free Software Foundation, Inc.\n\n", printf ("Copyright %s 2007 Free Software Foundation, Inc.\n\n",
_("(C)")); _("(C)"));
printf (_("GNU Fortran comes with NO WARRANTY, to the extent permitted by law.\n\ printf (_("GNU Fortran comes with NO WARRANTY, to the extent permitted by law.\n\
You may redistribute copies of GNU Fortran\n\ You may redistribute copies of GNU Fortran\n\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment