https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222247
--- Comment #3 from Beech Rintoul <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
