Subject: [Boost-bugs] [Boost C++ Libraries] #13624: [Atomic] Error: "Failed to determine builtin floating point type sizes"
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-07-03 15:53:30
#13624: [Atomic] Error: "Failed to determine builtin floating point type sizes"
------------------------------+--------------------------
Reporter: simon.michalke@⦠| Owner: timblechmann
Type: Bugs | Status: new
Milestone: To Be Determined | Component: atomic
Version: | Severity: Problem
Keywords: |
------------------------------+--------------------------
Hi,
I received an error telling me to make a bug report here ;)
I am using GCC 8.1.1 on OpenSUSE Tumbleweed. The project itself is a huge
chunk of cmake spaghetti code so I used a quick `@echo` to print out the
exact command:
{{{
/usr/bin/g++ -frounding-math -std=c++11 -Wuninitialized -Wno-error=unused-
variable -DBOOST_NO_AUTO_PTR -DBOOST_SYSTEM_NO_DEPRECATED=1 -fopenmp -Wall
-ftemplate-depth-100 -frounding-math -Wno-misleading-indentation -Wno-
placement-new -Wno-expansion-to-defined -Wno-long-long -Wno-unknown-
pragmas -Wno-comment -Wno-address -Wno-error=address -Wno-expansion-to-
defined -g
}}}
The error I was talking of:
{{{
/.../boost_gcc_debug/include/boost/atomic/detail/float_sizes.hpp:139:2:
error: #error Boost.Atomic: Failed to determine builtin floating point
type sizes, the target platform is not supported. Please, report to the
developers (patches are welcome).
#error Boost.Atomic: Failed to determine builtin floating point type
sizes, the target platform is not supported. Please, report to the
developers (patches are welcome).
}}}
Simon
-- Ticket URL: <https://svn.boost.org/trac10/ticket/13624> 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 : 2018-07-03 16:00:07 UTC