Boost C++ Libraries: Ticket #13624: GCC 8.1.1 Error: "Failed to determine builtin floating point type sizes" https://svn.boost.org/trac10/ticket/13624 <p> Hi, </p> <p> 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 <code>@echo</code> to print out the exact command: </p> <pre class="wiki">/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 </pre><p> The error I was talking of: </p> <pre class="wiki">/.../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). </pre><p> Simon </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13624 Trac 1.4.3 anonymous Tue, 03 Jul 2018 15:54:33 GMT version set https://svn.boost.org/trac10/ticket/13624#comment:1 https://svn.boost.org/trac10/ticket/13624#comment:1 <ul> <li><strong>version</strong> → <span class="trac-field-new">Boost 1.67.0</span> </li> </ul> Ticket anonymous Wed, 04 Jul 2018 13:31:15 GMT summary changed https://svn.boost.org/trac10/ticket/13624#comment:2 https://svn.boost.org/trac10/ticket/13624#comment:2 <ul> <li><strong>summary</strong> <span class="trac-field-old">[Atomic] Error: "Failed to determine builtin floating point type sizes"</span> → <span class="trac-field-new">GCC 8.1.1 Error: "Failed to determine builtin floating point type sizes"</span> </li> </ul> Ticket