* installing *source* package ‘muhaz’ ...
** package ‘muhaz’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 13.0.0 (clang-1300.0.29.30)’
using Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’
using SDK: ‘MacOSX11.3.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c init.c -o init.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -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: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:1134:72:

 1134 |       ilo = max(1, ix0-k)
      |                                                                        ^
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:1:28: Warning: ‘__result_atpos’ may be used uninitialized [-Wmaybe-uninitialized]
muhaz.f:546:72:

  546 |          ihi = MIN(ipos+k, count)
      |                                                                        ^
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: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
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o muhaz.so init.o muhaz.o -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: could not create compact unwind for _func_: register 24 saved somewhere other than in frame
ld: warning: could not create compact unwind for _try_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _intgrl_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _msemse_: registers 19 and 20 not saved contiguously in frame
ld: warning: could not create compact unwind for _glmin_: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for _loclmn_: register 75 saved somewhere other than in frame
ld: warning: could not create compact unwind for _bsmoth_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _knnhad_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _newhad_: registers 27 and 28 not saved contiguously in frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.3/muhaz.Rcheck/00LOCK-muhaz/00new/muhaz/libs
** generating debug symbols (dSYM)
** 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)