From: Marcelo Abreu Date: Wed, 26 Mar 2003 01:39:49 +0000 (+0000) Subject: re PR other/10203 (version.c: bug_report_url is outdated) X-Git-Tag: releases/gcc-3.4.0~7658 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b47161ec35cde757d0566f680bcafac7d4661603;p=thirdparty%2Fgcc.git re PR other/10203 (version.c: bug_report_url is outdated) 2003-03-25 Marcelo Abreu PR other/10203 * version.c: Reference the GCC web site in the URL. From-SVN: r64883 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 22da03534897..0dad05079cbb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-25 Marcelo Abreu + + PR other/10203 + * version.c: Reference the GCC web site in the URL. + 2003-03-26 Alan Modra * c-incpath.c (add_standard_paths): Add both "translated" and diff --git a/gcc/version.c b/gcc/version.c index 41d8b3ca829d..08cee5c1a6ea 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -15,4 +15,4 @@ const char version_string[] = "3.4 20030326 (experimental)"; forward us bugs reported to you, if you determine that they are not bugs in your modifications.) */ -const char bug_report_url[] = ""; +const char bug_report_url[] = "";