Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8048: Boost 1.53 + GCC 4.6.3 __int128 undefined.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-09 08:06:26
#8048: Boost 1.53 + GCC 4.6.3 __int128 undefined.
-------------------------------+-------------------------
Reporter: wchan212@⦠| Owner: johnmaddock
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: config
Version: Boost 1.53.0 | Severity: Showstopper
Resolution: fixed | Keywords:
-------------------------------+-------------------------
Comment (by johnmaddock):
Well this is very strange then - I've checked that all uses of __int128 in
Boost are guarded by BOOST_HAS_INT128 (they are), and that macro is
defined in boost/config/compiler/gcc.hpp via:
{{{
#if defined(__SIZEOF_INT128__) && !defined(__CUDACC__)
# define BOOST_HAS_INT128
#endif
}}}
Can you try and figure out how/why BOOST_HAS_INT128 macro is getting set
in the above code?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8048#comment:35> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC