diff mbox series

[pushed] Remove extra newline in ICE report.

Message ID 2f942351-7cc0-aca6-473b-ed6c9dc64b47@suse.cz
State New
Headers show
Series [pushed] Remove extra newline in ICE report. | expand

Commit Message

Martin Liška Jan. 28, 2022, 3:13 p.m. UTC
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 mbox series

Patch

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)