summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/diagnostic.c')
-rw-r--r--gcc/diagnostic.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c
index 11591ec2ee5..43439f6e4b8 100644
--- a/gcc/diagnostic.c
+++ b/gcc/diagnostic.c
@@ -1432,9 +1432,8 @@ fatal VPARAMS ((const char *msgid, ...))
report_diagnostic (&dc);
va_end (ap);
- fprintf
- (stderr, "Please submit a full bug report.\n See %s for instructions.\n",
- GCCBUGURL);
+ fprintf (stderr, "Please submit a full bug report, with preprocessed source\n");
+ fprintf (stderr, "if appropriate. See %s for instructions.\n", GCCBUGURL);
exit (FATAL_EXIT_CODE);
}