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.
This commit is contained in:
Martin Liska 2022-01-28 16:11:33 +01:00
parent 206222e0ce
commit 3f0fcda37f
1 changed files with 2 additions and 2 deletions

View File

@ -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)