Test output: teeks99-01-dc17-20-64onriscv64 - mpl - integral_c / clang-linux-17~c++20
Rev f2c0ab0f235cf60b0586dbd618cd4a87a7cdfc55 / Sat, 16 Nov 2024 18:27:30 +0000
Compile [2024-11-18 08:04:05 UTC]: fail


    "clang++-17"   -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++20 -fPIC -pthread -O0 -fno-inline -Wall -Wextra -fvisibility=hidden -m64 -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1   -I".."  -c -o "/mnt/fs1/run/teeks99-01/run/results/boost/bin.v2/libs/mpl/test/integral_c.test/clang-linux-17~c++20/debug/riscv_64/debug-symbols-off/threading-multi/visibility-hidden/integral_c.o" "../libs/mpl/test/integral_c.cpp"

../libs/mpl/test/integral_c.cpp:25:5: error: non-type template argument evaluates to -1, which cannot be narrowed to type 'char' [-Wc++11-narrowing]
   25 |     BOOST_PP_REPEAT(10, INTEGRAL_WRAPPER_TEST, char)
      |     ^
../boost/preprocessor/repetition/repeat.hpp:30:26: note: expanded from macro 'BOOST_PP_REPEAT'
   30 | # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
      |                          ^
../boost/preprocessor/cat.hpp:22:32: note: expanded from macro 'BOOST_PP_CAT'
   22 | #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
      |                                ^
../boost/preprocessor/cat.hpp:29:34: note: expanded from macro 'BOOST_PP_CAT_I'
   29 | #    define BOOST_PP_CAT_I(a, b) a ## b
      |                                  ^
note: (skipping 11 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
../boost/preprocessor/repetition/limits/repeat_256.hpp:20:36: note: expanded from macro 'BOOST_PP_REPEAT_1_3'
   20 | # define BOOST_PP_REPEAT_1_3(m, d) BOOST_PP_REPEAT_1_2(m, d) m(2, 2, d)
      |                                    ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:19:36: note: expanded from macro 'BOOST_PP_REPEAT_1_2'
   19 | # define BOOST_PP_REPEAT_1_2(m, d) BOOST_PP_REPEAT_1_1(m, d) m(2, 1, d)
      |                                    ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:18:41: note: expanded from macro 'BOOST_PP_REPEAT_1_1'
   18 | # define BOOST_PP_REPEAT_1_1(m, d) m(2, 0, d)
      |                                         ^
1 error generated.