* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘FLSSS’ ...
** this is package ‘FLSSS’ version ‘9.2.8’
** package ‘FLSSS’ successfully unpacked and MD5 sums checked
** using staged installation
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether clang++-21 -std=gnu++20 accepts -g... yes
checking how to run the C++ preprocessor... clang++-21 -std=gnu++20 -E
checking for gcc... clang-21 -std=gnu23
checking whether we are using the GNU C compiler... yes
checking whether clang-21 -std=gnu23 accepts -g... yes
checking for clang-21 -std=gnu23 option to accept ISO C89... unsupported
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether clang++-21 -std=gnu++20 accepts -g... (cached) yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
using C++ compiler: ‘Debian clang version 21.1.8 (3)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpByvRsH/R.INSTALL2d115140ef340d/FLSSS/src'
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c BaB01kp.cpp -o BaB01kp.o
In file included from BaB01kp.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c BaBgapMulthreadKPs.cpp -o BaBgapMulthreadKPs.o
In file included from BaBgapMulthreadKPs.cpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c BaBgapMulthreadNodes.cpp -o BaBgapMulthreadNodes.o
In file included from BaBgapMulthreadNodes.cpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c DP01kp.cpp -o DP01kp.o
In file included from DP01kp.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c DPgapMultithreadKPs.cpp -o DPgapMultithreadKPs.o
In file included from DPgapMultithreadKPs.cpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c DPgapMultithreadNodes.cpp -o DPgapMultithreadNodes.o
In file included from DPgapMultithreadNodes.cpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c GAP.cpp -o GAP.o
In file included from GAP.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c GAgap.cpp -o GAgap.o
In file included from GAgap.cpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c Gknapsack.cpp -o Gknapsack.o
In file included from Gknapsack.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c findBoundInterface.cpp -o findBoundInterface.o
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c flsss.cpp -o flsss.o
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c flsssVariableTree.cpp -o flsssVariableTree.o
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c mflsss.cpp -o mflsss.o
In file included from mflsss.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c mflsssArb.cpp -o mflsssArb.o
In file included from mflsssArb.cpp:3:
In file included from ./arbitraryDimFLSSS/mflsssDecomp.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c mflsssComoPar.cpp -o mflsssComoPar.o
In file included from mflsssComoPar.cpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c mflsssDecomp.cpp -o mflsssDecomp.o
In file included from mflsssDecomp.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c mflsssVariableTree.cpp -o mflsssVariableTree.o
In file included from mflsssVariableTree.cpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel.h:24:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/RcppParallel/TBB.h:11:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/concurrent_unordered_set.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/_concurrent_unordered_impl.h:37:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long long>::converter<const volatile long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:434:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long long>::operator long long' requested here
434 | __TBB_DECL_ATOMIC(__TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long long>::converter<const volatile unsigned long long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:435:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long long>::operator unsigned long long' requested here
435 | __TBB_DECL_ATOMIC(unsigned __TBB_LONG_LONG)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<long>::converter<const volatile long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:439:1: note: in instantiation of member function 'tbb::internal::atomic_impl<long>::operator long' requested here
439 | __TBB_DECL_ATOMIC(long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned long' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned long>::converter<const volatile unsigned long>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned long]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:440:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned long>::operator unsigned long' requested here
440 | __TBB_DECL_ATOMIC(unsigned long)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned int>::converter<const volatile unsigned int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:466:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned int>::operator unsigned int' requested here
466 | __TBB_DECL_ATOMIC(unsigned)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile int' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<int>::converter<const volatile int>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile int]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:467:1: note: in instantiation of member function 'tbb::internal::atomic_impl<int>::operator int' requested here
467 | __TBB_DECL_ATOMIC(int)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned short>::converter<const volatile unsigned short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:470:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned short>::operator unsigned short' requested here
470 | __TBB_DECL_ATOMIC(unsigned short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile short' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<short>::converter<const volatile short>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile short]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:471:1: note: in instantiation of member function 'tbb::internal::atomic_impl<short>::operator short' requested here
471 | __TBB_DECL_ATOMIC(short)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<char>::converter<const volatile char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:472:1: note: in instantiation of member function 'tbb::internal::atomic_impl<char>::operator char' requested here
472 | __TBB_DECL_ATOMIC(char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile signed char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<signed char>::converter<const volatile signed char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile signed char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:473:1: note: in instantiation of member function 'tbb::internal::atomic_impl<signed char>::operator signed char' requested here
473 | __TBB_DECL_ATOMIC(signed char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile unsigned char' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<unsigned char>::converter<const volatile unsigned char>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile unsigned char]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:474:1: note: in instantiation of member function 'tbb::internal::atomic_impl<unsigned char>::operator unsigned char' requested here
474 | __TBB_DECL_ATOMIC(unsigned char)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile wchar_t' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<wchar_t>::converter<const volatile wchar_t>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile wchar_t]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:477:1: note: in instantiation of member function 'tbb::internal::atomic_impl<wchar_t>::operator wchar_t' requested here
477 | __TBB_DECL_ATOMIC(wchar_t)
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:422:78: note: expanded from macro '__TBB_DECL_ATOMIC'
422 | atomic<T>& operator=( const atomic<T>& rhs ) {store_with_release(rhs); return *this;} \
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'void *const volatile' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<void *>::converter<void *const volatile>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = void *const volatile]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:509:34: note: in instantiation of member function 'tbb::internal::atomic_impl<void *>::operator void *' requested here
509 | this->store_with_release(rhs); return *this;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:226:18: warning: volatile-qualified parameter type 'const volatile bool' is deprecated [-Wdeprecated-volatile]
226 | converter(value_type a_value) : value(a_value) {}
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:255:21: note: in instantiation of template class 'tbb::internal::atomic_impl<bool>::converter<const volatile bool>' requested here
255 | static typename converter<value_t>::bits_type & to_bits_ref(value_t& value){
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/internal/../atomic.h:297:42: note: while substituting deduced template arguments into function template 'to_bits_ref' [with value_t = const volatile bool]
297 | __TBB_load_with_acquire( to_bits_ref(my_storage.my_value) )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include/tbb/partitioner.h:140:16: note: in instantiation of member function 'tbb::internal::atomic_impl<bool>::operator bool' requested here
140 | return static_cast<flag_task*>(t.parent())->my_child_stolen;
| ^
14 warnings generated.
clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I. -DGMP -g -O3 -Wall -pedantic -DR_BUILD -fpic -g -O3 -Wall -pedantic -c testIntegerize.cpp -o testIntegerize.o
clang++-21 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o FLSSS.so BaB01kp.o BaBgapMulthreadKPs.o BaBgapMulthreadNodes.o DP01kp.o DPgapMultithreadKPs.o DPgapMultithreadNodes.o GAP.o GAgap.o Gknapsack.o RcppExports.o findBoundInterface.o flsss.o flsssVariableTree.o mflsss.o mflsssArb.o mflsssComoPar.o mflsssDecomp.o mflsssVariableTree.o testIntegerize.o -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-21/lib/clang/21/lib/linux -L/usr/lib/llvm-21/lib -lflang_rt.runtime -lm -lgmp -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpByvRsH/R.INSTALL2d115140ef340d/FLSSS/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpByvRsH/R.INSTALL2d115140ef340d/FLSSS/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpByvRsH/R.INSTALL2d115140ef340d/FLSSS/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-FLSSS/00new/FLSSS/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (FLSSS)