Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2019 12:54:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 236582] Enable LLVM openmp on i386
Message-ID:  <bug-236582-29464-ylBB99Cx2F@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236582-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236582-29464@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=3D236582

--- Comment #5 from Jan Beich <jbeich@FreeBSD.org> ---
Nevermind comment 4. GCC also complains.

In file included from /usr/src/contrib/openmp/runtime/src/kmp.h:103,
                 from /usr/src/contrib/openmp/runtime/src/kmp_csupport.cpp:=
16:
/usr/local/lib/gcc8/gcc/${CONFIGURE_TARGET}/8.2.0/include/xmmintrin.h: In
function '__m64 _mm_cvtps_pi32(__m128)':
/usr/local/lib/gcc8/gcc/${CONFIGURE_TARGET}/8.2.0/include/xmmintrin.h:542:2=
7:
warning: MMX vector return without MMX enabled changes the ABI [-Wpsabi]
 _mm_cvtps_pi32 (__m128 __A)
                           ^
/usr/local/lib/gcc8/gcc/${CONFIGURE_TARGET}/8.2.0/include/xmmintrin.h: In
function 'void __kmpc_end_serialized_parallel(ident_t*, kmp_int32)':
/usr/local/lib/gcc8/gcc/${CONFIGURE_TARGET}/8.2.0/include/xmmintrin.h:853:1:
error: inlining failed in call to always_inline 'void _mm_setcsr(unsigned
int)': target specific option mismatch
 _mm_setcsr (unsigned int __I)
 ^~~~~~~~~~
In file included from /usr/src/contrib/openmp/runtime/src/kmp_csupport.cpp:=
16:
/usr/src/contrib/openmp/runtime/src/kmp.h:3669:39: note: called from here
 #define __kmp_load_mxcsr(p) _mm_setcsr(*(p))
                             ~~~~~~~~~~^~~~~~
/usr/src/contrib/openmp/runtime/src/kmp_csupport.cpp:565:7: note: in expans=
ion
of macro '__kmp_load_mxcsr'
       __kmp_load_mxcsr(&serial_team->t.t_mxcsr);
       ^~~~~~~~~~~~~~~~
In file included from /usr/src/contrib/openmp/runtime/src/kmp.h:103,
                 from /usr/src/contrib/openmp/runtime/src/kmp_csupport.cpp:=
16:
/usr/local/lib/gcc8/gcc/${CONFIGURE_TARGET}/8.2.0/include/xmmintrin.h:853:1:
error: inlining failed in call to always_inline 'void _mm_setcsr(unsigned
int)': target specific option mismatch
 _mm_setcsr (unsigned int __I)
 ^~~~~~~~~~
In file included from /usr/src/contrib/openmp/runtime/src/kmp_csupport.cpp:=
16:
/usr/src/contrib/openmp/runtime/src/kmp.h:3669:39: note: called from here
 #define __kmp_load_mxcsr(p) _mm_setcsr(*(p))
                             ~~~~~~~~~~^~~~~~
/usr/src/contrib/openmp/runtime/src/kmp_csupport.cpp:565:7: note: in expans=
ion
of macro '__kmp_load_mxcsr'
       __kmp_load_mxcsr(&serial_team->t.t_mxcsr);
       ^~~~~~~~~~~~~~~~

--=20
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-236582-29464-ylBB99Cx2F>