From: Janis Johnson Date: Thu, 27 Mar 2003 22:34:38 +0000 (+0000) Subject: re PR other/10234 (Bad URL in gcc 3.2.2 internal error printout) X-Git-Tag: releases/gcc-3.2.3~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36b7cb6291a7553f2008096db4afba95d69464c4;p=thirdparty%2Fgcc.git re PR other/10234 (Bad URL in gcc 3.2.2 internal error printout) 2003-03-27 Janis Johnson PR sw-bug/10234 * system.h (GCCBUGURL): Reference GCC web site. From-SVN: r64934 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 40430f3195ff..3b6d7c1cd404 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-27 Janis Johnson + + PR sw-bug/10234 + * system.h (GCCBUGURL): Reference GCC web site. + 2003-03-26 Richard Henderson * cfgrtl.c (try_redirect_by_replacing_jump): Disable removing diff --git a/gcc/system.h b/gcc/system.h index ca8a21c47014..0a85b31b9210 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -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 "" +#define GCCBUGURL "" /* We must include stdarg.h/varargs.h before stdio.h. */ #ifdef ANSI_PROTOTYPES