* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘numOSL’ ...
** this is package ‘numOSL’ version ‘2.8’
** package ‘numOSL’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (Debian 14.3.0-10) 14.3.0’
using Fortran compiler: ‘GNU Fortran (Debian 14.3.0-10) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpyAkpZd/R.INSTALL35c5c45c40f5bc/numOSL/src'
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c apfmmstd.f90 -o apfmmstd.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c apmamstd.f90 -o apmamstd.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c calDEXPxm.f90 -o calDEXPxm.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c calED1.f90 -o calED1.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c calED_fort.f90 -o calED_fort.o
calED_fort.f90:223:58:
223 | Ym = aaa*(1.0D+00-exp(-bbb*Xm)) + ccc*Xm + ddd
| ^
Warning: ‘xm’ may be used uninitialized [-Wmaybe-uninitialized]
calED_fort.f90:58:58:
58 | simltx(ndat), mcOSL(1), mcDose, Xm, Ym,&
| ^
note: ‘xm’ declared here
calED_fort.f90:271:16:
271 | if (spltx2>=Ym) then
| ^
Warning: ‘ym’ may be used uninitialized [-Wmaybe-uninitialized]
calED_fort.f90:58:62:
58 | simltx(ndat), mcOSL(1), mcDose, Xm, Ym,&
| ^
note: ‘ym’ was declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c calSGCED_fort.f90 -o calSGCED_fort.o
calSGCED_fort.f90:102:25:
102 | saturateDose = Xm
| ^
Warning: ‘xm’ may be used uninitialized [-Wmaybe-uninitialized]
calSGCED_fort.f90:37:26:
37 | Xm, Ym, ifmin, sumdose, sumdose2,&
| ^
note: ‘xm’ declared here
calSGCED_fort.f90:102:25:
102 | saturateDose = Xm
| ^
Warning: ‘xm’ may be used uninitialized [-Wmaybe-uninitialized]
calSGCED_fort.f90:37:26:
37 | Xm, Ym, ifmin, sumdose, sumdose2,&
| ^
note: ‘xm’ declared here
calSGCED_fort.f90:104:12:
104 | if (inltx(1,1)>=Ym) then
| ^
Warning: ‘ym’ may be used uninitialized [-Wmaybe-uninitialized]
calSGCED_fort.f90:37:30:
37 | Xm, Ym, ifmin, sumdose, sumdose2,&
| ^
note: ‘ym’ was declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c calcSF.f90 -o calcSF.o
calcSF.f90:147:4:
147 | function fcn(x)
| ^
Warning: ‘__result_fcn’ may be used uninitialized [-Wmaybe-uninitialized]
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c camED.f90 -o camED.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c comb_next.f90 -o comb_next.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c compED.f90 -o compED.o
compED.f90:75:18:
75 | bic = cbic
| ^
Warning: ‘cbic’ may be used uninitialized [-Wmaybe-uninitialized]
compED.f90:32:37:
32 | cmaxlik, cbic, inimu(ncomp+4)
| ^
note: ‘cbic’ was declared here
compED.f90:74:24:
74 | maxlik = cmaxlik
| ^
Warning: ‘cmaxlik’ may be used uninitialized [-Wmaybe-uninitialized]
compED.f90:32:31:
32 | cmaxlik, cbic, inimu(ncomp+4)
| ^
note: ‘cmaxlik’ was declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c decomp_fort.f90 -o decomp_fort.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c diffev.f90 -o diffev.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c fitGOK.f90 -o fitGOK.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c fitGrowth_fort.f90 -o fitGrowth_fort.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c fmmED.f90 -o fmmED.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c goodComp.f90 -o goodComp.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c hpSort.f90 -o hpSort.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c inipars.f90 -o inipars.o
inipars.f90:97:52:
97 | allocate(aMat(ndim,ndim),bMat(ndim,1),stat=alc)
| ^
Warning: ‘ndim’ may be used uninitialized [-Wmaybe-uninitialized]
inipars.f90:33:18:
33 | integer:: ndim, alc, singular, origin
| ^
note: ‘ndim’ declared here
inipars.f90:109:8:
109 | if (any(outp(1:ndim-origin)<=0.0)) then
| ^
Warning: ‘origin’ may be used uninitialized [-Wmaybe-uninitialized]
inipars.f90:33:41:
33 | integer:: ndim, alc, singular, origin
| ^
note: ‘origin’ was declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c interpolate.f90 -o interpolate.o
interpolate.f90:144:4:
144 | function fcn(x)
| ^
Warning: ‘__result_fcn’ may be used uninitialized [-Wmaybe-uninitialized]
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c inverse_ger.f90 -o inverse_ger.o
inverse_ger.f90:83:12:
83 | if (irow .ne. icol) then
| ^
Warning: ‘icol’ may be used uninitialized [-Wmaybe-uninitialized]
inverse_ger.f90:54:21:
54 | integer:: i, icol, irow, j, k, l, ll,&
| ^
note: ‘icol’ was declared here
inverse_ger.f90:83:12:
83 | if (irow .ne. icol) then
| ^
Warning: ‘irow’ may be used uninitialized [-Wmaybe-uninitialized]
inverse_ger.f90:54:27:
54 | integer:: i, icol, irow, j, k, l, ll,&
| ^
note: ‘irow’ was declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c inverse_sym.f90 -o inverse_sym.o
inverse_sym.f90:129:26:
129 | real ( kind(1.0d0) ) rsq
| 1
Warning: Unused variable ‘rsq’ declared at (1) [-Wunused-variable]
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c linefit.f90 -o linefit.o
linefit.f90:95:35:
95 | diag(i) = hess(i,i) * avgdv
| ^
Warning: ‘avgdv’ may be used uninitialized [-Wmaybe-uninitialized]
linefit.f90:32:52:
32 | hess(n2,n2), diag(n2), avgdv
| ^
note: ‘avgdv’ was declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c lmfit.f90 -o lmfit.o
lmfit.f90:116:35:
116 | diag(i) = hess(i,i) * avgdv
| ^
Warning: ‘avgdv’ may be used uninitialized [-Wmaybe-uninitialized]
lmfit.f90:43:39:
43 | diag(n2), avgdv
| ^
note: ‘avgdv’ was declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c lmfit1.f90 -o lmfit1.o
lmfit1.f90:78:35:
78 | diag(i) = hess(i,i) * avgdv
| ^
Warning: ‘avgdv’ may be used uninitialized [-Wmaybe-uninitialized]
lmfit1.f90:39:39:
39 | diag(n2), avgdv,&
| ^
note: ‘avgdv’ was declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c lmfunc.f90 -o lmfunc.o
lmfunc.f90:2:23:
2 | iflag,xd,yd,syd,model)
| 1
Warning: Unused dummy argument ‘iflag’ at (1) [-Wunused-dummy-argument]
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c lmfunc1.f90 -o lmfunc1.o
lmfunc1.f90:1:40:
1 | subroutine lmfunc1(nd,n2,pars,fvec,iflag,&
| 1
Warning: Unused dummy argument ‘iflag’ at (1) [-Wunused-dummy-argument]
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c mcCAM.f90 -o mcCAM.o
mcCAM.f90:136:19:
136 | logy=gx0+log(ran)
| ^
Warning: ‘gx0’ may be used uninitialized [-Wmaybe-uninitialized]
mcCAM.f90:114:30:
114 | real(kind(1.0d0)):: ran, gx0, gx1, logy,&
| ^
note: ‘gx0’ was declared here
mcCAM.f90:158:14:
158 | if (L<=lower) exit
| ^
Warning: ‘l’ may be used uninitialized [-Wmaybe-uninitialized]
mcCAM.f90:115:26:
115 | U, L, R, J, K, gL, gR,&
| ^
note: ‘l’ was declared here
mcCAM.f90:173:14:
173 | if (R>=upper) exit
| ^
Warning: ‘r’ may be used uninitialized [-Wmaybe-uninitialized]
mcCAM.f90:115:29:
115 | U, L, R, J, K, gL, gR,&
| ^
note: ‘r’ was declared here
mcCAM.f90:206:14:
206 | if (gL<=logy) exit
| ^
Warning: ‘gl’ may be used uninitialized [-Wmaybe-uninitialized]
mcCAM.f90:115:39:
115 | U, L, R, J, K, gL, gR,&
| ^
note: ‘gl’ was declared here
mcCAM.f90:223:14:
223 | if (gR<=logy) exit
| ^
Warning: ‘gr’ may be used uninitialized [-Wmaybe-uninitialized]
mcCAM.f90:115:43:
115 | U, L, R, J, K, gL, gR,&
| ^
note: ‘gr’ was declared here
mcCAM.f90:248:10:
248 | if (gx1>=logy) exit
| ^
Warning: ‘gx1’ may be used uninitialized [-Wmaybe-uninitialized]
mcCAM.f90:114:35:
114 | real(kind(1.0d0)):: ran, gx0, gx1, logy,&
| ^
note: ‘gx1’ was declared here
mcCAM.f90:69:17:
69 | iniMu=Value
| ^
Warning: ‘value’ may be used uninitialized [-Wmaybe-uninitialized]
mcCAM.f90:20:27:
20 | Value, upperSigma, lowerMu, upperMu
| ^
note: ‘value’ declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c mcFMM2.f90 -o mcFMM2.o
mcFMM2.f90:173:19:
173 | logy=gx0+log(ran)
| ^
Warning: ‘gx0’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM2.f90:146:30:
146 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR,&
| ^
note: ‘gx0’ was declared here
mcFMM2.f90:201:14:
201 | if (L<=lower) exit
| ^
Warning: ‘l’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM2.f90:146:47:
146 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR,&
| ^
note: ‘l’ was declared here
mcFMM2.f90:221:13:
221 | if(R>=upper) exit
| ^
Warning: ‘r’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM2.f90:146:50:
146 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR,&
| ^
note: ‘r’ was declared here
mcFMM2.f90:261:14:
261 | if (gL<=logy) exit
| ^
Warning: ‘gl’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM2.f90:146:60:
146 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR,&
| ^
note: ‘gl’ was declared here
mcFMM2.f90:282:14:
282 | if (gR<=logy) exit
| ^
Warning: ‘gr’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM2.f90:146:64:
146 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR,&
| ^
note: ‘gr’ was declared here
mcFMM2.f90:311:10:
311 | if (gx1>=logy) exit
| ^
Warning: ‘gx1’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM2.f90:146:35:
146 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR,&
| ^
note: ‘gx1’ was declared here
mcFMM2.f90:324:10:
324 | if (Value>locVal) then
| ^
Warning: ‘locval’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM2.f90:147:28:
147 | locVal, part1(nED), part2(nED), Error2(nED),&
| ^
note: ‘locval’ was declared here
mcFMM2.f90:74:17:
74 | iniP1=Value
| ^
Warning: ‘value’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM2.f90:21:43:
21 | iniMu1, iniMu2, Value, lowerMus,&
| ^
note: ‘value’ declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c mcFMM3.f90 -o mcFMM3.o
mcFMM3.f90:201:19:
201 | logy=gx0+log(ran)
| ^
Warning: ‘gx0’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM3.f90:171:30:
171 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR, locVal,&
| ^
note: ‘gx0’ was declared here
mcFMM3.f90:253:14:
253 | if (gL<=logy) exit
| ^
Warning: ‘gl’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM3.f90:171:60:
171 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR, locVal,&
| ^
note: ‘gl’ was declared here
mcFMM3.f90:276:14:
276 | if (gR<=logy) exit
| ^
Warning: ‘gr’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM3.f90:171:64:
171 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR, locVal,&
| ^
note: ‘gr’ was declared here
mcFMM3.f90:365:10:
365 | if (gx1>=logy) exit
| ^
Warning: ‘gx1’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM3.f90:171:35:
171 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR, locVal,&
| ^
note: ‘gx1’ was declared here
mcFMM3.f90:382:10:
382 | if (Value>locVal) then
| ^
Warning: ‘locval’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM3.f90:171:72:
171 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR, locVal,&
| ^
note: ‘locval’ was declared here
mcFMM3.f90:235:14:
235 | if (L<=lower) exit
| ^
Warning: ‘l’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM3.f90:171:47:
171 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR, locVal,&
| ^
note: ‘l’ was declared here
mcFMM3.f90:259:14:
259 | if (R>=upper) exit
| ^
Warning: ‘r’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM3.f90:171:50:
171 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR, locVal,&
| ^
note: ‘r’ was declared here
mcFMM3.f90:77:17:
77 | iniP1=Value
| ^
Warning: ‘value’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM3.f90:21:51:
21 | iniMu1, iniMu2, iniMu3, Value, lowerMus,&
| ^
note: ‘value’ declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c mcFMM4.f90 -o mcFMM4.o
mcFMM4.f90:293:14:
293 | if (gL<=logy) exit
| ^
Warning: ‘gl’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM4.f90:197:60:
197 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR, locVal,&
| ^
note: ‘gl’ was declared here
mcFMM4.f90:320:14:
320 | if (gR<=logy) exit
| ^
Warning: ‘gr’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM4.f90:197:64:
197 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR, locVal,&
| ^
note: ‘gr’ was declared here
mcFMM4.f90:421:10:
421 | if (gx1>=logy) exit
| ^
Warning: ‘gx1’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM4.f90:197:35:
197 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR, locVal,&
| ^
note: ‘gx1’ was declared here
mcFMM4.f90:442:10:
442 | if (Value>locVal) then
| ^
Warning: ‘locval’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM4.f90:197:72:
197 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR, locVal,&
| ^
note: ‘locval’ was declared here
mcFMM4.f90:231:19:
231 | logy=gx0+log(ran)
| ^
Warning: ‘gx0’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM4.f90:197:30:
197 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR, locVal,&
| ^
note: ‘gx0’ was declared here
mcFMM4.f90:271:14:
271 | if (L<=lower) exit
| ^
Warning: ‘l’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM4.f90:197:47:
197 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR, locVal,&
| ^
note: ‘l’ was declared here
mcFMM4.f90:299:14:
299 | if (R>=upper) exit
| ^
Warning: ‘r’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM4.f90:197:50:
197 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L, R, J, K, gL, gR, locVal,&
| ^
note: ‘r’ was declared here
mcFMM4.f90:79:17:
79 | iniP1=Value
| ^
Warning: ‘value’ may be used uninitialized [-Wmaybe-uninitialized]
mcFMM4.f90:21:59:
21 | iniMu1, iniMu2, iniMu3, iniMu4, Value, lowerMus,&
| ^
note: ‘value’ declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c mcMam3.f90 -o mcMam3.o
mcMam3.f90:162:19:
162 | logy=gx0+log(ran)
| ^
Warning: ‘gx0’ may be used uninitialized [-Wmaybe-uninitialized]
mcMam3.f90:138:29:
138 | real(kind(1.0d0))::ran, gx0, gx1, logy, U, L,&
| ^
note: ‘gx0’ was declared here
mcMam3.f90:241:13:
241 | if(gL<=logy) exit
| ^
Warning: ‘gl’ may be used uninitialized [-Wmaybe-uninitialized]
mcMam3.f90:139:32:
139 | R, J, K, gL, gR, Error2(nED),&
| ^
note: ‘gl’ was declared here
mcMam3.f90:260:13:
260 | if(gR<=logy) exit
| ^
Warning: ‘gr’ may be used uninitialized [-Wmaybe-uninitialized]
mcMam3.f90:139:36:
139 | R, J, K, gL, gR, Error2(nED),&
| ^
note: ‘gr’ was declared here
mcMam3.f90:287:10:
287 | if (gx1>=logy) exit
| ^
Warning: ‘gx1’ may be used uninitialized [-Wmaybe-uninitialized]
mcMam3.f90:138:34:
138 | real(kind(1.0d0))::ran, gx0, gx1, logy, U, L,&
| ^
note: ‘gx1’ was declared here
mcMam3.f90:80:16:
80 | iniP=Value
| ^
Warning: ‘value’ may be used uninitialized [-Wmaybe-uninitialized]
mcMam3.f90:20:26:
20 | Value, upperSigma, lowerGama, upperGama
| ^
note: ‘value’ declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c mcMam4.f90 -o mcMam4.o
mcMam4.f90:180:19:
180 | logy=gx0+log(ran)
| ^
Warning: ‘gx0’ may be used uninitialized [-Wmaybe-uninitialized]
mcMam4.f90:154:30:
154 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L,&
| ^
note: ‘gx0’ was declared here
mcMam4.f90:267:14:
267 | if (gL<=logy) exit
| ^
Warning: ‘gl’ may be used uninitialized [-Wmaybe-uninitialized]
mcMam4.f90:155:33:
155 | R, J, K, gL, gR, Error2(nED),&
| ^
note: ‘gl’ was declared here
mcMam4.f90:288:14:
288 | if (gR<=logy) exit
| ^
Warning: ‘gr’ may be used uninitialized [-Wmaybe-uninitialized]
mcMam4.f90:155:37:
155 | R, J, K, gL, gR, Error2(nED),&
| ^
note: ‘gr’ was declared here
mcMam4.f90:317:10:
317 | if (gx1>=logy) exit
| ^
Warning: ‘gx1’ may be used uninitialized [-Wmaybe-uninitialized]
mcMam4.f90:154:35:
154 | real(kind(1.0d0)):: ran, gx0, gx1, logy, U, L,&
| ^
note: ‘gx1’ was declared here
mcMam4.f90:83:16:
83 | iniP=Value
| ^
Warning: ‘value’ may be used uninitialized [-Wmaybe-uninitialized]
mcMam4.f90:20:27:
20 | Value, upperSigma, lowerGama, upperGama
| ^
note: ‘value’ declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c minpack.f90 -o minpack.o
minpack.f90:982:11:
982 | integer i
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
minpack.f90:993:22:
993 | real ( dbdbx ) qnorm
| 1
Warning: Unused variable ‘qnorm’ declared at (1) [-Wunused-variable]
minpack.f90:1264:11:
1264 | integer i
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
minpack.f90:140:11:
140 | integer i
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
minpack.f90:367:21:
367 | real ( dbdbx ) temp
| ^
Warning: ‘temp’ may be used uninitialized [-Wmaybe-uninitialized]
minpack.f90:650:12:
650 | if ( delta <= xtol * xnorm ) then
| ^
Warning: ‘xnorm’ may be used uninitialized [-Wmaybe-uninitialized]
minpack.f90:375:22:
375 | real ( dbdbx ) xnorm
| ^
note: ‘xnorm’ was declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c minpack1.f90 -o minpack1.o
minpack1.f90:89:11:
89 | integer i
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
minpack1.f90:315:21:
315 | real ( dbdbx ) temp
| ^
Warning: ‘temp’ may be used uninitialized [-Wmaybe-uninitialized]
minpack1.f90:597:12:
597 | if ( delta <= xtol * xnorm ) then
| ^
Warning: ‘xnorm’ may be used uninitialized [-Wmaybe-uninitialized]
minpack1.f90:323:22:
323 | real ( dbdbx ) xnorm
| ^
note: ‘xnorm’ was declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c norm.f90 -o norm.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c numHess.f90 -o numHess.o
numHess.f90:158:23:
158 | integer:: i
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
numHess.f90:196:26:
196 | end function func
| ^
Warning: ‘__result_func’ may be used uninitialized [-Wmaybe-uninitialized]
numHess.f90:154:8:
154 | function func(x)
| ^
note: ‘__result_func’ was declared here
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c numOSL_init.c -o numOSL_init.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c pnorm.f90 -o pnorm.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c targfunc.f90 -o targfunc.o
gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o numOSL.so apfmmstd.o apmamstd.o calDEXPxm.o calED1.o calED_fort.o calSGCED_fort.o calcSF.o camED.o comb_next.o compED.o decomp_fort.o diffev.o fitGOK.o fitGrowth_fort.o fmmED.o goodComp.o hpSort.o inipars.o interpolate.o inverse_ger.o inverse_sym.o linefit.o lmfit.o lmfit1.o lmfunc.o lmfunc1.o mcCAM.o mcFMM2.o mcFMM3.o mcFMM4.o mcMam3.o mcMam4.o minpack.o minpack1.o norm.o numHess.o numOSL_init.o pnorm.o targfunc.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpyAkpZd/R.INSTALL35c5c45c40f5bc/numOSL/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpyAkpZd/R.INSTALL35c5c45c40f5bc/numOSL/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpyAkpZd/R.INSTALL35c5c45c40f5bc/numOSL/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-numOSL/00new/numOSL/libs
** R
** data
** 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 (numOSL)