]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove extra newline in ICE report.
authorMartin Liska <mliska@suse.cz>
Fri, 28 Jan 2022 15:11:33 +0000 (16:11 +0100)
committerMartin Liska <mliska@suse.cz>
Fri, 28 Jan 2022 15:11:33 +0000 (16:11 +0100)
Revert partially what I did in g:76ef38e3178a11e76a66b4d4c0e10e85fe186a45.

gcc/ChangeLog:

* diagnostic.cc (diagnostic_action_after_output): Remove extra
newline.

gcc/diagnostic.cc

index 10472046bdc13e77792d023564f2840e6cdd6fe8..87eb473d2f35515a5866ec3a8603806326fc3009 100644 (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)