http://gcc.gnu.org/PR52695 https://bugs.gentoo.org/421305 fix building on x86 systems --- a/libitm/config/x86/target.h +++ b/libitm/config/x86/target.h @@ -69,16 +69,4 @@ } // namespace GTM // We'll be using some of the cpu builtins, and their associated types. -#ifndef __cplusplus -/* ??? It's broken for C++. */ #include -#else -# ifdef __SSE2__ -# include -# elif defined(__SSE__) -# include -# endif -# ifdef __AVX__ -# include -# endif -#endif