* installing *source* package 'bitops' ...
** package 'bitops' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/Rtmp4giLZK/R.INSTALLbb94356677cf/bitops/src'
gcc  -I"D:/RCompile/recent/R-4.3.1/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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  -I"D:/RCompile/recent/R-4.3.1/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cksum.c -o cksum.o
gcc  -I"D:/RCompile/recent/R-4.3.1/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
gcc -shared -s -static-libgcc -o bitops.dll tmp.def bit-ops.o cksum.o init.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.1/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmp4giLZK/R.INSTALLbb94356677cf/bitops/src'
make[1]: Entering directory '/d/temp/Rtmp4giLZK/R.INSTALLbb94356677cf/bitops/src'
make[1]: Leaving directory '/d/temp/Rtmp4giLZK/R.INSTALLbb94356677cf/bitops/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-bitops/00new/bitops/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'bitops' as bitops_1.0-7.zip
* DONE (bitops)