From: Martin Liska Date: Fri, 28 Jan 2022 15:11:33 +0000 (+0100) Subject: Remove extra newline in ICE report. X-Git-Tag: basepoints/gcc-13~1392 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f0fcda37f58d4108feb67de08f181a32bcb6388;p=thirdparty%2Fgcc.git Remove extra newline in ICE report. Revert partially what I did in g:76ef38e3178a11e76a66b4d4c0e10e85fe186a45. gcc/ChangeLog: * diagnostic.cc (diagnostic_action_after_output): Remove extra newline. --- diff --git a/gcc/diagnostic.cc b/gcc/diagnostic.cc index 10472046bdc1..87eb473d2f35 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)