[Bug 222247] libmsun tests does not compile during a buildworld

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 12 21:49:44 UTC 2017


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

--- Comment #3 from Beech Rintoul <akbeech at gmail.com> ---
The patch results in the following:

In file included from /usr/src/include/ieeefp.h:13:
/usr/obj/usr/src/tmp/usr/include/machine/ieeefp.h:160:11: error: use of
undeclared identifier '_env'
        __fldenv(_env);
                 ^
/usr/obj/usr/src/tmp/usr/include/machine/ieeefp.h:247:11: error: invalid lvalue
in asm input for constraint 'm'
        __fldenv(&_env);
                 ^~~~~
/usr/src/lib/msun/x86/fenv.h:99:64: note: expanded from macro '__fldenv'
#define __fldenv(__env)         __asm __volatile("fldenv %0" : : "m" (__env))
                                                                      ^~~~~
2 errors generated.
*** Error code 1

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


More information about the freebsd-bugs mailing list