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
This commit is contained in:
parent
9e8f695979
commit
676a788450
@ -1,3 +1,9 @@
|
||||
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>
|
||||
|
||||
PR fortran/30882
|
||||
|
@ -345,8 +345,8 @@ lang_specific_driver (int *in_argc, const char *const **in_argv,
|
||||
break;
|
||||
|
||||
case OPTION_version:
|
||||
printf ("GNU Fortran 95 (GCC) %s\n", version_string);
|
||||
printf ("Copyright %s 2006 Free Software Foundation, Inc.\n\n",
|
||||
printf ("GNU Fortran (GCC) %s\n", version_string);
|
||||
printf ("Copyright %s 2007 Free Software Foundation, Inc.\n\n",
|
||||
_("(C)"));
|
||||
printf (_("GNU Fortran comes with NO WARRANTY, to the extent permitted by law.\n\
|
||||
You may redistribute copies of GNU Fortran\n\
|
||||
|
Loading…
Reference in New Issue
Block a user