public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6921] Remove extra newline in ICE report.
@ 2022-01-28 15:13 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-01-28 15:13 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3f0fcda37f58d4108feb67de08f181a32bcb6388

commit r12-6921-g3f0fcda37f58d4108feb67de08f181a32bcb6388
Author: Martin Liska <mliska@suse.cz>
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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-28 15:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28 15:13 [gcc r12-6921] Remove extra newline in ICE report Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).