Page MenuHomeFreeBSD

[POWERPC] msun: fix incorrect flag in fesetexceptflag
ClosedPublic

Authored by alfredo on Nov 12 2020, 10:29 PM.
Referenced Files
Unknown Object (File)
Sun, May 10, 12:23 PM
Unknown Object (File)
Thu, May 7, 2:25 PM
Unknown Object (File)
Wed, May 6, 11:24 PM
Unknown Object (File)
Sun, May 3, 10:50 AM
Unknown Object (File)
Thu, Apr 30, 5:29 PM
Unknown Object (File)
Thu, Apr 30, 9:23 AM
Unknown Object (File)
Thu, Apr 23, 5:00 AM
Unknown Object (File)
Tue, Apr 21, 12:16 AM
Subscribers

Details

Summary

Fixes incorrect mask being used when FE_INVALID bit is wanted by user.

The problem was noticed thanks lib msun fenv tests, that was failing on test 3.

*fenv test still crashes on test 6, this will be addressed on another review

Test Plan

Tested on powerpc64. Without the patch When running fenv_test, it should print "ok 3 - fenv". It will crash with assert after "ok 2 - fenv" when unpatched.

$ ./fenv_test
1..8
ok 1 - fenv
ok 2 - fenv
ok 3 - fenv
ok 4 - fenv
ok 5 - fenv
Assertion failed: (fetestexcept(FE_ALL_EXCEPT) == excepts), function test_fegsetenv, file /usr/home/alfredo/src/freebsd/lib/msun/tests/fenv_test.c, line 376.
Abort trap (core dumped)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable