[Bug 205449] tools/regression/lib/msun/test-invtrig fails on i386

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 22 13:06:36 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205449

--- Comment #6 from commit-hook at FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=7f5693d05329ab976287b8d449e694e7a0f99e88

commit 7f5693d05329ab976287b8d449e694e7a0f99e88
Author:     Alex Richardson <arichardson at FreeBSD.org>
AuthorDate: 2021-03-22 13:05:28 +0000
Commit:     Alex Richardson <arichardson at FreeBSD.org>
CommitDate: 2021-03-22 13:06:02 +0000

    Fix unused functions in invtrig_test.c

    I only tested the WARNS=6 change on AArch64 and AMD64, but this file has
    unused functions for architectures with LDBL_PREC == 53.

    While touching this file change the LDBL_PREC == 53 checks to i386 checks.
    The long double tests should only be disabled for i386 (due to the rather
    odd rounding mode that it uses) not all architectures where long double
    is the same as double.

    PR:             205449
    Fixes:          87d65c747a43 ("lib/msun: Allow building tests with
WARNS=6")
    Reported by:    Jenkins

 lib/msun/tests/invtrig_test.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

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


More information about the freebsd-testing mailing list