From patchwork Fri Jan 28 15:13:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 50529 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 858B0394843A for ; Fri, 28 Jan 2022 15:13:29 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id BDC193858418 for ; Fri, 28 Jan 2022 15:13:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BDC193858418 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 043EA1F385 for ; Fri, 28 Jan 2022 15:13:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1643382793; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=5f+JnzZebGoBnR/UrZRnUnyYY/y2tFiwmRrWKm50A4s=; b=YGa2CMF0nketiBHnju97VUAvnAlZA1Ttx6U3T9gagnJr8Oea6dsdlugtrU0kWOu4UDjchu J2+e0HHgxMrMWF+O4oIrgGxn4VA4LN9VHcSYdFe9iwVNwFYbvaHjBJeT1kQnLpJB3X1iXT jww89O4c0jBKokuboAktNIuJRLNEyDE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1643382793; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=5f+JnzZebGoBnR/UrZRnUnyYY/y2tFiwmRrWKm50A4s=; b=5BlHw4hOj5aUPnHoZTuUVlX09F8drjVUkPq+kpHUGcDXp35KOdQne8gi5DYK7U5d4liG6/ rbuOrpUAvYNee/Cg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id DB0DC139B3 for ; Fri, 28 Jan 2022 15:13:12 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id wocWNAgI9GH5PgAAMHmgww (envelope-from ) for ; Fri, 28 Jan 2022 15:13:12 +0000 Message-ID: <2f942351-7cc0-aca6-473b-ed6c9dc64b47@suse.cz> Date: Fri, 28 Jan 2022 16:13:12 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 From: =?utf-8?q?Martin_Li=C5=A1ka?= Subject: [PATCH][pushed] Remove extra newline in ICE report. To: gcc-patches@gcc.gnu.org Content-Language: en-US X-Spam-Status: No, score=-11.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" Revert partially what I did in g:76ef38e3178a11e76a66b4d4c0e10e85fe186a45. Pushed based on IRC discussion with Jakub. Martin gcc/ChangeLog: * diagnostic.cc (diagnostic_action_after_output): Remove extra newline. --- 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)