Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2017 21:49:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-numerics@FreeBSD.org
Subject:   [Bug 222247] libmsun tests does not compile during a buildworld
Message-ID:  <bug-222247-18636-3RyAOvpKiD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222247-18636@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222247-18636@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=3D222247

--- 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 lv=
alue
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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222247-18636-3RyAOvpKiD>