[Bug 295823] lib/libc/string/strrchr2_test:values test failing in CI due to bug in riscv strrchr.S
Date: Sun, 07 Jun 2026 21:01:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295823
--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=4996ebdb720042239a197ebec2d265cdfdf1bbf3
commit 4996ebdb720042239a197ebec2d265cdfdf1bbf3
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-06-07 19:00:33 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-06-07 20:59:19 +0000
libc/riscv64: temporarily unhook strrchr() from the build
A bug was discovered in the riscv64 assembly implementation of
this function. Fall back to the generic implementation until a
fix can be developed.
PR: 295823
Reported by: siva
MFC after: 1 week
lib/libc/riscv/string/Makefile.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.