From 8b97e23b7601eec320ef0600448a9ee686fde12b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Fri, 18 Feb 2000 12:26:50 +0000 Subject: gcc.texi (Bug Reporting): Refer to bugs.html. * gcc.texi (Bug Reporting): Refer to bugs.html. (Bug Lists): Likewise. * system.h (GCCBUGURL): New preprocessor define. * rtl.c (fancy_abort): Use it. * gcc.c (main): Likewise. * typeck2.c (my_friendly_abort): Use GCCBUGURL. * g77spec.c (lang_specific_driver): Use GCCBUGURL. * gjavah.c (help): Use GCCBUGURL. * jv-scan.c (help): Likewise. * jcf-dump.c (help): Likewise. From-SVN: r32049 --- gcc/rtl.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gcc/rtl.c') diff --git a/gcc/rtl.c b/gcc/rtl.c index f3405ee..16e9a9e 100644 --- a/gcc/rtl.c +++ b/gcc/rtl.c @@ -1251,7 +1251,6 @@ fancy_abort (file, line, function) fatal ( "Internal compiler error in `%s', at %s:%d\n\ Please submit a full bug report.\n\ -See \ -for instructions.", - function, trim_filename (file), line); +See %s for instructions.", + function, trim_filename (file), line, GCCBUGURL); } -- cgit v1.1