Skip to content
Failed

Console Output

Skipping 51,322 KB.. Full Log
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/src/pThreadedFFI.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/build-stockReplacement/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/src/worker/worker.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/src/worker/worker.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/build-stockReplacement/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/src/worker/workerPrimitives.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/include/worker.h:5,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/src/worker/workerPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/build-stockReplacement/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/src/worker/workerTask.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/include/pharovm/pharo.h:11,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/include/pThreadedFFI.h:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/include/callbacks.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/include/workerTask.h:6,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/src/worker/workerTask.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/generated/32/vm/src/cogit.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=61 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/build-stockReplacement/libffi-build/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/../repository/generated/32/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/LocalePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/SqueakSSL/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/32/vm/src/cogit.c.o   -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sq.h:26,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:14,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE64BitWord':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h:194:62: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
                                                             ~^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h: In function 'asIEEE32BitWord':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/extracted/vm/include/common/sqMemoryAccess.h:195:67: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
                                                                  ~^~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'computeMaximumSize':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2808:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'dispatchConcretize':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:5036:30: warning: statement with no effect [-Wunused-value]
   (self_in_dispatchConcretize->machineCodeSize);
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:5859:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:3323:26: warning: variable 'jumpTarget2' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *jumpTarget2;
                          ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:3296:26: warning: variable 'jumpTarget' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *jumpTarget;
                          ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:3176:12: warning: variable 'constant9' set but not used [-Wunused-but-set-variable]
     usqInt constant9;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:3175:12: warning: variable 'constant8' set but not used [-Wunused-but-set-variable]
     usqInt constant8;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:3174:12: warning: variable 'constant7' set but not used [-Wunused-but-set-variable]
     usqInt constant7;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:3173:12: warning: variable 'constant6' set but not used [-Wunused-but-set-variable]
     usqInt constant6;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:3172:12: warning: variable 'constant5' set but not used [-Wunused-but-set-variable]
     usqInt constant5;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:3171:12: warning: variable 'constant4' set but not used [-Wunused-but-set-variable]
     usqInt constant4;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:3170:12: warning: variable 'constant3' set but not used [-Wunused-but-set-variable]
     usqInt constant3;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:3169:12: warning: variable 'constant2' set but not used [-Wunused-but-set-variable]
     usqInt constant2;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:3168:12: warning: variable 'constant14' set but not used [-Wunused-but-set-variable]
     usqInt constant14;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:3167:12: warning: variable 'constant13' set but not used [-Wunused-but-set-variable]
     usqInt constant13;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:3166:12: warning: variable 'constant12' set but not used [-Wunused-but-set-variable]
     usqInt constant12;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:3164:12: warning: variable 'constant10' set but not used [-Wunused-but-set-variable]
     usqInt constant10;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:3163:12: warning: variable 'constant1' set but not used [-Wunused-but-set-variable]
     usqInt constant1;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:3162:12: warning: variable 'constant' set but not used [-Wunused-but-set-variable]
     usqInt constant;
            ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genDivRRQuoRem':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:5941:10: warning: statement with no effect [-Wunused-value]
     error("register choices in genDivR:R:Quo:Rem: made life impossible");
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:5963:9: warning: statement with no effect [-Wunused-value]
    error("register choices in genDivR:R:Quo:Rem: made life impossible");
         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:5924:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'inverseOpcodeFor':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:6306:8: warning: statement with no effect [-Wunused-value]
   error("opcode has no inverse");
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'rewriteTransferAttarget':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:6952:8: warning: statement with no effect [-Wunused-value]
   error("linking callsite to invalid address");
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'addCogMethodsToHeapMap':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:7288:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'addressIsInInstructions':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:7311:29: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  return !((usqInt)(address) & BytesPerWord-1) \
                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'allMachineCodeObjectReferencesValid':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:7373:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'allMethodsHaveCorrectHeader':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:7391:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'CallFullRTregistersToBeSavedMask':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:7675:26: warning: variable 'lastInst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *lastInst;
                          ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'CallRTregistersToBeSavedMask':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:7699:26: warning: variable 'lastInst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *lastInst;
                          ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'callCogCodePopReceiver':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:7750:7: warning: statement with no effect [-Wunused-value]
  error("what??");
       ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'ceCPICMissreceiver':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:7783:11: warning: variable 'result' set but not used [-Wunused-but-set-variable]
     sqInt result;
           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'ceSICMiss':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:7893:11: warning: variable 'result' set but not used [-Wunused-but-set-variable]
     sqInt result;
           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:7885:11: warning: variable 'entryPoint' set but not used [-Wunused-but-set-variable]
     sqInt entryPoint;
           ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'checkAssertsEnabledInCogit':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:8013:11: warning: variable 'assertsAreEnabledInCogit' set but not used [-Wunused-but-set-variable]
     sqInt assertsAreEnabledInCogit;
           ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'checkIfValidOopRefAndTargetpccogMethod':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:8078:12: warning: variable 'sendTable1' set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'checkIfValidOopRefpccogMethod':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:8182:12: warning: variable 'sendTable' set but not used [-Wunused-but-set-variable]
     sqInt *sendTable;
            ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'checkIntegrityOfObjectReferencesInCode':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:8339:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'cleanUpFailingCogCodeConstituents':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:8408:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'cogCodeConstituents':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:8531:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:8580:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'cogMethodDoesntLookKosher':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:8769:72: warning: passing argument 1 of 'methodFor' makes pointer from integer without a cast [-Wint-conversion]
      || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) {
                                                              ~~~~~~~~~~^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:833:20: note: expected 'void *' but argument is of type 'sqInt' {aka 'int'}
 extern CogMethod * methodFor(void *address);
                    ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'cogOpenPICSelectornumArgs':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:8877:11: warning: variable 'mapSize' set but not used [-Wunused-but-set-variable]
     sqInt mapSize;
           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:8875:11: warning: variable 'end' set but not used [-Wunused-but-set-variable]
     sqInt end;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:8874:11: warning: variable 'codeSize' set but not used [-Wunused-but-set-variable]
     sqInt codeSize;
           ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'collectCogConstituentForAnnotationMcpcBcpcMethod':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:9088:36: warning: passing argument 1 of 'positive32BitIntegerFor' makes integer from pointer without a cast [-Wint-conversion]
  address = positive32BitIntegerFor(mcpc);
                                    ^~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:22,
                 from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/../repository/generated/32/vm/include/cointerp.h:91:51: note: expected 'unsigned int' but argument is of type 'char *'
 extern sqInt positive32BitIntegerFor(unsigned int integerValue);
                                      ~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:9079:12: warning: variable 'sendTable1' set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compactPICsWithFreedTargets':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:9422:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compileBlockEntry':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:9548:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compileCallFornumArgsargargargargresultRegregsToSave':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:9623:4: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:9637:4: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:9651:4: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:9665:4: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:9678:3: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compileEntry':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:9744:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'computeEntryOffsets':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:49: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:9932:25: note: in expansion of macro 'roundUpLength'
  if (entryPointMask >= (roundUpLength(1))) {
                         ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:9933:8: warning: statement with no effect [-Wunused-value]
   error("cannot differentiate checked and unchecked entry-points with current cog method alignment");
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'enterCogCodePopReceiver':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:10451:7: warning: statement with no effect [-Wunused-value]
  error("what??");
       ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'fillInMethodHeadersizeselector':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:10645:9: warning: statement with no effect [-Wunused-value]
    error("too much code for stack check offset");
         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:10611:16: warning: variable 'originalMethod' set but not used [-Wunused-but-set-variable]
     CogMethod *originalMethod;
                ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'followForwardedMethods':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:10858:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'freeUnmarkedMachineCode':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:10960:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genEnilopmartForandandforCallcalled':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:11040:11: warning: variable 'size' set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateClosedPICPrototype':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:11261:18: note: in expansion of macro 'roundUpLength'
  closedPICSize = roundUpLength(closedPICSize);
                  ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:11283:16: warning: assignment to 'sqInt' {aka 'int'} from 'CogMethod *' {aka 'struct <anonymous> *'} makes integer from pointer without a cast [-Wint-conversion]
  cPICPrototype = cPIC;
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateCogFullBlock':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:11323:14: note: in expansion of macro 'roundUpLength'
  totalSize = roundUpLength((headerSize + codeSize) + mapSize);
              ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateCogMethod':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:11397:14: note: in expansion of macro 'roundUpLength'
  totalSize = roundUpLength((headerSize + codeSize) + mapSize);
              ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateOpenPICPrototype':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:11562:17: note: in expansion of macro 'roundUpLength'
  openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize));
                 ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:11562:67: note: in expansion of macro 'roundUpLength'
  openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize));
                                                                   ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateVMOwnerLockFunctions':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:11677:11: warning: unused variable 'startAddress' [-Wunused-variable]
     sqInt startAddress;
           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:11676:11: warning: unused variable 'opcodeSize' [-Wunused-variable]
     sqInt opcodeSize;
           ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:11675:11: warning: unused variable 'fixupSize' [-Wunused-variable]
     sqInt fixupSize;
           ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'incrementUsageOfTargetIfLinkedSendmcpcignored':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12164:12: warning: variable 'sendTable1' set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'indexForSelectorinat':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12234:7: warning: statement with no effect [-Wunused-value]
  error("could not find selector in method when unlinking send site");
       ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'inverseBranchFor':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12448:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12450:7: warning: statement with no effect [-Wunused-value]
  error("invalid opcode for inverse");
       ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'mapObjectReferencesInMachineCodeForBecome':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12801:13: warning: statement with no effect [-Wunused-value]
        error("attempt to become two cogged methods");
             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12804:13: warning: statement with no effect [-Wunused-value]
        error("attempt to become cogged method into different method");
             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12859:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12766:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'mapObjectReferencesInMachineCodeForFullGC':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12946:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'mapObjectReferencesInMachineCodeForYoungGC':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12984:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'mapObjectReferencesInMachineCode':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:13090:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:13093:8: warning: statement with no effect [-Wunused-value]
   error("youngReferrers list overflowed");
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'markAndTraceMachineCodeOfMarkedMethods':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:13213:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:13117:11: warning: variable 'val1' set but not used [-Wunused-but-set-variable]
     sqInt val1;
           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:13116:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'markAndTraceOrFreeCogMethodfirstVisit':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:13272:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'markLiteralsAndUnlinkIfUnmarkedSendpcmethod':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:13437:140: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12382:78: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:13381:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'noCogMethodsMaximallyMarked':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:13887:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'outputInstructionsForGeneratedRuntimeAt':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:13936:11: warning: variable 'size' set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'recordRunTimeObjectReferences':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:14133:10: warning: statement with no effect [-Wunused-value]
     error("attempt to generate run-time routine containing young object reference.  Cannot initialize Cogit run-time.");
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'remapIfObjectRefpchasYoung':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:14359:6: warning: statement with no effect [-Wunused-value]
     ((AbstractInstruction *) backEnd);
     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:14321:12: warning: variable 'sendTable1' set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'rewriteCPICCaseAttagobjReftarget':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:14453:3: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'spanForCleanBlockStartingAt':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:14551:7: warning: statement with no effect [-Wunused-value]
  error("couldn't locate end of clean block");
       ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkAllSends':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:14706:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkIfFreeOrLinkedSendpcof':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:14761:140: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12382:78: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkIfInvalidClassSendpcignored':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:14813:141: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
      rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                             ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12382:78: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkIfLinkedSendToFreepcignored':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:14863:140: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12382:78: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkIfLinkedSendpcignored':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:14911:139: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
    rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12382:78: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkIfLinkedSendpcto':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:14959:140: warning: passing argument 3 of 'inlineCacheValueForSelectorinat' makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12382:78: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkSendsLinkedForInvalidClasses':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15032:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkSendsOfisMNUSelector':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15098:32: note: in expansion of macro 'roundUpLength'
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15110:32: note: in expansion of macro 'roundUpLength'
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15161:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkSendsToFree':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15237:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'unlinkSendsToandFreeIf':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15324:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'addAllToYoungReferrers':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15410:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'addToYoungReferrers':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15441:8: warning: statement with no effect [-Wunused-value]
   error("no room on youngReferrers list");
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'clearCogCompiledCode':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15484:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compactCompiledCode':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15520:28: note: in expansion of macro 'roundUpLength'
   source = ((CogMethod *) (roundUpLength((((sqInt)source)) + ((source->blockSize)))));
                            ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'freeOlderMethodsForCompaction':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15642:32: note: in expansion of macro 'roundUpLength'
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'methodFor':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15698:32: note: in expansion of macro 'roundUpLength'
   nextMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'methodsCompiledToMachineCodeInto':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15726:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'numMethodsOfType':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15752:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'planCompaction':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15827:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'printCogMethods':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15865:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'printCogMethodsOfType':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15896:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'printCogMethodsWithMethod':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15913:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'printCogMethodsWithPrimitive':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15930:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'printCogMethodsWithSelector':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15947:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'relocateMethodsPreCompaction':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2050:45: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                  ~~~~~~~~~~~^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:16094:31: note: in expansion of macro 'roundUpLength'
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genPrimitiveClass':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:16700:11: warning: variable 'reg1' set but not used [-Wunused-but-set-variable]
     sqInt reg1;
           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genPrimitiveAtSigned':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:18554:27: warning: variable 'first1' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * first1;
                           ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:18553:27: warning: variable 'first' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * first;
                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genPrimitiveIdentityHash':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:18836:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genEnsureOopInRegNotForwardedscratchReg':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:20597:88: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
  return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0);
                                                                                        ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:948:125: note: expected 'sqInt' {aka 'int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
 static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero);
                                                                                                                       ~~~~~~^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:20645:12: warning: assignment to 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'} from 'sqInt' {aka 'int'} makes pointer from integer without a cast [-Wint-conversion]
   finished = nonFwdJumpTargetOrZero;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genGetActiveContextLargeinBlock':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:20877:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:20807:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genGetActiveContextNumArgslargeinBlock':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:21143:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:21163:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genPrimitiveIdenticalOrNotIf':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:21897:86: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                      ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:20607:98: note: expected 'sqInt' {aka 'int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                            ~~~~~~^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:21926:86: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                      ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:20607:98: note: expected 'sqInt' {aka 'int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                            ~~~~~~^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genPrimitiveStringReplace':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:22418:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genStoreCheckReceiverRegvalueRegscratchReginFrame':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:22844:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'rewriteInlineCacheAttagtarget':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:23595:8: warning: statement with no effect [-Wunused-value]
   error("linking callsite to invalid address");
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'ensureSpilledAtfrom':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2064:25: warning: statement with no effect [-Wunused-value]
 #define traceSpill(ign) 0
                         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:23905:2: note: in expansion of macro 'traceSpill'
  traceSpill(self_in_ensureSpilledAtfrom);
  ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:23891:26: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction *inst;
                          ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'popToReg':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24012:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'storeToReg':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24104:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compileInterpreterPrimitiveMayCallBackflags':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24518:3: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24524:3: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24541:13: warning: passing argument 1 of 'jmpTarget' makes pointer from integer without a cast [-Wint-conversion]
   jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
             ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2295:33: note: expected 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'} but argument is of type 'sqInt' {aka 'int'}
 jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
           ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compileInterpreterPrimitiveflags':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24677:3: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24683:3: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24739:13: warning: passing argument 1 of 'jmpTarget' makes pointer from integer without a cast [-Wint-conversion]
   jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
             ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2295:33: note: expected 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'} but argument is of type 'sqInt' {aka 'int'}
 jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
           ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24748:13: warning: passing argument 1 of 'jmpTarget' makes pointer from integer without a cast [-Wint-conversion]
   jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2295:33: note: expected 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'} but argument is of type 'sqInt' {aka 'int'}
 jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
           ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compileMachineCodeInterpreterPrimitive':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24827:8: warning: statement with no effect [-Wunused-value]
   error("shouldBeImplemented");
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24832:4: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24837:4: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24842:4: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24847:4: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24851:3: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24791:11: warning: variable 'n' set but not used [-Wunused-but-set-variable]
     sqInt n;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compilePrimitive':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:25159:49: warning: passing argument 1 of 'compileMachineCodeInterpreterPrimitive' makes pointer from integer without a cast [-Wint-conversion]
   return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24786:47: note: expected 'void (*)(void)' but argument is of type 'sqInt' {aka 'int'}
 compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
                                        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:25162:24: warning: comparison of distinct pointer types lacks a cast
   || (primitiveRoutine == primitiveFail)) {
                        ^~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genPrimReturnEnterCogCodeEnilopmart':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:25925:27: warning: variable 'inst' set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compileAbstractInstructionsFromthrough':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2063:25: warning: statement with no effect [-Wunused-value]
 #define traceSimStack() 0
                         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:27519:2: note: in expansion of macro 'traceSimStack'
  traceSimStack();
  ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2028:30: warning: statement with no effect [-Wunused-value]
 #define maybeHaltIfDebugPC() 0
                              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:27525:3: note: in expansion of macro 'maybeHaltIfDebugPC'
   maybeHaltIfDebugPC();
   ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2060:30: warning: statement with no effect [-Wunused-value]
 #define traceDescriptor(ign) 0
                              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:27540:3: note: in expansion of macro 'traceDescriptor'
   traceDescriptor(descriptor);
   ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2063:25: warning: statement with no effect [-Wunused-value]
 #define traceSimStack() 0
                         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:27541:3: note: in expansion of macro 'traceSimStack'
   traceSimStack();
   ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:27576:8: warning: statement with no effect [-Wunused-value]
   error("Cog JIT internal error. Too many abstract opcodes.  Num opcodes heuristic is too optimistic.");
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'compileBlockBodies':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:27587:11: warning: variable 'initialCounterIndex' set but not used [-Wunused-but-set-variable]
     sqInt initialCounterIndex;
           ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'ensureFixupAt':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2061:34: warning: statement with no effect [-Wunused-value]
 #define traceFixupmerge(igu,ana) 0
                                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:28532:2: note: in expansion of macro 'traceFixupmerge'
  traceFixupmerge(fixup, 1);
  ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'ensureNonMergeFixupAt':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2061:34: warning: statement with no effect [-Wunused-value]
 #define traceFixupmerge(igu,ana) 0
                                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:28568:2: note: in expansion of macro 'traceFixupmerge'
  traceFixupmerge(fixup, 1);
  ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genCallPICEnilopmartNumArgs':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:28766:11: warning: variable 'size' set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genCallPrimitiveBytecode':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:28819:11: warning: variable 'primSet' set but not used [-Wunused-but-set-variable]
     sqInt primSet;
           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateInstructionsAt':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2027:41: warning: statement with no effect [-Wunused-value]
 #define maybeBreakGeneratingAt(address) 0
                                         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:29029:3: note: in expansion of macro 'maybeBreakGeneratingAt'
   maybeBreakGeneratingAt(absoluteAddress);
   ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2027:41: warning: statement with no effect [-Wunused-value]
 #define maybeBreakGeneratingAt(address) 0
                                         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:29056:3: note: in expansion of macro 'maybeBreakGeneratingAt'
   maybeBreakGeneratingAt((abstractInstruction->address));
   ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateSendTrampolines':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:29105:47: warning: passing argument 1 of 'generateSuperSendTrampolineTonamednumArgsin' makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1187:78: note: expected 'sqInt' {aka 'int'} but argument is of type 'sqInt (*)(sqInt,  sqInt,  sqInt,  sqInt)' {aka 'int (*)(int,  int,  int,  int)'}
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                        ~~~~~~^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:29105:69: warning: passing argument 2 of 'generateSuperSendTrampolineTonamednumArgsin' makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                                     ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1187:94: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:29106:47: warning: passing argument 1 of 'generateSuperSendTrampolineTonamednumArgsin' makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1187:78: note: expected 'sqInt' {aka 'int'} but argument is of type 'void (*)(sqInt,  sqInt,  sqInt,  sqInt)' {aka 'void (*)(int,  int,  int,  int)'}
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                        ~~~~~~^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:29106:81: warning: passing argument 2 of 'generateSuperSendTrampolineTonamednumArgsin' makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1187:94: note: expected 'sqInt' {aka 'int'} but argument is of type 'char *'
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                        ~~~~~~^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateSuperSendTrampolineTonamednumArgsin':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:29125:102: warning: passing argument 1 of 'trampolineNamenumArgs' makes pointer from integer without a cast [-Wint-conversion]
  trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                                                      ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:14594:29: note: expected 'char *' but argument is of type 'sqInt' {aka 'int'}
 trampolineNamenumArgs(char *routinePrefix, sqInt numArgs)
                       ~~~~~~^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:29125:61: warning: passing argument 1 of 'genSendTrampolineFornumArgscalledargargargarg' makes pointer from integer without a cast [-Wint-conversion]
  trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                             ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1220:80: note: expected 'void *' but argument is of type 'sqInt' {aka 'int'}
 static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3);
                                                                          ~~~~~~^~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genForwardersInlinedIdenticalOrNotIf':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:29355:85: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                     ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:20607:98: note: expected 'sqInt' {aka 'int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                            ~~~~~~^~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:29359:23: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   : argReg), TempReg, label, fixup);
                       ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:20607:98: note: expected 'sqInt' {aka 'int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                            ~~~~~~^~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:29359:30: warning: passing argument 4 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   : argReg), TempReg, label, fixup);
                              ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:20607:119: note: expected 'sqInt' {aka 'int'} but argument is of type 'BytecodeFixup *' {aka 'struct <anonymous> *'}
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genIdenticalNoBranchArgIsConstantrcvrIsConstantargRegrcvrRegorNotIf':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:29438:85: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                     ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:20607:98: note: expected 'sqInt' {aka 'int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                            ~~~~~~^~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:29442:92: warning: passing argument 3 of 'genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder' makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0);
                                                                                            ^~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:20607:98: note: expected 'sqInt' {aka 'int'} but argument is of type 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'}
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                            ~~~~~~^~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genInlinedIdenticalOrNotIf':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:29509:25: warning: variable 'primDescriptor' set but not used [-Wunused-but-set-variable]
     BytecodeDescriptor *primDescriptor;
                         ^~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genPushLiteralVariable':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:30121:11: warning: variable 'eA' set but not used [-Wunused-but-set-variable]
     sqInt eA;
           ^~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genSpecialSelectorArithmetic':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:30533:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:30680:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genSpecialSelectorComparison':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:30767:11: warning: variable 'nextPC' set but not used [-Wunused-but-set-variable]
     sqInt nextPC;
           ^~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genStaticallyResolvedSpecialSelectorComparison':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:30952:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'mergeWithFixupIfRequired':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2062:25: warning: statement with no effect [-Wunused-value]
 #define traceMerge(ign) 0
                         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:31606:2: note: in expansion of macro 'traceMerge'
  traceMerge(fixup);
  ^~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'reinitializeFixupsFromthrough':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:31778:45: warning: assignment to 'AbstractInstruction *' {aka 'struct _AbstractInstruction *'} from 'unsigned char' makes pointer from integer without a cast [-Wint-conversion]
   (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0);
                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'ssAllocateRequiredRegMaskupThrough':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:32049:11: warning: variable 'lastRequiredNative' set but not used [-Wunused-but-set-variable]
     sqInt lastRequiredNative;
           ^~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
