Skip to content
Failed

Console Output

Skipping 7,075 KB.. Full Log
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35825:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35826:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35827:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35850:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35853:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35857:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35892:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35905:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35905:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35932:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35957:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35992:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36020:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(GIV(stackPointer))) >> 3)
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36040:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36056:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36092:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36123:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36124:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36142:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36159:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36204:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36205:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36222:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36248:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36277:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36305:20: warning: incompatible pointer to integer conversion passing 'sqInt (*)(void)' (aka 'long long (*)(void)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        classObj = longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(ClassPoint) << (shiftForWord())))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36327:12: warning: address of function 'needGCFlag' will always evaluate to 'true' [-Wpointer-bool-conversion]
                if (!GIV(needGCFlag)) {
                    ~    ^~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36327:12: note: prefix with the address-of operator to silence this warning
                if (!GIV(needGCFlag)) {
                         ^
                     &
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36329:20: error: non-object type 'sqInt (void)' (aka 'long long (void)') is not assignable
                        GIV(needGCFlag) = 1;
                            ~~~~~~~~~~  ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36349:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36369:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36393:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36397:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36410:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36426:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36442:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36462:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36479:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36509:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36523:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36533:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36544:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36563:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36599:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stringOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36665:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36666:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36668:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36676:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36680:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36701:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36717:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36754:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36772:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        labelOop = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36834:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36850:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36888:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36894:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36910:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36930:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36931:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36941:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36969:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36991:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37007:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37023:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37039:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37074:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        bytes = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37109:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37132:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37190:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37202:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37204:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : bytesInObject(longAt(GIV(stackPointer))));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37207:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37241:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37247:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                nElements = ((longAt(GIV(stackPointer))) >> 3);
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37248:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37297:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37302:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37322:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37346:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37361:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37401:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37418:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37457:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37472:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37518:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37543:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37558:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37598:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37616:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37632:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                       ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37634:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37653:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37693:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37708:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37748:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37775:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37790:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37830:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37857:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37872:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37912:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37939:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37954:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37994:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38016:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38055:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38070:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38110:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38135:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38150:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38190:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38209:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38240:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38287:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38302:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38342:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38360:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38370:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38392:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38408:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38443:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        class = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38453:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38472:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38486:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38486:69: warning: incompatible pointer to integer conversion passing 'sqInt (void)' (aka 'long long (void)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                                                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38502:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38557:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38558:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38561:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38577:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                outPointerArray = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38578:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38579:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38618:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38619:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38753:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38786:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38787:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38788:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38977:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39017:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39018:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39019:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39020:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39021:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39086:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                arrayFmt = arrayFmt;
                ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39133:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                replFmt = replFmt;
                ~~~~~~~ ^ ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39287:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39319:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39320:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39354:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39384:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39385:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39390:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39392:20: warning: incompatible pointer to integer conversion passing 'sqInt (*)(void)' (aka 'long long (*)(void)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                objOop1 = longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SchedulerAssociation) << (shiftForWord())))));
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39417:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39423:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39428:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39446:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39466:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39486:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39502:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39505:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39521:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39574:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        moduleName = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39730:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39755:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39766:21: warning: incompatible pointer to integer conversion passing 'sqInt (*)(void)' (aka 'long long (*)(void)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classObj = longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(ClassArray) << (shiftForWord())))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39790:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39817:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39827:21: warning: incompatible pointer to integer conversion passing 'sqInt (*)(void)' (aka 'long long (*)(void)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classObj = longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(ClassArray) << (shiftForWord())))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39851:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39869:51: warning: incompatible pointer to integer conversion passing 'sqInt (*)(void)' (aka 'long long (*)(void)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        s = instantiateClassindexableSizeisPinned(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(ClassByteString) << (shiftForWord()))))), sz, 0);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39872:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39901:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39912:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39922:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39939:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2050:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39965:20: warning: incompatible pointer to integer conversion passing 'sqInt (*)(void)' (aka 'long long (*)(void)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                objOop1 = longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SchedulerAssociation) << (shiftForWord())))));
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:40123:34: warning: incompatible pointer to integer conversion passing 'sqInt (*)(void)' (aka 'long long (*)(void)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!(isKindOfClass(oop, longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(ClassAlien) << (shiftForWord())))))))) {
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:40139:34: warning: incompatible pointer to integer conversion passing 'sqInt (*)(void)' (aka 'long long (*)(void)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!(isKindOfClass(oop, longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(ClassAlien) << (shiftForWord())))))))) {
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
1761 warnings and 20 errors generated.
make[2]: *** [CMakeFiles/PharoVMCore.dir/build.make:486: CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o] Error 1
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[1]: *** [CMakeFiles/Makefile2:856: CMakeFiles/PharoVMCore.dir/all] Error 2
make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make: *** [Makefile:175: all] Error 2
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch Windows-x86_64
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 2
Finished: FAILURE