[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages
rsync-cvs at lists.samba.org
Mon Jun 22 05:53:54 UTC 2020
The branch, master has been updated
via 3f776f58 More talk of buggy clang++.
from d8d2d716 Get the g++ version to see if it is really clang.
https://git.samba.org/?p=rsync.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 3f776f582bc8135f4baea93f51774c6d85ee9257
Author: Wayne Davison <wayne at opencoder.net>
Date: Sun Jun 21 22:53:33 2020 -0700
More talk of buggy clang++.
-----------------------------------------------------------------------
Summary of changes:
NEWS.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/NEWS.md b/NEWS.md
index 0828ec7c..a98ce014 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -17,8 +17,12 @@ Protocol: 31 (unchanged)
- Avoid the stack getting set to executable when including the asm code.
- - Avoid some build issues with the SIMD code, including avoiding a clang++
- core dump when `-g` is combined with `-O2`.
+ - Some improvements in the SIMD configure testing to try to avoid build
+ issues, such as avoiding a clang++ core dump when `-g` is combined with
+ `-O2`. Note that clang++ is quite buggy in this area, and it does still
+ crash for some folks, so just use `--disable-simd` if you need to avoid
+ their buggy compiler (since the configuration test is apparently not
+ managing to find all crashing compilers).
- Fix an issue with the md2man code when building in an external dir.
--
The rsync repository.
More information about the rsync-cvs
mailing list