public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: mmabreu@inf.ufrgs.br
To: gcc-gnats@gcc.gnu.org
Subject: other/10203: version.c: bug_report_url is outdated
Date: Tue, 25 Mar 2003 05:26:00 -0000	[thread overview]
Message-ID: <20030325051543.24428.qmail@sources.redhat.com> (raw)


>Number:         10203
>Category:       other
>Synopsis:       version.c: bug_report_url is outdated
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 25 05:16:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Abreu
>Release:        current CVS
>Organization:
>Environment:

>Description:
String bug_report_url in gcc/version.c has value "<URL:http://www.gnu.org/software/gcc/bugs.html>" which points to a blank page. Bug reports page is now at http://gcc.gnu.org/bugs.html.
>How-To-Repeat:

>Fix:
Index: gcc/gcc/version.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/version.c,v
retrieving revision 1.1912
diff -u -3 -p -r1.1912 version.c
--- gcc/gcc/version.c   25 Mar 2003 00:17:35 -0000      1.1912
+++ gcc/gcc/version.c   25 Mar 2003 04:53:35 -0000
@@ -15,4 +15,4 @@ const char version_string[] = "3.4 20030
    forward us bugs reported to you, if you determine that they are
    not bugs in your modifications.)  */
 
-const char bug_report_url[] = "<URL:http://www.gnu.org/software/gcc/bugs.html>";
+const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2003-03-25  5:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-25  5:26 mmabreu [this message]
2003-03-25  8:29 Zack Weinberg
2003-03-25 15:50 bangerth
2003-03-25 18:46 Janis Johnson
2003-03-25 19:46 Wolfgang Bangerth
2003-03-26  1:48 janis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030325051543.24428.qmail@sources.redhat.com \
    --to=mmabreu@inf.ufrgs.br \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).