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 24, 6:54 AM
Unknown Object (File)
Sun, May 24, 6:54 AM
Unknown Object (File)
May 10 2026, 12:23 PM
Unknown Object (File)
May 7 2026, 2:25 PM
Unknown Object (File)
May 6 2026, 11:24 PM
Unknown Object (File)
May 3 2026, 10:50 AM
Unknown Object (File)
Apr 30 2026, 5:29 PM
Unknown Object (File)
Apr 30 2026, 9:23 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