Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Jun 2026 21:01:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        testing@FreeBSD.org
Subject:   [Bug 295823] lib/libc/string/strrchr2_test:values test failing in CI due to bug in riscv strrchr.S
Message-ID:  <bug-295823-32464-tdoiBzNMbp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-295823-32464@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-295823-32464-tdoiBzNMbp>