From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 501433947C32; Fri, 28 Jan 2022 15:13:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 501433947C32 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-6921] Remove extra newline in ICE report. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: 206222e0ce349c1205b8c07c367cdaa62e4f7382 X-Git-Newrev: 3f0fcda37f58d4108feb67de08f181a32bcb6388 Message-Id: <20220128151326.501433947C32@sourceware.org> Date: Fri, 28 Jan 2022 15:13:26 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2022 15:13:26 -0000 https://gcc.gnu.org/g:3f0fcda37f58d4108feb67de08f181a32bcb6388 commit r12-6921-g3f0fcda37f58d4108feb67de08f181a32bcb6388 Author: Martin Liska Date: Fri Jan 28 16:11:33 2022 +0100 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: --- gcc/diagnostic.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/diagnostic.cc b/gcc/diagnostic.cc index 10472046bdc..87eb473d2f3 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)