[Bug 277958] libc: invalid internal linkage on feclearexcept

[email protected] Mon, 30 Mar 2026 17:16:43 +0000
Newsgroups gmane.os.freebsd.devel.standards
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277958

--- Comment #20 from [email protected] ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D5bc64b7d417dd1f105755e093f8e807bc=
dc2a666

commit 5bc64b7d417dd1f105755e093f8e807bcdc2a666
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2026-03-28 22:36:55 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2026-03-30 16:57:00 +0000

    msun/x86: convert rest of the extern inline fenv functions to proper
linkage

    namely
            fegetexceptflag(3)
            fetestexcept(3)
            fesetround(3)
            fegetround(3)
            fesetenv(3)
    Same as it was done in f39754d51b7dc65c4cf9f for feclearexcept(3).

    PR:     277958
    Reviewed by:    dim
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Differential revision:  https://reviews.freebsd.org/D56139

 lib/msun/amd64/fenv.c | 32 +++++++++++++++++++++++++++-----
 lib/msun/i387/fenv.c  | 32 +++++++++++++++++++++++++++-----
 lib/msun/x86/fenv.h   | 29 ++++++++++++++++++++---------
 3 files changed, 74 insertions(+), 19 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=