* installing *source* package ‘cheapr’ ...
** this is package ‘cheapr’ version ‘1.5.0’
** package ‘cheapr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C++ compiler: ‘clang version 21.1.8’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/cheapr/src'
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c altrep.cpp -o altrep.o
In file included from altrep.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c api.cpp -o api.o
3 warnings generated.
In file included from api.cpp:1:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
3 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c attrs.cpp -o attrs.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c cast.cpp -o cast.o
In file included from attrs.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
In file included from cast.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
3 warnings generated.
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
5 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c combine.cpp -o combine.o
In file included from combine.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
5 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c conditions.cpp -o conditions.o
In file included from conditions.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c cpp11.cpp -o cpp11.o
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
9 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c gcd.cpp -o gcd.o
In file included from gcd.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c groups.cpp -o groups.o
3 warnings generated.
In file included from groups.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
3 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c int64.cpp -o int64.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c lag.cpp -o lag.o
In file included from int64.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
In file included from lag.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
3 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c lists.cpp -o lists.o
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
5 warnings generated.
In file included from lists.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
3 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c math.cpp -o math.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c nas.cpp -o nas.o
In file included from math.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c replace.cpp -o replace.o
In file included from nas.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
math.cpp:364:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
364 | SEXP cpp_set_exp(SEXP x){
| ^
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:385:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
385 | SEXP cpp_exp(SEXP x){
| ^
math.cpp:385:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:409:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
409 | SEXP cpp_set_sqrt(SEXP x){
| ^
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:430:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
430 | SEXP cpp_sqrt(SEXP x){
| ^
math.cpp:430:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:454:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
454 | SEXP cpp_log(SEXP x, SEXP base){
| ^
math.cpp:454:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:454:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:454:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:454:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:454:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:454:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:454:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:517:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
517 | SEXP cpp_round(SEXP x, SEXP digits){
| ^
math.cpp:517:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:517:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:571:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
571 | SEXP cpp_signif(SEXP x, SEXP digits){
| ^
math.cpp:571:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:571:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:571:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:571:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:571:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:757:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
757 | SEXP cpp_pow(SEXP x, SEXP y){
| ^
math.cpp:757:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:757:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:757:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:757:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
math.cpp:757:6: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
In file included from replace.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
3 warnings generated.
3 warnings generated.
60 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c scalars.cpp -o scalars.o
In file included from scalars.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
3 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c sequences.cpp -o sequences.o
In file included from sequences.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
3 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c sset.cpp -o sset.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c strings.cpp -o strings.o
In file included from sset.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
In file included from strings.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
3 warnings generated.
3 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c utils.cpp -o utils.o
In file included from utils.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
3 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c which.cpp -o which.o
In file included from which.cpp:1:
In file included from ./cheapr.h:4:
../inst/include/cheapr/internal/c_core.h:123:35: warning: suggest braces around initialization of subobject [-Wmissing-braces]
123 | constexpr r_complex_t() : value{0.0, 0.0} {}
| ^~~~~~~~
| { }
../inst/include/cheapr/internal/c_core.h:124:53: warning: suggest braces around initialization of subobject [-Wmissing-braces]
124 | constexpr r_complex_t(double r, double i) : value{r, i} {}
| ^~~~
| { }
../inst/include/cheapr/internal/c_core.h:1256:5: warning: expression result unused [-Wunused-value]
1256 | r_null;
| ^~~~~~
3 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang21/lib -L/usr/local/clang21/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o cheapr.so altrep.o api.o attrs.o cast.o combine.o conditions.o cpp11.o gcd.o groups.o int64.o lag.o lists.o math.o nas.o replace.o scalars.o sequences.o sset.o strings.o utils.o which.o -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/cheapr/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/cheapr/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/cheapr/src'
installing to /data/gannet/ripley/R/packages/tests-clang/cheapr.Rcheck/00LOCK-cheapr/00new/cheapr/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (cheapr)