https://bugs.kde.org/show_bug.cgi?id=468575
--- Comment #33 from Mark Wielaard <m...@klomp.org> --- And in my rebase of patch 6 I forgot a \ at the end of one line: diff --git a/helgrind/tests/tc11_XCHG.c b/helgrind/tests/tc11_XCHG.c index 6ad44efac..e92b671b7 100644 --- a/helgrind/tests/tc11_XCHG.c +++ b/helgrind/tests/tc11_XCHG.c @@ -131,7 +131,7 @@ #elif defined(PLAT_ppc32_linux) || defined(PLAT_ppc64_linux) \ || defined(PLAT_arm_linux) || defined(PLAT_arm64_linux) \ - || defined(PLAT_arm64_freebsd) + || defined(PLAT_arm64_freebsd) \ || defined(PLAT_riscv64_linux) # if defined(HAVE_BUILTIN_ATOMIC) # define XCHG_M_R(_addr,_lval) \ -- You are receiving this mail because: You are watching all bug changes.