aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c5
1 files changed, 2 insertions, 3 deletions
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 <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> \
-for instructions.",
- function, trim_filename (file), line);
+See %s for instructions.",
+ function, trim_filename (file), line, GCCBUGURL);
}