summaryrefslogtreecommitdiff
path: root/contrib/gcc/cp/typeck2.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/cp/typeck2.c')
-rw-r--r--contrib/gcc/cp/typeck2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/cp/typeck2.c b/contrib/gcc/cp/typeck2.c
index da98203bdc0b..6322157e6245 100644
--- a/contrib/gcc/cp/typeck2.c
+++ b/contrib/gcc/cp/typeck2.c
@@ -344,7 +344,7 @@ my_friendly_abort (i)
else
ack ("Internal compiler error %d.", i);
ack ("Please submit a full bug report.");
- ack ("See %s for instructions.", GCCBUGURL);
+ ack ("See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.");
}
else
error ("confused by earlier errors, bailing out");
@@ -359,7 +359,7 @@ my_friendly_abort (i)
error ("Internal compiler error %d.", i);
error ("Please submit a full bug report.");
- fatal ("See %s for instructions.", GCCBUGURL);
+ fatal ("See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.");
}
void