2007/03/05 David Taylor <dtaylor@emc.com>

2007/03/05  David Taylor  <dtaylor@emc.com>
* gcc.c: Correct copyright date in --version output.

From-SVN: r122596
This commit is contained in:
David Taylor 2007-03-05 23:32:25 -08:00 committed by Brooks Moses
parent 50f9c211a6
commit 9e8f695979
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007/03/05 David Taylor <dtaylor@emc.com>
* gcc.c: Correct copyright date in --version output.
2007-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa.md: In unamed move patterns, disparge copies between general

View File

@ -3572,7 +3572,7 @@ process_command (int argc, const char **argv)
{
/* translate_options () has turned --version into -fversion. */
printf (_("%s (GCC) %s\n"), programname, version_string);
printf ("Copyright %s 2006 Free Software Foundation, Inc.\n",
printf ("Copyright %s 2007 Free Software Foundation, Inc.\n",
_("(C)"));
fputs (_("This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"),