* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘MSCMT’ ...
** this is package ‘MSCMT’ version ‘1.4.2’
** package ‘MSCMT’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-16 (Debian 16.1.0-1) 16.1.0’
using Fortran compiler: ‘GNU Fortran (Debian 16.1.0-1) 16.1.0’
make[1]: Entering directory '/tmp/RtmpGXC2ny/R.INSTALL252eb0699e061b/MSCMT/src'
gcc-16 -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 DE.c -o DE.o
gcc-16 -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 Helpers.c -o Helpers.o
gcc-16 -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 MSCMT.c -o MSCMT.o
gfortran-16 -fpic -g -O2 -Wall -pedantic -mtune=native -c inverse.f -o inverse.o
inverse.f:1037:10:
1037 | 110 IF (ABS(DX(I)) .LE. XMAX) GO TO 115
| ^
Warning: ‘xmax’ may be used uninitialized [-Wmaybe-uninitialized]
inverse.f:968:58:
968 | DOUBLE PRECISION DX(*), CUTLO, CUTHI, HITEST, SUM, XMAX, ZERO, &
| ^~~~
note: ‘xmax’ was declared here
inverse.f:4297:48:
4297 | DOUBLE PRECISION GAM,ONE,RGAMSQ,DD2,DH11,DH21,DPARAM,DP2, &
| ^~~~
Warning: ‘dh21’ may be used uninitialized [-Wmaybe-uninitialized]
inverse.f:4298:40:
4298 | & DQ2,DU,DY1,ZERO,GAMSQ,DD1,DFLAG,DH12,DH22,DP1,DQ1, &
| ^~~~
Warning: ‘dh12’ may be used uninitialized [-Wmaybe-uninitialized]
inverse.f:4406:72:
4406 | DH11=DH11/GAM
| ^
Warning: ‘dh11’ may be used uninitialized [-Wmaybe-uninitialized]
inverse.f:4297:43:
4297 | DOUBLE PRECISION GAM,ONE,RGAMSQ,DD2,DH11,DH21,DPARAM,DP2, &
| ^~~~
note: ‘dh11’ was declared here
inverse.f:4433:72:
4433 | DH22=DH22/GAM
| ^
Warning: ‘dh22’ may be used uninitialized [-Wmaybe-uninitialized]
inverse.f:4298:45:
4298 | & DQ2,DU,DY1,ZERO,GAMSQ,DD1,DFLAG,DH12,DH22,DP1,DQ1, &
| ^~~~
note: ‘dh22’ was declared here
inverse.f:1557:72:
1557 | PREC (Idum) = D1MACH
| ^
Warning: ‘__result_d1mach’ may be used uninitialized [-Wmaybe-uninitialized]
inverse.f:1509:38:
1509 | DOUBLE PRECISION FUNCTION D1MACH (IDUM)
| ^
note: ‘__result_d1mach’ was declared here
inverse.f:2179:13:
2179 | IF (I.NE.IMAX) CALL xDSWAP (NP1, W(I,1), MDW, W(IMAX,1), MDW)
| ^
Warning: ‘imax’ may be used uninitialized [-Wmaybe-uninitialized]
inverse.f:1990:18:
1990 | INTEGER I, IMAX, J, JP1, K, KEY, KRANKE, LAST, LCHK, LINK, M, &
| ^~~~
note: ‘imax’ was declared here
gfortran-16 -fpic -g -O2 -Wall -pedantic -mtune=native -c solve.f -o solve.o
solve.f:3846:72:
3846 | $ Y = OLDY
| ^
Warning: ‘oldy’ may be used uninitialized [-Wmaybe-uninitialized]
solve.f:3755:26:
3755 | DOUBLE PRECISION OLDY, RECBAS, Y, Z
| ^~~~
note: ‘oldy’ was declared here
solve.f:3065:55:
3065 | DOUBLE PRECISION BASE, EMAX, EMIN, EPS, PREC, RMACH, RMAX, RMIN,
| ^~~~~
Warning: ‘rmach’ may be used uninitialized [-Wmaybe-uninitialized]
gcc-16 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o MSCMT.so DE.o Helpers.o MSCMT.o inverse.o solve.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -latomic_asneeded -lquadmath -lgfortran -lm -latomic_asneeded -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpGXC2ny/R.INSTALL252eb0699e061b/MSCMT/src'
make[1]: Entering directory '/tmp/RtmpGXC2ny/R.INSTALL252eb0699e061b/MSCMT/src'
make[1]: Leaving directory '/tmp/RtmpGXC2ny/R.INSTALL252eb0699e061b/MSCMT/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-MSCMT/00new/MSCMT/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (MSCMT)