]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR other/10234 (Bad URL in gcc 3.2.2 internal error printout)
authorJanis Johnson <janis187@us.ibm.com>
Thu, 27 Mar 2003 22:34:38 +0000 (22:34 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Thu, 27 Mar 2003 22:34:38 +0000 (22:34 +0000)
2003-03-27  Janis Johnson  <janis187@us.ibm.com>

PR sw-bug/10234
* system.h (GCCBUGURL): Reference GCC web site.

From-SVN: r64934

gcc/ChangeLog
gcc/system.h

index 40430f3195ffc44982554a0ecd39d1b3e6a12a86..3b6d7c1cd404a12805d380f2b13e8bcc92f0dd72 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-27  Janis Johnson  <janis187@us.ibm.com>
+
+       PR sw-bug/10234
+       * system.h (GCCBUGURL): Reference GCC web site.
+
 2003-03-26  Richard Henderson  <rth@redhat.com>
 
        * cfgrtl.c (try_redirect_by_replacing_jump): Disable removing
index ca8a21c4701425433a5b925cb208dd0a791f1459..0a85b31b9210a4b29cac72a94ad36ac852827e8a 100644 (file)
@@ -26,7 +26,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 /* This is the location of the online document giving information how
    to report bugs. If you change this string, also check for strings
    not under control of the preprocessor.  */
-#define GCCBUGURL "<URL:http://www.gnu.org/software/gcc/bugs.html>"
+#define GCCBUGURL "<URL:http://gcc.gnu.org/bugs.html>"
 
 /* We must include stdarg.h/varargs.h before stdio.h.  */
 #ifdef ANSI_PROTOTYPES