Date: Tue, 12 Sep 2017 21:49:43 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 222247] libmsun tests does not compile during a buildworld Message-ID: <bug-222247-8-FKziZM10pv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-222247-8@https.bugs.freebsd.org/bugzilla/> References: <bug-222247-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222247 --- Comment #3 from Beech Rintoul <akbeech@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222247-8-FKziZM10pv>
