* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘bitops’ ...
** package ‘bitops’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpxsSAQs/R.INSTALL5960010fc30e5/bitops/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 bit-ops.c -o bit-ops.o
bit-ops.c: In function ‘bitShiftL’:
bit-ops.c:125:80: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
  125 |                 else *(xaAb++)=(double) (_2_UINT_(xa[i]) __OP__ I_2_UINT(xb[j] & 31 ) ) ; \
      |                                                                                ^
bit-ops.c:6:50: note: in definition of macro ‘I_2_UINT’
    6 | #define I_2_UINT(I)   (unsigned int) ((I) < 0 ? (I + UINT_MAX +1) : (I))
      |                                                  ^
bit-ops.c:145:5: note: in expansion of macro ‘bitshift_BODY’
  145 |     bitshift_BODY( << );
      |     ^~~~~~~~~~~~~
bit-ops.c:136:80: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
  136 |                 else *(xaAb++)=(double) (_2_UINT_(xa[j]) __OP__ I_2_UINT(xb[i] & 31 )) ; \
      |                                                                                ^
bit-ops.c:6:50: note: in definition of macro ‘I_2_UINT’
    6 | #define I_2_UINT(I)   (unsigned int) ((I) < 0 ? (I + UINT_MAX +1) : (I))
      |                                                  ^
bit-ops.c:145:5: note: in expansion of macro ‘bitshift_BODY’
  145 |     bitshift_BODY( << );
      |     ^~~~~~~~~~~~~
bit-ops.c: In function ‘bitShiftR’:
bit-ops.c:125:80: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
  125 |                 else *(xaAb++)=(double) (_2_UINT_(xa[i]) __OP__ I_2_UINT(xb[j] & 31 ) ) ; \
      |                                                                                ^
bit-ops.c:6:50: note: in definition of macro ‘I_2_UINT’
    6 | #define I_2_UINT(I)   (unsigned int) ((I) < 0 ? (I + UINT_MAX +1) : (I))
      |                                                  ^
bit-ops.c:149:5: note: in expansion of macro ‘bitshift_BODY’
  149 |     bitshift_BODY( >> );
      |     ^~~~~~~~~~~~~
bit-ops.c:136:80: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
  136 |                 else *(xaAb++)=(double) (_2_UINT_(xa[j]) __OP__ I_2_UINT(xb[i] & 31 )) ; \
      |                                                                                ^
bit-ops.c:6:50: note: in definition of macro ‘I_2_UINT’
    6 | #define I_2_UINT(I)   (unsigned int) ((I) < 0 ? (I + UINT_MAX +1) : (I))
      |                                                  ^
bit-ops.c:149:5: note: in expansion of macro ‘bitshift_BODY’
  149 |     bitshift_BODY( >> );
      |     ^~~~~~~~~~~~~
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 cksum.c -o cksum.o
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
gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o bitops.so bit-ops.o cksum.o init.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpxsSAQs/R.INSTALL5960010fc30e5/bitops/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpxsSAQs/R.INSTALL5960010fc30e5/bitops/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpxsSAQs/R.INSTALL5960010fc30e5/bitops/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-bitops/00new/bitops/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 (bitops)