aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/diagnostic.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/diagnostic.cc b/gcc/diagnostic.cc
index 1047204..87eb473 100644
--- a/gcc/diagnostic.cc
+++ b/gcc/diagnostic.cc
@@ -668,10 +668,10 @@ diagnostic_action_after_output (diagnostic_context *context,
real_abort ();
if (context->report_bug)
- fnotice (stderr, "\nPlease submit a full bug report, "
+ fnotice (stderr, "Please submit a full bug report, "
"with preprocessed source.\n");
else
- fnotice (stderr, "\nPlease submit a full bug report, "
+ fnotice (stderr, "Please submit a full bug report, "
"with preprocessed source (by using -freport-bug).\n");
if (count > 0)