* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘poismf’ ...
** package ‘poismf’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/tmp/RtmpJ456oX/R.INSTALL19678d6b48bcc8/poismf/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T  -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fvisibility=hidden -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c nonnegcg.c -o nonnegcg.o
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T  -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fvisibility=hidden -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c poismf.c -o poismf.o
In file included from poismf.c:39:
poismf.c: In function ‘tncg_iteration._omp_fn.0’:
poismf.h:95:24: warning: ‘prev_values’ may be used uninitialized [-Wmaybe-uninitialized]
   95 |     #define cblas_tdot cblas_ddot
poismf.c:395:28: note: in expansion of macro ‘cblas_tdot’
  395 |             n_unchanged += cblas_tdot(k_int, prev_values, 1, prev_values, 1) <= 1e-4;
      |                            ^~~~~~~~~~
poismf.c:350:13: note: ‘prev_values’ was declared here
  350 |     real_t *prev_values;
      |             ^~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T  -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fvisibility=hidden -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c pred.c -o pred.o
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T  -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fvisibility=hidden -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c rwrapper.c -o rwrapper.o
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T  -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fvisibility=hidden -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c tnc.c -o tnc.o
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T  -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fvisibility=hidden -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c topN.c -o topN.o
gcc-13 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o poismf.so nonnegcg.o poismf.o pred.o rwrapper.o tnc.o topN.o -fopenmp -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpJ456oX/R.INSTALL19678d6b48bcc8/poismf/src'
make[1]: Entering directory '/tmp/RtmpJ456oX/R.INSTALL19678d6b48bcc8/poismf/src'
make[1]: Leaving directory '/tmp/RtmpJ456oX/R.INSTALL19678d6b48bcc8/poismf/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-poismf/00new/poismf/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 (poismf)