Both my mailer and
https://gcc.gnu.org/ml/gcc-patches/2019-10/msg00528.html show an empty
line before the ">>>>" – as does the file itself.
Thus, there is already one – which should be enough.
Cheers,
Tobias,
who also thinks that email clients could be better in terms of line
breaks and spacing.
On 10/8/19 12:50 PM, Jakub Jelinek wrote:
On Tue, Oct 08, 2019 at 12:46:13PM +0200, Tobias Burnus wrote:
commit 4958da0be3f08d5f715dc4b74a8e93db18ca1a9e
Author: burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Tue Oct 8 09:35:56 2019 +0000
Remove '>>>' merge marker from changelog
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@276689
138bc75d-0d04-0410-961f-82ee72b054a4
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 84ee818a49d..6e98130dd96 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -153,7 +153,6 @@
(lang_decl): Add new optional_arg field.
(GFC_DECL_OPTIONAL_ARGUMENT): New macro.
->>>>>>> .r276463
2019-10-01 David Malcolm <dmalc...@redhat.com>
That should be replaced by empty line...
* error.c (gfc_diagnostic_starter): Clear the prefix before
Jakub