Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Apr 2021 09:32:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   =?UTF-8?B?W0J1ZyAyNTQ5MTFdIGxpYi9tc3VuL2N0cmlnX3Rlc3QgZmFpbHMg?= =?UTF-8?B?aWYgY29tcGlsZWQgd2l0aCBBVljCoCgtbWF2eCkgb3IgYW55IENQVVNFVCBl?= =?UTF-8?B?bmFibGluZyBBVlg=?=
Message-ID:  <bug-254911-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254911

            Bug ID: 254911
           Summary: lib/msun/ctrig_test fails if compiled with AVX=C2=A0(-m=
avx)
                    or any CPUSET enabling AVX
           Product: Base System
           Version: CURRENT
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: olivier@freebsd.org

How to reproduce this bug on a FreeBSD 14.0-CURRENT #10
main-n245559-d22883d7154:

echo 'CFLAGS+=3D-mavx' >> /etc/make.conf
cd /usr/src/lib/msun
make clean && make && make install
/usr/tests/lib/msun/ctrig_test test_zero_input


*** Check failed: /usr/src/lib/msun/tests/ctrig_test.c:154: ctanhf
fetestexcept((0x04 | 0x20 | 0x01 | 0x08 | 0x10)) (0x1) !=3D 0
*** Check failed: /usr/src/lib/msun/tests/ctrig_test.c:154: ctanhf
fetestexcept((0x04 | 0x20 | 0x01 | 0x08 | 0x10)) (0x1) !=3D 0
*** Check failed: /usr/src/lib/msun/tests/ctrig_test.c:154: ctanhf
fetestexcept((0x04 | 0x20 | 0x01 | 0x08 | 0x10)) (0x1) !=3D 0
*** Check failed: /usr/src/lib/msun/tests/ctrig_test.c:154: ctanhf
fetestexcept((0x04 | 0x20 | 0x01 | 0x08 | 0x10)) (0x1) !=3D 0
*** Check failed: /usr/src/lib/msun/tests/ctrig_test.c:155: ctanf
fetestexcept((0x04 | 0x20 | 0x01 | 0x08 | 0x10)) (0x1) !=3D 0
*** Check failed: /usr/src/lib/msun/tests/ctrig_test.c:155: ctanf
fetestexcept((0x04 | 0x20 | 0x01 | 0x08 | 0x10)) (0x1) !=3D 0
*** Check failed: /usr/src/lib/msun/tests/ctrig_test.c:155: ctanf
fetestexcept((0x04 | 0x20 | 0x01 | 0x08 | 0x10)) (0x1) !=3D 0
*** Check failed: /usr/src/lib/msun/tests/ctrig_test.c:155: ctanf
fetestexcept((0x04 | 0x20 | 0x01 | 0x08 | 0x10)) (0x1) !=3D 0
failed: 8 checks failed; see output for more details

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



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