From: Wayne Davison Date: Mon, 22 Jun 2020 05:53:33 +0000 (-0700) Subject: More talk of buggy clang++. X-Git-Tag: v3.2.1~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f776f582bc8135f4baea93f51774c6d85ee9257;p=thirdparty%2Frsync.git More talk of buggy clang++. --- 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.