This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Move GCCBUGURL to version.c; add commentary


On Mon, Oct 07, 2002 at 11:02:01PM -0700, Richard Henderson wrote:
> On Mon, Oct 07, 2002 at 05:45:31PM -0700, Zack Weinberg wrote:
> > 	* system.h (GCCBUGURL): Delete.
> > 	* version.c (bug_report_url): New.  Add commentary about
> > 	modifying both these strings in modified distributions.
> > 	* version.h: Declare bug_report_url.
> > 
> > 	* diagnostic.c, gcc.c, gcov.c, java/gjavah.c, java/jcf-dump.c,
> > 	java/jv-scan.c: Globally replace GCCBUGURL with	bug_report_url.
> 
> Isn't there an instance of this in the Ada front end?
> I would have hoped that there would be.  Or does the
> diagmostic.c change take care of that?

Well, it _should_, but the reality is that comperr.adb intercepts
internal_error() and prints out a different message - which is out of
date (PR ada/5856 is related).  I am willing to attempt to fix this,
but my fix will take the form of tearing out the entire "bug box,"
leaving only the 'please include all of the source files listed below'
message over and above the normal ICE message.

> Assuming Ada works as intended, ok.

Ada is in precisely the same boat as it was before this patch.  I
would prefer to leave any changes there for a separate patch, possibly
done by the Ada maintainers.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]