* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘muhaz’ ...
** package ‘muhaz’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
using Fortran compiler: ‘GNU Fortran (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpa5Mqn5/R.INSTALL118c6a1e715722/muhaz/src'
gcc-13 -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
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c muhaz.f -o muhaz.o
muhaz.f:829:54:

  829 |       DOUBLE PRECISION r, s, q, valueb, valuev, hazden, ONE
      |                                                      1
Warning: Unused variable ‘hazden’ declared at (1) [-Wunused-variable]
muhaz.f:1020:33:

 1020 |       DOUBLE PRECISION x(20000,2)
      |                                 1
Warning: Array ‘x’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
muhaz.f:1124:33:

 1124 |       DOUBLE PRECISION dx(200000), const, bw, bw0, r, r0, gets, ds
      |                                 1
Warning: Array ‘dx’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
muhaz.f:516:39:

  516 |       DOUBLE PRECISION z0, tcopy(20000), td(20000)
      |                                       1
Warning: Array ‘tcopy’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
muhaz.f:516:50:

  516 |       DOUBLE PRECISION z0, tcopy(20000), td(20000)
      |                                                  1
Warning: Array ‘td’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
muhaz.f:619:32:

  619 |       INTEGER n, delta(n), gridb, gridz, ks, kflag, kmin, kmax,
      |                                1
Warning: Unused variable ‘gridb’ declared at (1) [-Wunused-variable]
muhaz.f:620:26:

  620 |      *        bwchoi, m, k
      |                          1
Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable]
muhaz.f:28:72:

   28 |       RETURN
      |                                                                        ^
Warning: ‘__result_atpos’ may be used uninitialized [-Wmaybe-uninitialized]
muhaz.f:1:28:

    1 |       INTEGER FUNCTION atpos(v, n, x)
      |                            ^
note: ‘__result_atpos’ was declared here
muhaz.f:1180:72:

 1180 |       r0 = ONELES * r
      |                                                                        ^
Warning: ‘r’ may be used uninitialized [-Wmaybe-uninitialized]
muhaz.f:1124:52:

 1124 |       DOUBLE PRECISION dx(200000), const, bw, bw0, r, r0, gets, ds
      |                                                    ^
note: ‘r’ was declared here
muhaz.f:497:72:

  497 |       kernel = v1 * v2
      |                                                                        ^
Warning: ‘v1’ may be used uninitialized [-Wmaybe-uninitialized]
muhaz.f:441:25:

  441 |       DOUBLE PRECISION v1, v2, HALF, ONE, TWO
      |                         ^
note: ‘v1’ was declared here
muhaz.f:497:72:

  497 |       kernel = v1 * v2
      |                                                                        ^
Warning: ‘v2’ may be used uninitialized [-Wmaybe-uninitialized]
muhaz.f:441:29:

  441 |       DOUBLE PRECISION v1, v2, HALF, ONE, TWO
      |                             ^
note: ‘v2’ was declared here
gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o muhaz.so init.o muhaz.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpa5Mqn5/R.INSTALL118c6a1e715722/muhaz/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpa5Mqn5/R.INSTALL118c6a1e715722/muhaz/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpa5Mqn5/R.INSTALL118c6a1e715722/muhaz/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-muhaz/00new/muhaz/libs
** R
** 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 (muhaz)