* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘gb’ ...
** this is package ‘gb’ version ‘2.3.3’
** package ‘gb’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-15 (Debian 15.2.0-4) 15.2.0’
make[1]: Entering directory '/tmp/RtmpqLW6qF/R.INSTALL117e227f107d2e/gb/src'
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ARL.c -o ARL.o
ARL.c: In function ‘arl0’:
ARL.c:141:9: warning: ‘xa1’ may be used uninitialized [-Wmaybe-uninitialized]
141 | xa1 += dK;
| ~~~~^~~~~
ARL.c:79:37: note: ‘xa1’ was declared here
79 | double xa=0.00001, xb=0.99999, xc,xa1,xb1;
| ^~~
ARL.c:140:14: warning: ‘xb1’ may be used uninitialized [-Wmaybe-uninitialized]
140 | dK = (xb1-xa1)*0.05;
| ~~~~^~~~~
ARL.c:79:41: note: ‘xb1’ was declared here
79 | double xa=0.00001, xb=0.99999, xc,xa1,xb1;
| ^~~
ARL.c:132:14: warning: ‘K0’ may be used uninitialized [-Wmaybe-uninitialized]
132 | lcl[0] = K0;
| ~~~~~~~^~~~
ARL.c:81:29: note: ‘K0’ was declared here
81 | double delta,dK,dmin=99.0,K0,A0,ARL0=lcl[0];
| ^~
ARL.c:133:17: warning: ‘A0’ may be used uninitialized [-Wmaybe-uninitialized]
133 | lambda[0] = A0;
| ~~~~~~~~~~^~~~
ARL.c:81:32: note: ‘A0’ was declared here
81 | double delta,dK,dmin=99.0,K0,A0,ARL0=lcl[0];
| ^~
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c gbd.c -o gbd.o
gbd.c: In function ‘FitGBDMom’:
gbd.c:200:7: warning: ‘mt1’ may be used uninitialized [-Wmaybe-uninitialized]
200 | mt1 /= n;
| ~~~~^~~~
gbd.c:185:10: note: ‘mt1’ was declared here
185 | double mt1,mt2,mt3,mt4;
| ^~~
gbd.c:211:7: warning: ‘mt2’ may be used uninitialized [-Wmaybe-uninitialized]
211 | mt2 /= n;
| ~~~~^~~~
gbd.c:185:14: note: ‘mt2’ was declared here
185 | double mt1,mt2,mt3,mt4;
| ^~~
gbd.c:212:12: warning: ‘mt3’ may be used uninitialized [-Wmaybe-uninitialized]
212 | mt3 = mt3/pow(mt2,1.5)/n;
| ~~~^~~~~~~~~~~~~
gbd.c:185:18: note: ‘mt3’ was declared here
185 | double mt1,mt2,mt3,mt4;
| ^~~
gbd.c:213:12: warning: ‘mt4’ may be used uninitialized [-Wmaybe-uninitialized]
213 | mt4 = mt4/pow(mt2,2.)/n;
| ~~~^~~~~~~~~~~~
gbd.c:185:22: note: ‘mt4’ was declared here
185 | double mt1,mt2,mt3,mt4;
| ^~~
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c gld.c -o gld.o
gld.c: In function ‘GLDMoP’:
gld.c:497:13: warning: variable ‘k’ set but not used [-Wunused-but-set-variable]
497 | int i, j, k, igrid, jgrid;
| ^
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o
gcc-15 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o gb.so ARL.o gbd.o gld.o init.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpqLW6qF/R.INSTALL117e227f107d2e/gb/src'
make[1]: Entering directory '/tmp/RtmpqLW6qF/R.INSTALL117e227f107d2e/gb/src'
make[1]: Leaving directory '/tmp/RtmpqLW6qF/R.INSTALL117e227f107d2e/gb/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-gb/00new/gb/libs
** R
** data
** 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 (gb)