At top level:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:32559:1: warning: 'violatesEnsureSpilledSpillAssert' defined but not used [-Wunused-function]
 violatesEnsureSpilledSpillAssert(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:32458:1: warning: 'tempsValidAndVolatileEntriesSpilled' defined but not used [-Wunused-function]
 tempsValidAndVolatileEntriesSpilled(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:31751:1: warning: 'receiverIsInReceiverResultReg' defined but not used [-Wunused-function]
 receiverIsInReceiverResultReg(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:27213:1: warning: 'v4LongForwardBranchDistance' defined but not used [-Wunused-function]
 v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:26677:1: warning: 'numSpecialSelectors' defined but not used [-Wunused-function]
 numSpecialSelectors(void)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:24111:1: warning: 'isMergeFixup' defined but not used [-Wunused-function]
 isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:23694:1: warning: 'updateLabel' defined but not used [-Wunused-function]
 updateLabel(AbstractInstruction * self_in_updateLabel, AbstractInstruction *labelInstruction)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:23612:1: warning: 'rewriteInlineCacheTagat' defined but not used [-Wunused-function]
 rewriteInlineCacheTagat(AbstractInstruction * self_in_rewriteInlineCacheTagat, sqInt cacheTag, sqInt callSiteReturnAddress)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:23485:1: warning: 'literalLoadInstructionBytes' defined but not used [-Wunused-function]
 literalLoadInstructionBytes(AbstractInstruction * self_in_literalLoadInstructionBytes)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:23440:1: warning: 'inlineCacheTagAt' defined but not used [-Wunused-function]
 inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:23175:1: warning: 'inlineCacheTagIsYoung' defined but not used [-Wunused-function]
 inlineCacheTagIsYoung(sqInt cacheTag)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:23164:1: warning: 'getActiveContextAllocatesInMachineCode' defined but not used [-Wunused-function]
 getActiveContextAllocatesInMachineCode(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:20393:1: warning: 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock' defined but not used [-Wunused-function]
 genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:20216:1: warning: 'couldBeDerivedObject' defined but not used [-Wunused-function]
 couldBeDerivedObject(sqInt bodyAddress)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:20201:1: warning: 'checkValidDerivedObjectReference' defined but not used [-Wunused-function]
 checkValidDerivedObjectReference(sqInt bodyAddress)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:16142:1: warning: 'voidYoungReferrersPostTenureAll' defined but not used [-Wunused-function]
 voidYoungReferrersPostTenureAll(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15655:1: warning: 'kosherYoungReferrers' defined but not used [-Wunused-function]
 kosherYoungReferrers(void)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:15387:1: warning: 'counters' defined but not used [-Wunused-function]
 counters(CogMethod * self_in_counters)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:14145:1: warning: 'registerMaskFor' defined but not used [-Wunused-function]
 registerMaskFor(sqInt reg)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:14034:1: warning: 'picAbortDiscriminatorValue' defined but not used [-Wunused-function]
 picAbortDiscriminatorValue(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:13877:1: warning: 'noCogMethodsMaximallyMarked' defined but not used [-Wunused-function]
 noCogMethodsMaximallyMarked(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:13865:1: warning: 'noAssertMethodClassAssociationOf' defined but not used [-Wunused-function]
 noAssertMethodClassAssociationOf(sqInt methodPointer)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:13554:1: warning: 'maybeFreeCogMethodDoesntLookKosher' defined but not used [-Wunused-function]
 maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12212:1: warning: 'indexForSelectorinat' defined but not used [-Wunused-function]
 indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:12153:1: warning: 'getOpcodeIndex' defined but not used [-Wunused-function]
 getOpcodeIndex(void)
 ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:10757:1: warning: 'firstMappedPCFor' defined but not used [-Wunused-function]
 firstMappedPCFor(CogMethod *cogMethod)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:10478:1: warning: 'expectedClosedPICPrototype' defined but not used [-Wunused-function]
 expectedClosedPICPrototype(CogMethod *cPIC)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:7721:1: warning: 'gCall' defined but not used [-Wunused-function]
 gCall(sqInt callTarget)
 ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:7380:1: warning: 'allMethodsHaveCorrectHeader' defined but not used [-Wunused-function]
 allMethodsHaveCorrectHeader(void)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:7294:1: warning: 'addressIsInCurrentCompilation' defined but not used [-Wunused-function]
 addressIsInCurrentCompilation(sqInt address)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:7165:1: warning: 'zoneCallsAreRelative' defined but not used [-Wunused-function]
 zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:7028:1: warning: 'stackPageInterruptHeadroomBytes' defined but not used [-Wunused-function]
 stackPageInterruptHeadroomBytes(AbstractInstruction * self_in_stackPageInterruptHeadroomBytes)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:6914:1: warning: 'rewriteJumpFullAttarget' defined but not used [-Wunused-function]
 rewriteJumpFullAttarget(AbstractInstruction * self_in_rewriteJumpFullAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:6899:1: warning: 'rewriteCallFullAttarget' defined but not used [-Wunused-function]
 rewriteCallFullAttarget(AbstractInstruction * self_in_rewriteCallFullAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
 ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:6778:1: warning: 'orrimmror' defined but not used [-Wunused-function]
 orrimmror(AbstractInstruction * self_in_orrimmror, sqInt destReg, sqInt immediate8bitValue, sqInt rot)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:6711:1: warning: 'movsrn' defined but not used [-Wunused-function]
 movsrn(AbstractInstruction * self_in_movsrn, sqInt destReg, sqInt srcReg)
 ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:6606:1: warning: 'machineCodeWords' defined but not used [-Wunused-function]
 machineCodeWords(AbstractInstruction * self_in_machineCodeWords)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:6589:1: warning: 'machineCodeBytes' defined but not used [-Wunused-function]
 machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:6456:1: warning: 'ldrhrnrm' defined but not used [-Wunused-function]
 ldrhrnrm(AbstractInstruction * self_in_ldrhrnrm, sqInt destReg, sqInt baseReg, sqInt offsetReg)
 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:6335:1: warning: 'isInImmediateJumpRange' defined but not used [-Wunused-function]
 isInImmediateJumpRange(AbstractInstruction * self_in_isInImmediateJumpRange, usqIntptr_t operand)
 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:6246:1: warning: 'instructionIsOR' defined but not used [-Wunused-function]
 instructionIsOR(AbstractInstruction * self_in_instructionIsOR, sqInt instr)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:6224:1: warning: 'instructionIsCMP' defined but not used [-Wunused-function]
 instructionIsCMP(AbstractInstruction * self_in_instructionIsCMP, sqInt instr)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:6170:1: warning: 'instructionBeforeAddress' defined but not used [-Wunused-function]
 instructionBeforeAddress(AbstractInstruction * self_in_instructionBeforeAddress, sqInt followingAddress)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:6159:1: warning: 'genSubstituteReturnAddress' defined but not used [-Wunused-function]
 genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:5910:1: warning: 'fullCallsAreRelative' defined but not used [-Wunused-function]
 fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2839:1: warning: 'concreteCallerSavedRegisterMask' defined but not used [-Wunused-function]
 concreteCallerSavedRegisterMask(AbstractInstruction * self_in_concreteCallerSavedRegisterMask)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2822:1: warning: 'concreteCalleeSavedRegisterMask' defined but not used [-Wunused-function]
 concreteCalleeSavedRegisterMask(AbstractInstruction * self_in_concreteCalleeSavedRegisterMask)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2525:1: warning: 'b' defined but not used [-Wunused-function]
 b(AbstractInstruction * self_in_b, sqInt offset)
 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2450:1: warning: 'andrnimmror' defined but not used [-Wunused-function]
 andrnimmror(AbstractInstruction * self_in_andrnimmror, sqInt destReg, sqInt srcReg, sqInt immediate, sqInt rot)
 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2376:1: warning: 'wantsNearAddressFor' defined but not used [-Wunused-function]
 wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
 ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2363:1: warning: 'rewriteConditionalJumpLongAttarget' defined but not used [-Wunused-function]
 rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2284:1: warning: 'isWithinMwOffsetRange' defined but not used [-Wunused-function]
 isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2270:1: warning: 'isLiteral' defined but not used [-Wunused-function]
 isLiteral(AbstractInstruction * self_in_isLiteral)
 ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2255:1: warning: 'isAnInstruction' defined but not used [-Wunused-function]
 isAnInstruction(AbstractInstruction * self_in_isAnInstruction, AbstractInstruction *addressOrInstruction)
 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2192:1: warning: 'genSwapRRScratch' defined but not used [-Wunused-function]
 genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
 ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2092:1: warning: 'availableFloatRegisterOrNoneFor' defined but not used [-Wunused-function]
 availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1991:15: warning: 'unpairedMethodList' defined but not used [-Wunused-variable]
 static usqInt unpairedMethodList;
               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1977:14: warning: 'simulateFPInUse' defined but not used [-Wunused-variable]
 static sqInt simulateFPInUse;
              ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1955:14: warning: 'percentageToEnsureRelease' defined but not used [-Wunused-variable]
 static sqInt percentageToEnsureRelease;
              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1932:14: warning: 'memoryManager' defined but not used [-Wunused-variable]
 static sqInt memoryManager;
              ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1919:14: warning: 'guardPageSize' defined but not used [-Wunused-variable]
 static sqInt guardPageSize;
              ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1393:14: warning: 'expectedSPAlignment' defined but not used [-Wunused-variable]
 static sqInt expectedSPAlignment;
              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1392:14: warning: 'expectedFPAlignment' defined but not used [-Wunused-variable]
 static sqInt expectedFPAlignment;
              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1386:14: warning: 'disassemblingMethod' defined but not used [-Wunused-variable]
 static sqInt disassemblingMethod;
              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1382:14: warning: 'debugStackPointers' defined but not used [-Wunused-variable]
 static sqInt debugStackPointers;
              ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1380:14: warning: 'debugOpcodeIndices' defined but not used [-Wunused-variable]
 static sqInt debugOpcodeIndices;
              ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1379:14: warning: 'debugFixupBreaks' defined but not used [-Wunused-variable]
 static sqInt debugFixupBreaks;
              ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1378:14: warning: 'debugBytecodePointers' defined but not used [-Wunused-variable]
 static sqInt debugBytecodePointers;
              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1376:14: warning: 'currentCallCleanUpSize' defined but not used [-Wunused-variable]
 static sqInt currentCallCleanUpSize;
              ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1371:14: warning: 'compilationTrace' defined but not used [-Wunused-variable]
 static sqInt compilationTrace;
              ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1346:14: warning: 'ceSigned64BitValueOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceSigned64BitValueOfTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1345:14: warning: 'ceSigned64BitIntegerTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceSigned64BitIntegerTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1344:14: warning: 'ceSigned32BitValueOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceSigned32BitValueOfTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1343:14: warning: 'ceSigned32BitIntegerTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceSigned32BitIntegerTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1335:14: warning: 'cePositive64BitValueOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt cePositive64BitValueOfTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1334:14: warning: 'cePositive64BitIntegerTrampoline' defined but not used [-Wunused-variable]
 static sqInt cePositive64BitIntegerTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1333:14: warning: 'cePositive32BitValueOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt cePositive32BitValueOfTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1332:14: warning: 'cePositive32BitIntegerTrampoline' defined but not used [-Wunused-variable]
 static sqInt cePositive32BitIntegerTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1331:14: warning: 'cePICAbortTrampoline' defined but not used [-Wunused-variable]
 static sqInt cePICAbortTrampoline;
              ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1328:14: warning: 'ceMethodAbortTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceMethodAbortTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1323:14: warning: 'ceInstantiateClassTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceInstantiateClassTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1322:14: warning: 'ceInstantiateClassIndexableSizeTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceInstantiateClassIndexableSizeTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1321:14: warning: 'ceInlineNewHashTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceInlineNewHashTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1317:15: warning: 'ceFlushICache' defined but not used [-Wunused-variable]
 static void (*ceFlushICache)(usqIntptr_t from, usqIntptr_t to);
               ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1316:14: warning: 'ceFloatValueOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceFloatValueOfTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1315:14: warning: 'ceFloatObjectOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceFloatObjectOfTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1312:14: warning: 'ceCPICMissTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceCPICMissTrampoline;
              ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1310:22: warning: 'ceCheckFeaturesFunction' defined but not used [-Wunused-variable]
 static usqIntptr_t (*ceCheckFeaturesFunction)(void);
                      ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1300:14: warning: 'ceByteSizeOfTrampoline' defined but not used [-Wunused-variable]
 static sqInt ceByteSizeOfTrampoline;
              ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:1286:14: warning: 'breakBlock' defined but not used [-Wunused-variable]
 static sqInt breakBlock;
              ^~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genSpecialSelectorComparison':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:30955:9: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return ssPushAnnotatedConstant((result
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   ? trueObject()
   ~~~~~~~~~~~~~~
   : falseObject()));
   ~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:30926:9: note: 'result' was declared here
     int result;
         ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:30867:32: warning: 'argInt' may be used uninitialized in this function [-Wmaybe-uninitialized]
    (anInstruction->dependent = locateLiteral(argInt));
                                ^~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'genSpecialSelectorArithmetic':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:30609:35: warning: 'rcvrInt' may be used uninitialized in this function [-Wmaybe-uninitialized]
      (anInstruction2->dependent = locateLiteral(rcvrInt));
                                   ^~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:2297:37: warning: 'jumpContinue' may be used uninitialized in this function [-Wmaybe-uninitialized]
  ((self_in_jmpTarget->operands))[0] = (((usqInt)anAbstractInstruction));
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:30495:26: note: 'jumpContinue' was declared here
     AbstractInstruction *jumpContinue;
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:30539:31: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
     ssPushAnnotatedConstant((((usqInt)result << 1) | 1)));
                               ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:30517:10: warning: 'argInt' may be used uninitialized in this function [-Wmaybe-uninitialized]
   argInt = (argInt >> 1);
   ~~~~~~~^~~~~~~~~~~~~~~
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogit.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c: In function 'generateClosedPICPrototype':
/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/repository/generated/32/vm/src/cogitARMv5.c:11259:31: warning: 'endCPICCase1' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cPICCaseSize = ((endCPICCase1->address)) - ((endCPICCase0->address));
                 ~~~~~~~~~~~~~~^~~~~~~~~~~
wrapper script does not seem to be touching the log file in /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2/build-stockReplacement@tmp/durable-1491cc1d
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
$ docker stop --time=1 3db095df051211e7303a697cad72e29dc6f210a09a5babf8b6beae1792b79505
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch Linux-armv7l
[Pipeline] // parallel
[Pipeline] End of Pipeline
ERROR: script returned exit code -1

GitHub has been notified of this commit’s build result

Finished: FAILURE