+ renice +1 1560176 1560176 (process ID) old priority 0, new priority 1 + cd /home/asar-ci/asar + git fetch + git checkout 4be73242d19a2ac97ff3582bda105e88686e952f HEAD is now at 4be7324 Merge pull request #293 from Alcaro/patch-14 + rm -rf /home/asar-ci/build + mkdir /home/asar-ci/build + cd /home/asar-ci/build + cmake -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=MinSizeRel -DASAR_USE_THREADS=OFF -DASAR_COVERAGE=ON /home/asar-ci/asar/src -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /home/asar-ci/build + make -j4 [ 1%] Building CXX object asar/CMakeFiles/asar.dir/interface-lib.cpp.o [ 2%] Building CXX object asar-tests/CMakeFiles/asar-app-test.dir/test.cpp.o [ 4%] Building CXX object asar/CMakeFiles/asar-static.dir/interface-lib.cpp.o [ 5%] Building CXX object asar/CMakeFiles/asar-standalone.dir/interface-cli.cpp.o [ 7%] Building CXX object asar/CMakeFiles/asar.dir/addr2line.cpp.o [ 8%] Building CXX object asar/CMakeFiles/asar-static.dir/addr2line.cpp.o [ 10%] Linking CXX executable asar-app-test [ 11%] Building CXX object asar/CMakeFiles/asar-standalone.dir/addr2line.cpp.o [ 13%] Building CXX object asar/CMakeFiles/asar.dir/arch-65816.cpp.o [ 14%] Building CXX object asar/CMakeFiles/asar-static.dir/arch-65816.cpp.o [ 16%] Building CXX object asar/CMakeFiles/asar-standalone.dir/arch-65816.cpp.o [ 17%] Building CXX object asar/CMakeFiles/asar.dir/arch-spc700.cpp.o [ 19%] Building CXX object asar/CMakeFiles/asar-static.dir/arch-spc700.cpp.o /home/asar-ci/asar/src/asar/arch-spc700.cpp: In function ‘bool asblock_spc700(char**, int)’: /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:328:58: note: in expansion of macro ‘w1’ 328 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:328:58: note: in expansion of macro ‘w1’ 328 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:329:58: note: in expansion of macro ‘w1’ 329 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:329:58: note: in expansion of macro ‘w1’ 329 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:333:58: note: in expansion of macro ‘w1’ 333 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:333:58: note: in expansion of macro ‘w1’ 333 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:334:58: note: in expansion of macro ‘w1’ 334 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:334:58: note: in expansion of macro ‘w1’ 334 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:338:58: note: in expansion of macro ‘w1’ 338 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:338:58: note: in expansion of macro ‘w1’ 338 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:339:58: note: in expansion of macro ‘w1’ 339 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:339:58: note: in expansion of macro ‘w1’ 339 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:340:58: note: in expansion of macro ‘w1’ 340 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:340:58: note: in expansion of macro ‘w1’ 340 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:344:58: note: in expansion of macro ‘w1’ 344 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:344:58: note: in expansion of macro ‘w1’ 344 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:345:58: note: in expansion of macro ‘w1’ 345 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:345:58: note: in expansion of macro ‘w1’ 345 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:347:58: note: in expansion of macro ‘w1’ 347 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:347:58: note: in expansion of macro ‘w1’ 347 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:348:58: note: in expansion of macro ‘w1’ 348 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:348:58: note: in expansion of macro ‘w1’ 348 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:356:49: note: in expansion of macro ‘w1’ 356 | cv("x", "#","") w1(0xC8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:356:49: note: in expansion of macro ‘w1’ 356 | cv("x", "#","") w1(0xC8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:358:49: note: in expansion of macro ‘w1’ 358 | cv("y", "#","") w1(0xAD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:358:49: note: in expansion of macro ‘w1’ 358 | cv("y", "#","") w1(0xAD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:374:54: note: in expansion of macro ‘w1’ 374 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:374:54: note: in expansion of macro ‘w1’ 374 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:375:54: note: in expansion of macro ‘w1’ 375 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:375:54: note: in expansion of macro ‘w1’ 375 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:376:54: note: in expansion of macro ‘w1’ 376 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:376:54: note: in expansion of macro ‘w1’ 376 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:392:49: note: in expansion of macro ‘w1’ 392 | if (is("cmpw")) w1(0x5A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:392:49: note: in expansion of macro ‘w1’ 392 | if (is("cmpw")) w1(0x5A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:393:49: note: in expansion of macro ‘w1’ 393 | if (is("addw")) w1(0x7A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:393:49: note: in expansion of macro ‘w1’ 393 | if (is("addw")) w1(0x7A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:394:49: note: in expansion of macro ‘w1’ 394 | if (is("subw")) w1(0x9A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:394:49: note: in expansion of macro ‘w1’ 394 | if (is("subw")) w1(0x9A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:395:49: note: in expansion of macro ‘w1’ 395 | if (is("movw")) w1(0xBA, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:395:49: note: in expansion of macro ‘w1’ 395 | if (is("movw")) w1(0xBA, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:397:62: note: in expansion of macro ‘w1’ 397 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:397:62: note: in expansion of macro ‘w1’ 397 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp: At global scope: /home/asar-ci/asar/src/asar/arch-spc700.cpp:8:12: warning: ‘inlinestartpos’ defined but not used [-Wunused-variable] 8 | static int inlinestartpos=0; | ^~~~~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:7:12: warning: ‘writesizeto’ defined but not used [-Wunused-variable] 7 | static int writesizeto=-1; | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp: In function ‘bool asblock_spc700(char**, int)’: /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:328:58: note: in expansion of macro ‘w1’ 328 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:328:58: note: in expansion of macro ‘w1’ 328 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:329:58: note: in expansion of macro ‘w1’ 329 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:329:58: note: in expansion of macro ‘w1’ 329 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:333:58: note: in expansion of macro ‘w1’ 333 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:333:58: note: in expansion of macro ‘w1’ 333 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:334:58: note: in expansion of macro ‘w1’ 334 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:334:58: note: in expansion of macro ‘w1’ 334 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:338:58: note: in expansion of macro ‘w1’ 338 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:338:58: note: in expansion of macro ‘w1’ 338 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:339:58: note: in expansion of macro ‘w1’ 339 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:339:58: note: in expansion of macro ‘w1’ 339 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:340:58: note: in expansion of macro ‘w1’ 340 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:340:58: note: in expansion of macro ‘w1’ 340 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:344:58: note: in expansion of macro ‘w1’ 344 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:344:58: note: in expansion of macro ‘w1’ 344 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:345:58: note: in expansion of macro ‘w1’ 345 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:345:58: note: in expansion of macro ‘w1’ 345 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:347:58: note: in expansion of macro ‘w1’ 347 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:347:58: note: in expansion of macro ‘w1’ 347 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:348:58: note: in expansion of macro ‘w1’ 348 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:348:58: note: in expansion of macro ‘w1’ 348 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:356:49: note: in expansion of macro ‘w1’ 356 | cv("x", "#","") w1(0xC8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:356:49: note: in expansion of macro ‘w1’ 356 | cv("x", "#","") w1(0xC8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:358:49: note: in expansion of macro ‘w1’ 358 | cv("y", "#","") w1(0xAD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:358:49: note: in expansion of macro ‘w1’ 358 | cv("y", "#","") w1(0xAD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:374:54: note: in expansion of macro ‘w1’ 374 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:374:54: note: in expansion of macro ‘w1’ 374 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:375:54: note: in expansion of macro ‘w1’ 375 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:375:54: note: in expansion of macro ‘w1’ 375 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:376:54: note: in expansion of macro ‘w1’ 376 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:376:54: note: in expansion of macro ‘w1’ 376 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:392:49: note: in expansion of macro ‘w1’ 392 | if (is("cmpw")) w1(0x5A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:392:49: note: in expansion of macro ‘w1’ 392 | if (is("cmpw")) w1(0x5A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:393:49: note: in expansion of macro ‘w1’ 393 | if (is("addw")) w1(0x7A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:393:49: note: in expansion of macro ‘w1’ 393 | if (is("addw")) w1(0x7A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:394:49: note: in expansion of macro ‘w1’ 394 | if (is("subw")) w1(0x9A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:394:49: note: in expansion of macro ‘w1’ 394 | if (is("subw")) w1(0x9A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:395:49: note: in expansion of macro ‘w1’ 395 | if (is("movw")) w1(0xBA, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:395:49: note: in expansion of macro ‘w1’ 395 | if (is("movw")) w1(0xBA, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:397:62: note: in expansion of macro ‘w1’ 397 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:397:62: note: in expansion of macro ‘w1’ 397 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp: At global scope: /home/asar-ci/asar/src/asar/arch-spc700.cpp:8:12: warning: ‘inlinestartpos’ defined but not used [-Wunused-variable] 8 | static int inlinestartpos=0; | ^~~~~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:7:12: warning: ‘writesizeto’ defined but not used [-Wunused-variable] 7 | static int writesizeto=-1; | ^~~~~~~~~~~ [ 20%] Building CXX object asar/CMakeFiles/asar-standalone.dir/arch-spc700.cpp.o /home/asar-ci/asar/src/asar/arch-spc700.cpp: In function ‘bool asblock_spc700(char**, int)’: /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:328:58: note: in expansion of macro ‘w1’ 328 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:328:58: note: in expansion of macro ‘w1’ 328 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:329:58: note: in expansion of macro ‘w1’ 329 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:329:58: note: in expansion of macro ‘w1’ 329 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:333:58: note: in expansion of macro ‘w1’ 333 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:333:58: note: in expansion of macro ‘w1’ 333 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:334:58: note: in expansion of macro ‘w1’ 334 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:334:58: note: in expansion of macro ‘w1’ 334 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:338:58: note: in expansion of macro ‘w1’ 338 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:338:58: note: in expansion of macro ‘w1’ 338 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:339:58: note: in expansion of macro ‘w1’ 339 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:339:58: note: in expansion of macro ‘w1’ 339 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:340:58: note: in expansion of macro ‘w1’ 340 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:340:58: note: in expansion of macro ‘w1’ 340 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:344:58: note: in expansion of macro ‘w1’ 344 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:344:58: note: in expansion of macro ‘w1’ 344 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:345:58: note: in expansion of macro ‘w1’ 345 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:345:58: note: in expansion of macro ‘w1’ 345 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:347:58: note: in expansion of macro ‘w1’ 347 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:347:58: note: in expansion of macro ‘w1’ 347 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:348:58: note: in expansion of macro ‘w1’ 348 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:348:58: note: in expansion of macro ‘w1’ 348 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:356:49: note: in expansion of macro ‘w1’ 356 | cv("x", "#","") w1(0xC8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:356:49: note: in expansion of macro ‘w1’ 356 | cv("x", "#","") w1(0xC8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:358:49: note: in expansion of macro ‘w1’ 358 | cv("y", "#","") w1(0xAD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:358:49: note: in expansion of macro ‘w1’ 358 | cv("y", "#","") w1(0xAD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:374:54: note: in expansion of macro ‘w1’ 374 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:374:54: note: in expansion of macro ‘w1’ 374 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:375:54: note: in expansion of macro ‘w1’ 375 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:375:54: note: in expansion of macro ‘w1’ 375 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:376:54: note: in expansion of macro ‘w1’ 376 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:376:54: note: in expansion of macro ‘w1’ 376 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:392:49: note: in expansion of macro ‘w1’ 392 | if (is("cmpw")) w1(0x5A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:392:49: note: in expansion of macro ‘w1’ 392 | if (is("cmpw")) w1(0x5A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:393:49: note: in expansion of macro ‘w1’ 393 | if (is("addw")) w1(0x7A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:393:49: note: in expansion of macro ‘w1’ 393 | if (is("addw")) w1(0x7A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:394:49: note: in expansion of macro ‘w1’ 394 | if (is("subw")) w1(0x9A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:394:49: note: in expansion of macro ‘w1’ 394 | if (is("subw")) w1(0x9A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:395:49: note: in expansion of macro ‘w1’ 395 | if (is("movw")) w1(0xBA, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:395:49: note: in expansion of macro ‘w1’ 395 | if (is("movw")) w1(0xBA, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:397:62: note: in expansion of macro ‘w1’ 397 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:397:62: note: in expansion of macro ‘w1’ 397 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp: At global scope: /home/asar-ci/asar/src/asar/arch-spc700.cpp:8:12: warning: ‘inlinestartpos’ defined but not used [-Wunused-variable] 8 | static int inlinestartpos=0; | ^~~~~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:7:12: warning: ‘writesizeto’ defined but not used [-Wunused-variable] 7 | static int writesizeto=-1; | ^~~~~~~~~~~ [ 22%] Building CXX object asar/CMakeFiles/asar.dir/arch-superfx.cpp.o [ 25%] Building CXX object asar/CMakeFiles/asar-static.dir/arch-superfx.cpp.o [ 25%] Building CXX object asar/CMakeFiles/asar-standalone.dir/arch-superfx.cpp.o [ 26%] Building CXX object asar/CMakeFiles/asar-static.dir/assembleblock.cpp.o /home/asar-ci/asar/src/asar/assembleblock.cpp: In function ‘void assembleblock(const char*, int&)’: /home/asar-ci/asar/src/asar/assembleblock.cpp:2225:29: warning: unused variable ‘current_file’ [-Wunused-variable] 2225 | const char* current_file = get_current_file_name(); | ^~~~~~~~~~~~ /home/asar-ci/asar/src/asar/assembleblock.cpp:1149:30: warning: ‘cond’ may be used uninitialized [-Wmaybe-uninitialized] 1149 | else if (cond) | ^~ /home/asar-ci/asar/src/asar/assembleblock.cpp:1085:22: note: ‘cond’ was declared here 1085 | bool cond; | ^~~~ [ 27%] Building CXX object asar/CMakeFiles/asar-standalone.dir/assembleblock.cpp.o [ 29%] Building CXX object asar/CMakeFiles/asar.dir/assembleblock.cpp.o [ 30%] Building CXX object asar/CMakeFiles/asar-static.dir/crc32.cpp.o /home/asar-ci/asar/src/asar/assembleblock.cpp: In function ‘void assembleblock(const char*, int&)’: /home/asar-ci/asar/src/asar/assembleblock.cpp:2225:29: warning: unused variable ‘current_file’ [-Wunused-variable] 2225 | const char* current_file = get_current_file_name(); | ^~~~~~~~~~~~ /home/asar-ci/asar/src/asar/assembleblock.cpp:1149:30: warning: ‘cond’ may be used uninitialized [-Wmaybe-uninitialized] 1149 | else if (cond) | ^~ /home/asar-ci/asar/src/asar/assembleblock.cpp:1085:22: note: ‘cond’ was declared here 1085 | bool cond; | ^~~~ /home/asar-ci/asar/src/asar/assembleblock.cpp: In function ‘void assembleblock(const char*, int&)’: /home/asar-ci/asar/src/asar/assembleblock.cpp:2225:29: warning: unused variable ‘current_file’ [-Wunused-variable] 2225 | const char* current_file = get_current_file_name(); | ^~~~~~~~~~~~ /home/asar-ci/asar/src/asar/assembleblock.cpp:1149:30: warning: ‘cond’ may be used uninitialized [-Wmaybe-uninitialized] 1149 | else if (cond) | ^~ /home/asar-ci/asar/src/asar/assembleblock.cpp:1085:22: note: ‘cond’ was declared here 1085 | bool cond; | ^~~~ [ 32%] Building CXX object asar/CMakeFiles/asar-static.dir/libcon.cpp.o [ 32%] Built target asar-app-test [ 33%] Building CXX object asar/CMakeFiles/asar.dir/crc32.cpp.o [ 35%] Building CXX object asar/CMakeFiles/asar-standalone.dir/crc32.cpp.o [ 36%] Building CXX object asar/CMakeFiles/asar-static.dir/libsmw.cpp.o [ 38%] Building CXX object asar/CMakeFiles/asar-standalone.dir/libcon.cpp.o [ 39%] Building CXX object asar/CMakeFiles/asar-static.dir/libstr.cpp.o [ 41%] Building CXX object asar/CMakeFiles/asar.dir/libcon.cpp.o [ 42%] Building CXX object asar/CMakeFiles/asar-static.dir/macro.cpp.o /home/asar-ci/asar/src/asar/libstr.cpp: In member function ‘string& string::qnormalize()’: /home/asar-ci/asar/src/asar/libstr.cpp:185:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 185 | while(str = strpbrk(str, "'\" \t,\r")) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/asar-ci/asar/src/asar/libstr.cpp: In function ‘bool confirmqpar(const char*)’: /home/asar-ci/asar/src/asar/libstr.cpp:258:54: warning: array subscript has type ‘char’ [-Wchar-subscripts] 258 | while((unsigned char)*str >= 128 || !qparlut[*str]) str++; | ^~~~ /home/asar-ci/asar/src/asar/libstr.cpp:278:62: warning: array subscript has type ‘char’ [-Wchar-subscripts] 278 | while((unsigned char)*str >= 128 || !qparlut[*str]) str++; | ^~~~ [ 44%] Building CXX object asar/CMakeFiles/asar.dir/libsmw.cpp.o [ 47%] Building CXX object asar/CMakeFiles/asar-standalone.dir/libsmw.cpp.o [ 47%] Building CXX object asar/CMakeFiles/asar-static.dir/asar_math.cpp.o [ 48%] Building CXX object asar/CMakeFiles/asar-static.dir/main.cpp.o [ 50%] Building CXX object asar/CMakeFiles/asar.dir/libstr.cpp.o /home/asar-ci/asar/src/asar/main.cpp: In function ‘int getlenforlabel(snes_label, bool)’: /home/asar-ci/asar/src/asar/main.cpp:400:23: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 400 | else if (bank != snespos >> 16){ return 3; } | ~~~~~^~~~~~~~~~~~~~~~ [ 51%] Building CXX object asar/CMakeFiles/asar-static.dir/virtualfile.cpp.o [ 52%] Building CXX object asar/CMakeFiles/asar-standalone.dir/libstr.cpp.o [ 54%] Building CXX object asar/CMakeFiles/asar.dir/macro.cpp.o /home/asar-ci/asar/src/asar/libstr.cpp: In member function ‘string& string::qnormalize()’: /home/asar-ci/asar/src/asar/libstr.cpp:185:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 185 | while(str = strpbrk(str, "'\" \t,\r")) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/asar-ci/asar/src/asar/libstr.cpp: In function ‘bool confirmqpar(const char*)’: /home/asar-ci/asar/src/asar/libstr.cpp:258:54: warning: array subscript has type ‘char’ [-Wchar-subscripts] 258 | while((unsigned char)*str >= 128 || !qparlut[*str]) str++; | ^~~~ /home/asar-ci/asar/src/asar/libstr.cpp:278:62: warning: array subscript has type ‘char’ [-Wchar-subscripts] 278 | while((unsigned char)*str >= 128 || !qparlut[*str]) str++; | ^~~~ /home/asar-ci/asar/src/asar/libstr.cpp: In member function ‘string& string::qnormalize()’: /home/asar-ci/asar/src/asar/libstr.cpp:185:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 185 | while(str = strpbrk(str, "'\" \t,\r")) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/asar-ci/asar/src/asar/libstr.cpp: In function ‘bool confirmqpar(const char*)’: /home/asar-ci/asar/src/asar/libstr.cpp:258:54: warning: array subscript has type ‘char’ [-Wchar-subscripts] 258 | while((unsigned char)*str >= 128 || !qparlut[*str]) str++; | ^~~~ /home/asar-ci/asar/src/asar/libstr.cpp:278:62: warning: array subscript has type ‘char’ [-Wchar-subscripts] 278 | while((unsigned char)*str >= 128 || !qparlut[*str]) str++; | ^~~~ [ 55%] Building CXX object asar/CMakeFiles/asar.dir/main.cpp.o [ 57%] Building CXX object asar/CMakeFiles/asar-static.dir/warnings.cpp.o [ 58%] Building CXX object asar/CMakeFiles/asar.dir/asar_math.cpp.o [ 60%] Building CXX object asar/CMakeFiles/asar-standalone.dir/macro.cpp.o /home/asar-ci/asar/src/asar/main.cpp: In function ‘int getlenforlabel(snes_label, bool)’: /home/asar-ci/asar/src/asar/main.cpp:400:23: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 400 | else if (bank != snespos >> 16){ return 3; } | ~~~~~^~~~~~~~~~~~~~~~ [ 61%] Building CXX object asar/CMakeFiles/asar-static.dir/errors.cpp.o [ 63%] Building CXX object asar/CMakeFiles/asar-standalone.dir/main.cpp.o [ 64%] Building CXX object asar/CMakeFiles/asar.dir/virtualfile.cpp.o /home/asar-ci/asar/src/asar/main.cpp: In function ‘int getlenforlabel(snes_label, bool)’: /home/asar-ci/asar/src/asar/main.cpp:400:23: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 400 | else if (bank != snespos >> 16){ return 3; } | ~~~~~^~~~~~~~~~~~~~~~ [ 66%] Building CXX object asar/CMakeFiles/asar.dir/warnings.cpp.o [ 67%] Building CXX object asar/CMakeFiles/asar-static.dir/table.cpp.o [ 69%] Building CXX object asar/CMakeFiles/asar-standalone.dir/asar_math.cpp.o [ 70%] Building CXX object asar/CMakeFiles/asar.dir/table.cpp.o [ 72%] Building CXX object asar/CMakeFiles/asar.dir/errors.cpp.o [ 73%] Building CXX object asar/CMakeFiles/asar-static.dir/unicode.cpp.o [ 75%] Building CXX object asar/CMakeFiles/asar.dir/unicode.cpp.o [ 76%] Building CXX object asar/CMakeFiles/asar-standalone.dir/virtualfile.cpp.o [ 77%] Building CXX object asar/CMakeFiles/asar.dir/platform/linux/file-helpers-linux.cpp.o [ 79%] Building CXX object asar/CMakeFiles/asar.dir/platform/file-helpers.cpp.o [ 80%] Building CXX object asar/CMakeFiles/asar-static.dir/platform/file-helpers.cpp.o /home/asar-ci/asar/src/asar/platform/linux/file-helpers-linux.cpp: In function ‘FILE* open_file(const char*, FileOpenMode, FileOpenError*)’: /home/asar-ci/asar/src/asar/platform/linux/file-helpers-linux.cpp:52:27: warning: ‘open_mode’ may be used uninitialized [-Wmaybe-uninitialized] 52 | out_handle = fopen(path, open_mode); | ~~~~~^~~~~~~~~~~~~~~~~ /home/asar-ci/asar/src/asar/platform/linux/file-helpers-linux.cpp:37:21: note: ‘open_mode’ was declared here 37 | const char* open_mode; | ^~~~~~~~~ [ 82%] Building CXX object asar/CMakeFiles/asar-standalone.dir/errors.cpp.o [ 83%] Building CXX object asar/CMakeFiles/asar-static.dir/platform/linux/file-helpers-linux.cpp.o [ 85%] Building CXX object asar/CMakeFiles/asar-standalone.dir/warnings.cpp.o [ 86%] Linking CXX shared library lib/libasar.so /home/asar-ci/asar/src/asar/platform/linux/file-helpers-linux.cpp: In function ‘FILE* open_file(const char*, FileOpenMode, FileOpenError*)’: /home/asar-ci/asar/src/asar/platform/linux/file-helpers-linux.cpp:52:27: warning: ‘open_mode’ may be used uninitialized [-Wmaybe-uninitialized] 52 | out_handle = fopen(path, open_mode); | ~~~~~^~~~~~~~~~~~~~~~~ /home/asar-ci/asar/src/asar/platform/linux/file-helpers-linux.cpp:37:21: note: ‘open_mode’ was declared here 37 | const char* open_mode; | ^~~~~~~~~ [ 88%] Building CXX object asar/CMakeFiles/asar-standalone.dir/table.cpp.o [ 89%] Linking CXX static library lib/libasar-static.a [ 91%] Building CXX object asar/CMakeFiles/asar-standalone.dir/unicode.cpp.o [ 92%] Building CXX object asar/CMakeFiles/asar-standalone.dir/platform/file-helpers.cpp.o [ 94%] Building CXX object asar/CMakeFiles/asar-standalone.dir/platform/linux/file-helpers-linux.cpp.o /home/asar-ci/asar/src/asar/platform/linux/file-helpers-linux.cpp: In function ‘FILE* open_file(const char*, FileOpenMode, FileOpenError*)’: /home/asar-ci/asar/src/asar/platform/linux/file-helpers-linux.cpp:52:27: warning: ‘open_mode’ may be used uninitialized [-Wmaybe-uninitialized] 52 | out_handle = fopen(path, open_mode); | ~~~~~^~~~~~~~~~~~~~~~~ /home/asar-ci/asar/src/asar/platform/linux/file-helpers-linux.cpp:37:21: note: ‘open_mode’ was declared here 37 | const char* open_mode; | ^~~~~~~~~ [ 95%] Linking CXX executable bin/asar [ 97%] Building CXX object asar-tests/CMakeFiles/asar-dll-test.dir/test.cpp.o [ 97%] Built target asar-static [ 97%] Built target asar [ 98%] Building C object asar-tests/CMakeFiles/asar-dll-test.dir/__/asar-dll-bindings/c/asardll.c.o [100%] Linking CXX executable asar-dll-test [100%] Built target asar-standalone [100%] Built target asar-dll-test + mkdir tests-tmp ++ realpath asar/lib/libasar.so + asar-tests/asar-dll-test /home/asar-ci/build/asar/lib/libasar.so /home/asar-ci/asar/tests /home/asar-ci/asar/dummy_rom.sfc tests-tmp (1/110) Patching: /home/asar-ci/asar/tests/0x.asm Success! (2/110) Patching: /home/asar-ci/asar/tests/130freespaces.asm Success! (3/110) Patching: /home/asar-ci/asar/tests/32bitvalues.asm Success! (4/110) Patching: /home/asar-ci/asar/tests/advanced-prints.asm Success! (5/110) Patching: /home/asar-ci/asar/tests/arch-65816.asm Success! (6/110) Patching: /home/asar-ci/asar/tests/arch-spc700.asm Success! (7/110) Patching: /home/asar-ci/asar/tests/arch-superfx.asm Success! (8/110) Patching: /home/asar-ci/asar/tests/archswitch.asm Success! (9/110) Patching: /home/asar-ci/asar/tests/assert-fail.asm Success! (10/110) Patching: /home/asar-ci/asar/tests/assert-pass.asm Success! (11/110) Patching: /home/asar-ci/asar/tests/autoclean.asm Iteration 1 of 2 Iteration 2 of 2 Success! (12/110) Patching: /home/asar-ci/asar/tests/badlabels.asm Success! (13/110) Patching: /home/asar-ci/asar/tests/badsublabel.asm Success! (14/110) Patching: /home/asar-ci/asar/tests/bank_shorthand.asm Success! (15/110) Patching: /home/asar-ci/asar/tests/bankcross.asm Success! (16/110) Patching: /home/asar-ci/asar/tests/bigincbin.asm Success! (17/110) Patching: /home/asar-ci/asar/tests/builtindefinesfail.asm Success! (18/110) Patching: /home/asar-ci/asar/tests/builtindefinespass.asm Success! (19/110) Patching: /home/asar-ci/asar/tests/commabrokenquotes.asm Success! (20/110) Patching: /home/asar-ci/asar/tests/datasize.asm Success! (21/110) Patching: /home/asar-ci/asar/tests/datasize_freespace.asm Success! (22/110) Patching: /home/asar-ci/asar/tests/db-spc.asm Success! (23/110) Patching: /home/asar-ci/asar/tests/dd.asm Success! (24/110) Patching: /home/asar-ci/asar/tests/define-quotes.asm Success! (25/110) Patching: /home/asar-ci/asar/tests/divbyforwardtable.asm Success! (26/110) Patching: /home/asar-ci/asar/tests/elseif.asm Success! (27/110) Patching: /home/asar-ci/asar/tests/emptysublabel.asm Success! (28/110) Patching: /home/asar-ci/asar/tests/errors_optimization.asm Success! (29/110) Patching: /home/asar-ci/asar/tests/escaping.asm Success! (30/110) Patching: /home/asar-ci/asar/tests/fill.asm Success! (31/110) Patching: /home/asar-ci/asar/tests/forloop.asm Success! (32/110) Patching: /home/asar-ci/asar/tests/freespace_static_growing.asm Iteration 1 of 2 Iteration 2 of 2 Success! (33/110) Patching: /home/asar-ci/asar/tests/freespacealign.asm Success! (34/110) Patching: /home/asar-ci/asar/tests/freespaceexpand.asm Success! (35/110) Patching: /home/asar-ci/asar/tests/freespaceshrink.asm Success! (36/110) Patching: /home/asar-ci/asar/tests/full_bank_check.asm Success! (37/110) Patching: /home/asar-ci/asar/tests/functest1.asm Success! (38/110) Patching: /home/asar-ci/asar/tests/functest2.asm Success! (39/110) Patching: /home/asar-ci/asar/tests/functest3.asm Success! (40/110) Patching: /home/asar-ci/asar/tests/global_label_error_duplicate.asm Success! (41/110) Patching: /home/asar-ci/asar/tests/global_label_error_macrolabel.asm Success! (42/110) Patching: /home/asar-ci/asar/tests/global_label_error_sublabel.asm Success! (43/110) Patching: /home/asar-ci/asar/tests/global_label_success.asm Success! (44/110) Patching: /home/asar-ci/asar/tests/half_bank_check.asm Success! (45/110) Patching: /home/asar-ci/asar/tests/incbin.asm Success! (46/110) Patching: /home/asar-ci/asar/tests/incbin_error.asm Success! (47/110) Patching: /home/asar-ci/asar/tests/include-dir.asm Success! (48/110) Patching: /home/asar-ci/asar/tests/includefatal.asm Success! (49/110) Patching: /home/asar-ci/asar/tests/includehierarchy.asm Success! (50/110) Patching: /home/asar-ci/asar/tests/includeonce.asm Success! (51/110) Patching: /home/asar-ci/asar/tests/incsrcloop.asm Success! (52/110) Patching: /home/asar-ci/asar/tests/invalid-paths.asm Success! (53/110) Patching: /home/asar-ci/asar/tests/invalid-tablefiles.asm Success! (54/110) Patching: /home/asar-ci/asar/tests/labela.asm Success! (55/110) Patching: /home/asar-ci/asar/tests/labels_static_fail.asm Success! (56/110) Patching: /home/asar-ci/asar/tests/labels_static_pass.asm Success! (57/110) Patching: /home/asar-ci/asar/tests/lib_test.asm Success! (58/110) Patching: /home/asar-ci/asar/tests/macro_fuckery_fail.asm Success! (59/110) Patching: /home/asar-ci/asar/tests/macro_fuckery_pass.asm Success! (60/110) Patching: /home/asar-ci/asar/tests/macroconditionals.asm Success! (61/110) Patching: /home/asar-ci/asar/tests/macrolabels.asm Success! (62/110) Patching: /home/asar-ci/asar/tests/macronoarg.asm Success! (63/110) Patching: /home/asar-ci/asar/tests/mappers.asm Success! (64/110) Patching: /home/asar-ci/asar/tests/memoryfile.asm Success! (65/110) Patching: /home/asar-ci/asar/tests/misc.asm Success! (66/110) Patching: /home/asar-ci/asar/tests/miscearlyerrors.asm Success! (67/110) Patching: /home/asar-ci/asar/tests/miscerrors.asm Success! (68/110) Patching: /home/asar-ci/asar/tests/misclateerrors.asm Success! (69/110) Patching: /home/asar-ci/asar/tests/multiprot.asm Iteration 1 of 2 Iteration 2 of 2 Success! (70/110) Patching: /home/asar-ci/asar/tests/namespaces.asm Success! (71/110) Patching: /home/asar-ci/asar/tests/nesteddefines.asm Success! (72/110) Patching: /home/asar-ci/asar/tests/nestedpushpcfreespace.asm Success! (73/110) Patching: /home/asar-ci/asar/tests/opcodesize.asm Success! (74/110) Patching: /home/asar-ci/asar/tests/optimizer.asm Success! (75/110) Patching: /home/asar-ci/asar/tests/prot.asm Iteration 1 of 2 Iteration 2 of 2 Success! (76/110) Patching: /home/asar-ci/asar/tests/protonbankstart.asm Success! (77/110) Patching: /home/asar-ci/asar/tests/pseudo-opcodes.asm Success! (78/110) Patching: /home/asar-ci/asar/tests/pushpullns.asm Success! (79/110) Patching: /home/asar-ci/asar/tests/read.asm Success! (80/110) Patching: /home/asar-ci/asar/tests/readoob.asm Success! (81/110) Patching: /home/asar-ci/asar/tests/realbase.asm Success! (82/110) Patching: /home/asar-ci/asar/tests/sa1altmapper.asm Success! (83/110) Patching: /home/asar-ci/asar/tests/sa1bankswitch.asm Success! (84/110) Patching: /home/asar-ci/asar/tests/sa1freespace.asm Success! (85/110) Patching: /home/asar-ci/asar/tests/segments.asm Success! (86/110) Patching: /home/asar-ci/asar/tests/setlabel.asm Success! (87/110) Patching: /home/asar-ci/asar/tests/sfxfreespace.asm Iteration 1 of 2 Iteration 2 of 2 Success! (88/110) Patching: /home/asar-ci/asar/tests/spcblock.asm Success! (89/110) Patching: /home/asar-ci/asar/tests/spcsynonyms.asm Success! (90/110) Patching: /home/asar-ci/asar/tests/std.asm Success! (91/110) Patching: /home/asar-ci/asar/tests/structs.asm Success! (92/110) Patching: /home/asar-ci/asar/tests/tablefiles.asm Success! (93/110) Patching: /home/asar-ci/asar/tests/that_one_macro_bug.asm Success! (94/110) Patching: /home/asar-ci/asar/tests/trailingcomma.asm Success! (95/110) Patching: /home/asar-ci/asar/tests/utf-8-bom.asm Success! (96/110) Patching: /home/asar-ci/asar/tests/utf-8-cursed-💩.asm Success! (97/110) Patching: /home/asar-ci/asar/tests/utf-8-invalid.asm Success! (98/110) Patching: /home/asar-ci/asar/tests/utf8-no-bom.asm Success! (99/110) Patching: /home/asar-ci/asar/tests/v140features.asm Success! (100/110) Patching: /home/asar-ci/asar/tests/v150features.asm Success! (101/110) Patching: /home/asar-ci/asar/tests/v160features.asm Success! (102/110) Patching: /home/asar-ci/asar/tests/variadic_errors.asm Success! (103/110) Patching: /home/asar-ci/asar/tests/variadic_syntax.asm Success! (104/110) Patching: /home/asar-ci/asar/tests/warn-immediate.asm Success! (105/110) Patching: /home/asar-ci/asar/tests/warnings-1.asm Success! (106/110) Patching: /home/asar-ci/asar/tests/warnings-2.asm Success! (107/110) Patching: /home/asar-ci/asar/tests/warnings-3.asm Success! (108/110) Patching: /home/asar-ci/asar/tests/warnings-4.asm Success! (109/110) Patching: /home/asar-ci/asar/tests/warnings-deprecated.asm Success! (110/110) Patching: /home/asar-ci/asar/tests/warnpc.asm Success! 110 out of 110 performed tests succeeded. ++ realpath asar/bin/asar + asar-tests/asar-app-test /home/asar-ci/build/asar/bin/asar /home/asar-ci/asar/tests /home/asar-ci/asar/dummy_rom.sfc tests-tmp (1/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/0x.asm" "tests-tmp/0x.asm.sfc" Success! (2/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/130freespaces.asm" "tests-tmp/130freespaces.asm.sfc" Success! (3/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/32bitvalues.asm" "tests-tmp/32bitvalues.asm.sfc" Success! (4/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/advanced-prints.asm" "tests-tmp/advanced-prints.asm.sfc" Success! (5/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/arch-65816.asm" "tests-tmp/arch-65816.asm.sfc" Success! (6/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/arch-spc700.asm" "tests-tmp/arch-spc700.asm.sfc" Success! (7/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/arch-superfx.asm" "tests-tmp/arch-superfx.asm.sfc" Success! (8/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/archswitch.asm" "tests-tmp/archswitch.asm.sfc" Success! (9/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/assert-fail.asm" "tests-tmp/assert-fail.asm.sfc" Success! (10/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/assert-pass.asm" "tests-tmp/assert-pass.asm.sfc" Success! (11/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/autoclean.asm" "tests-tmp/autoclean.asm.sfc" Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/autoclean.asm" "tests-tmp/autoclean.asm.sfc" Success! (12/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/badlabels.asm" "tests-tmp/badlabels.asm.sfc" Success! (13/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/badsublabel.asm" "tests-tmp/badsublabel.asm.sfc" Success! (14/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/bank_shorthand.asm" "tests-tmp/bank_shorthand.asm.sfc" Success! (15/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/bankcross.asm" "tests-tmp/bankcross.asm.sfc" Success! (16/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/bigincbin.asm" "tests-tmp/bigincbin.asm.sfc" Success! (17/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/builtindefinesfail.asm" "tests-tmp/builtindefinesfail.asm.sfc" Success! (18/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/builtindefinespass.asm" "tests-tmp/builtindefinespass.asm.sfc" Success! (19/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/commabrokenquotes.asm" "tests-tmp/commabrokenquotes.asm.sfc" Success! (20/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/datasize.asm" "tests-tmp/datasize.asm.sfc" Success! (21/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/datasize_freespace.asm" "tests-tmp/datasize_freespace.asm.sfc" Success! (22/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/db-spc.asm" "tests-tmp/db-spc.asm.sfc" Success! (23/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/dd.asm" "tests-tmp/dd.asm.sfc" Success! (24/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/define-quotes.asm" "tests-tmp/define-quotes.asm.sfc" Success! (25/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/divbyforwardtable.asm" "tests-tmp/divbyforwardtable.asm.sfc" Success! (26/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/elseif.asm" "tests-tmp/elseif.asm.sfc" Success! (27/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/emptysublabel.asm" "tests-tmp/emptysublabel.asm.sfc" Success! (28/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/errors_optimization.asm" "tests-tmp/errors_optimization.asm.sfc" Success! (29/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/escaping.asm" "tests-tmp/escaping.asm.sfc" Success! (30/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/fill.asm" "tests-tmp/fill.asm.sfc" Success! (31/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/forloop.asm" "tests-tmp/forloop.asm.sfc" Success! (32/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/freespace_static_growing.asm" "tests-tmp/freespace_static_growing.asm.sfc" Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/freespace_static_growing.asm" "tests-tmp/freespace_static_growing.asm.sfc" Success! (33/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/freespacealign.asm" "tests-tmp/freespacealign.asm.sfc" Success! (34/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/freespaceexpand.asm" "tests-tmp/freespaceexpand.asm.sfc" Success! (35/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/freespaceshrink.asm" "tests-tmp/freespaceshrink.asm.sfc" Success! (36/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/full_bank_check.asm" "tests-tmp/full_bank_check.asm.sfc" Success! (37/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/functest1.asm" "tests-tmp/functest1.asm.sfc" Success! (38/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/functest2.asm" "tests-tmp/functest2.asm.sfc" Success! (39/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/functest3.asm" "tests-tmp/functest3.asm.sfc" Success! (40/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/global_label_error_duplicate.asm" "tests-tmp/global_label_error_duplicate.asm.sfc" Success! (41/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/global_label_error_macrolabel.asm" "tests-tmp/global_label_error_macrolabel.asm.sfc" Success! (42/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/global_label_error_sublabel.asm" "tests-tmp/global_label_error_sublabel.asm.sfc" Success! (43/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/global_label_success.asm" "tests-tmp/global_label_success.asm.sfc" Success! (44/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/half_bank_check.asm" "tests-tmp/half_bank_check.asm.sfc" Success! (45/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/incbin.asm" "tests-tmp/incbin.asm.sfc" Success! (46/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/incbin_error.asm" "tests-tmp/incbin_error.asm.sfc" Success! (47/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/include-dir.asm" "tests-tmp/include-dir.asm.sfc" Success! (48/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/includefatal.asm" "tests-tmp/includefatal.asm.sfc" Success! (49/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/includehierarchy.asm" "tests-tmp/includehierarchy.asm.sfc" Success! (50/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/includeonce.asm" "tests-tmp/includeonce.asm.sfc" Success! (51/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/incsrcloop.asm" "tests-tmp/incsrcloop.asm.sfc" Success! (52/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/invalid-paths.asm" "tests-tmp/invalid-paths.asm.sfc" Success! (53/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/invalid-tablefiles.asm" "tests-tmp/invalid-tablefiles.asm.sfc" Success! (54/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/labela.asm" "tests-tmp/labela.asm.sfc" Success! (55/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/labels_static_fail.asm" "tests-tmp/labels_static_fail.asm.sfc" Success! (56/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/labels_static_pass.asm" "tests-tmp/labels_static_pass.asm.sfc" Success! (57/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/lib_test.asm" "tests-tmp/lib_test.asm.sfc" Success! (58/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/macro_fuckery_fail.asm" "tests-tmp/macro_fuckery_fail.asm.sfc" Success! (59/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/macro_fuckery_pass.asm" "tests-tmp/macro_fuckery_pass.asm.sfc" Success! (60/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/macroconditionals.asm" "tests-tmp/macroconditionals.asm.sfc" Success! (61/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/macrolabels.asm" "tests-tmp/macrolabels.asm.sfc" Success! (62/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/macronoarg.asm" "tests-tmp/macronoarg.asm.sfc" Success! (63/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/mappers.asm" "tests-tmp/mappers.asm.sfc" Success! (64/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/memoryfile.asm" "tests-tmp/memoryfile.asm.sfc" Success! (65/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/misc.asm" "tests-tmp/misc.asm.sfc" Success! (66/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/miscearlyerrors.asm" "tests-tmp/miscearlyerrors.asm.sfc" Success! (67/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/miscerrors.asm" "tests-tmp/miscerrors.asm.sfc" Success! (68/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/misclateerrors.asm" "tests-tmp/misclateerrors.asm.sfc" Success! (69/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/multiprot.asm" "tests-tmp/multiprot.asm.sfc" Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/multiprot.asm" "tests-tmp/multiprot.asm.sfc" Success! (70/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/namespaces.asm" "tests-tmp/namespaces.asm.sfc" Success! (71/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/nesteddefines.asm" "tests-tmp/nesteddefines.asm.sfc" Success! (72/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/nestedpushpcfreespace.asm" "tests-tmp/nestedpushpcfreespace.asm.sfc" Success! (73/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/opcodesize.asm" "tests-tmp/opcodesize.asm.sfc" Success! (74/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/optimizer.asm" "tests-tmp/optimizer.asm.sfc" Success! (75/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/prot.asm" "tests-tmp/prot.asm.sfc" Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/prot.asm" "tests-tmp/prot.asm.sfc" Success! (76/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/protonbankstart.asm" "tests-tmp/protonbankstart.asm.sfc" Success! (77/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/pseudo-opcodes.asm" "tests-tmp/pseudo-opcodes.asm.sfc" Success! (78/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/pushpullns.asm" "tests-tmp/pushpullns.asm.sfc" Success! (79/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/read.asm" "tests-tmp/read.asm.sfc" Success! (80/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/readoob.asm" "tests-tmp/readoob.asm.sfc" Success! (81/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/realbase.asm" "tests-tmp/realbase.asm.sfc" Success! (82/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/sa1altmapper.asm" "tests-tmp/sa1altmapper.asm.sfc" Success! (83/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/sa1bankswitch.asm" "tests-tmp/sa1bankswitch.asm.sfc" Success! (84/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/sa1freespace.asm" "tests-tmp/sa1freespace.asm.sfc" Success! (85/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/segments.asm" "tests-tmp/segments.asm.sfc" Success! (86/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/setlabel.asm" "tests-tmp/setlabel.asm.sfc" Success! (87/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/sfxfreespace.asm" "tests-tmp/sfxfreespace.asm.sfc" Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/sfxfreespace.asm" "tests-tmp/sfxfreespace.asm.sfc" Success! (88/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/spcblock.asm" "tests-tmp/spcblock.asm.sfc" Success! (89/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/spcsynonyms.asm" "tests-tmp/spcsynonyms.asm.sfc" Success! (90/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/std.asm" "tests-tmp/std.asm.sfc" Success! (91/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/structs.asm" "tests-tmp/structs.asm.sfc" Success! (92/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/tablefiles.asm" "tests-tmp/tablefiles.asm.sfc" Success! (93/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/that_one_macro_bug.asm" "tests-tmp/that_one_macro_bug.asm.sfc" Success! (94/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/trailingcomma.asm" "tests-tmp/trailingcomma.asm.sfc" Success! (95/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/utf-8-bom.asm" "tests-tmp/utf-8-bom.asm.sfc" Success! (96/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/utf-8-cursed-💩.asm" "tests-tmp/utf-8-cursed-💩.asm.sfc" Success! (97/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/utf-8-invalid.asm" "tests-tmp/utf-8-invalid.asm.sfc" Success! (98/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/utf8-no-bom.asm" "tests-tmp/utf8-no-bom.asm.sfc" Success! (99/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/v140features.asm" "tests-tmp/v140features.asm.sfc" Success! (100/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/v150features.asm" "tests-tmp/v150features.asm.sfc" Success! (101/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/v160features.asm" "tests-tmp/v160features.asm.sfc" Success! (102/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/variadic_errors.asm" "tests-tmp/variadic_errors.asm.sfc" Success! (103/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/variadic_syntax.asm" "tests-tmp/variadic_syntax.asm.sfc" Success! (104/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/warn-immediate.asm" "tests-tmp/warn-immediate.asm.sfc" Success! (105/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/warnings-1.asm" "tests-tmp/warnings-1.asm.sfc" Success! (106/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/warnings-2.asm" "tests-tmp/warnings-2.asm.sfc" Success! (107/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/warnings-3.asm" "tests-tmp/warnings-3.asm.sfc" Success! (108/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/warnings-4.asm" "tests-tmp/warnings-4.asm.sfc" Success! (109/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/warnings-deprecated.asm" "tests-tmp/warnings-deprecated.asm.sfc" Success! (110/110) Executing: "/home/asar-ci/build/asar/bin/asar" -I"/home/asar-ci/asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "/home/asar-ci/asar/tests/warnpc.asm" "tests-tmp/warnpc.asm.sfc" Success! 110 out of 110 performed tests succeeded. + cp asar/lib/libasar.so /home/asar-ci/artifacts/build/66/libasar.so + lcov -d . --capture --branch-coverage --filter branch --ignore-errors mismatch -o asar.info Capturing coverage data from . geninfo cmd: '/usr/local/bin/geninfo . --output-filename asar.info --ignore-errors mismatch --filter branch --memory 0 --branch-coverage' Found gcov version: 12.2.0 Using intermediate gcov format Writing temporary data to /tmp/geninfo_datVgzz Scanning . for .gcda files ... Found 20 data files in . Processing ./asar/CMakeFiles/asar-standalone.dir/macro.cpp.gcda geninfo: WARNING: /home/asar-ci/asar/src/asar/libstr.h:23: unexecuted block on non-branch line with non-zero hit count. Use "geninfo --rc geninfo_unexecuted_blocks=1 to set count to zero. Processing ./asar/CMakeFiles/asar-standalone.dir/libstr.cpp.gcda geninfo: WARNING: /home/asar-ci/asar/src/asar/libstr.h:23: unexecuted block on non-branch line with non-zero hit count. Use "geninfo --rc geninfo_unexecuted_blocks=1 to set count to zero. (use "geninfo --ignore-errors gcov,gcov ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":41: mismatched exception tag for id 1, 1: '1' -> '0' geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 1, 1: '1' -> '0' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 3, 3: '1' -> '0' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 7, 7: '1' -> '0' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 1, 1: '1' -> '0' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 3, 3: '1' -> '0' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 7, 7: '1' -> '0' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":41: mismatched exception tag for id 1, 1: '1' -> '0' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) Processing ./asar/CMakeFiles/asar-standalone.dir/virtualfile.cpp.gcda geninfo: WARNING: /home/asar-ci/asar/src/asar/libstr.h:90: unexecuted block on non-branch line with non-zero hit count. Use "geninfo --rc geninfo_unexecuted_blocks=1 to set count to zero. (use "geninfo --ignore-errors gcov,gcov ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 1, 1: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 5, 5: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 9, 9: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 15, 15: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 1, 1: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 5, 5: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 9, 9: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 15, 15: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) Processing ./asar/CMakeFiles/asar-standalone.dir/table.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/warnings.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/main.cpp.gcda geninfo: WARNING: /home/asar-ci/asar/src/asar/autoarray.h:112: unexecuted block on non-branch line with non-zero hit count. Use "geninfo --rc geninfo_unexecuted_blocks=1 to set count to zero. (use "geninfo --ignore-errors gcov,gcov ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 7, 7: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 11, 11: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 13, 13: '1' -> '0' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 15, 15: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 17, 17: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 19, 19: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 7, 7: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 11, 11: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 13, 13: '1' -> '0' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 15, 15: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 17, 17: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 19, 19: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) Processing ./asar/CMakeFiles/asar-standalone.dir/asar_math.cpp.gcda geninfo: WARNING: /usr/include/string.h:262: unexecuted block on non-branch line with non-zero hit count. Use "geninfo --rc geninfo_unexecuted_blocks=1 to set count to zero. (use "geninfo --ignore-errors gcov,gcov ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 1, 1: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 3, 3: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 5, 5: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 7, 7: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 9, 9: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 11, 11: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 13, 13: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 15, 15: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 17, 17: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 19, 19: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 25, 25: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 27, 27: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 33, 33: '1' -> '0' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 35, 35: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 43, 43: '1' -> '0' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 45, 45: '1' -> '0' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 47, 47: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 49, 49: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 53, 53: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 1, 1: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 3, 3: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 5, 5: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 7, 7: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 9, 9: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 11, 11: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 13, 13: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 15, 15: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 17, 17: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 19, 19: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 25, 25: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 27, 27: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 33, 33: '1' -> '0' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 35, 35: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 43, 43: '1' -> '0' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 45, 45: '1' -> '0' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 47, 47: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 49, 49: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 53, 53: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) Processing ./asar/CMakeFiles/asar-standalone.dir/unicode.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/libsmw.cpp.gcda geninfo: WARNING: /home/asar-ci/asar/src/asar/libsmw.cpp:192: unexecuted block on non-branch line with non-zero hit count. Use "geninfo --rc geninfo_unexecuted_blocks=1 to set count to zero. (use "geninfo --ignore-errors gcov,gcov ..." to suppress this warning) Processing ./asar/CMakeFiles/asar-standalone.dir/addr2line.cpp.gcda geninfo: WARNING: /home/asar-ci/asar/src/asar/addr2line.h:30: unexecuted block on non-branch line with non-zero hit count. Use "geninfo --rc geninfo_unexecuted_blocks=1 to set count to zero. (use "geninfo --ignore-errors gcov,gcov ..." to suppress this warning) Processing ./asar/CMakeFiles/asar-standalone.dir/arch-spc700.cpp.gcda geninfo: WARNING: /home/asar-ci/asar/src/asar/libstr.h:46: unexecuted block on non-branch line with non-zero hit count. Use "geninfo --rc geninfo_unexecuted_blocks=1 to set count to zero. (use "geninfo --ignore-errors gcov,gcov ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 1, 1: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 3, 3: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 5, 5: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 7, 7: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 9, 9: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 11, 11: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 13, 13: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 15, 15: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 19, 19: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 25, 25: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 27, 27: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 33, 33: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 35, 35: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 43, 43: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 45, 45: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 47, 47: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 49, 49: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 53, 53: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 67, 67: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 69, 69: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 75, 75: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 1, 1: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 3, 3: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 5, 5: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 7, 7: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 9, 9: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 11, 11: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 13, 13: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 15, 15: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 19, 19: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 25, 25: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 27, 27: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 33, 33: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 35, 35: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.h":31: mismatched exception tag for id 43, 43: '0' -> '1' (use "geninfo --ignore-errors mismatch,mismatch ..." to suppress this warning) Processing ./asar/CMakeFiles/asar-standalone.dir/errors.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/platform/linux/file-helpers-linux.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/platform/file-helpers.cpp.gcda geninfo: WARNING: /home/asar-ci/asar/src/asar/libstr.h:23: unexecuted block on non-branch line with non-zero hit count. Use "geninfo --rc geninfo_unexecuted_blocks=1 to set count to zero. (use "geninfo --ignore-errors gcov,gcov ..." to suppress this warning) Processing ./asar/CMakeFiles/asar-standalone.dir/crc32.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/interface-cli.cpp.gcda geninfo: WARNING: /home/asar-ci/asar/src/asar/libstr.h:46: unexecuted block on non-branch line with non-zero hit count. Use "geninfo --rc geninfo_unexecuted_blocks=1 to set count to zero. (use "geninfo --ignore-errors gcov,gcov ..." to suppress this warning) Processing ./asar/CMakeFiles/asar-standalone.dir/libcon.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/arch-65816.cpp.gcda geninfo: WARNING: /home/asar-ci/asar/src/asar/arch-65816.cpp:175: unexecuted block on non-branch line with non-zero hit count. Use "geninfo --rc geninfo_unexecuted_blocks=1 to set count to zero. (use "geninfo --ignore-errors gcov,gcov ..." to suppress this warning) Processing ./asar/CMakeFiles/asar-standalone.dir/arch-superfx.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/assembleblock.cpp.gcda geninfo: WARNING: /home/asar-ci/asar/src/asar/assembleblock.cpp:71: unexecuted block on non-branch line with non-zero hit count. Use "geninfo --rc geninfo_unexecuted_blocks=1 to set count to zero. (use "geninfo --ignore-errors gcov,gcov ..." to suppress this warning) Finished .info-file creation Filter suppressions 'branch': 755 instances 755 coverpoints + rm -rf /home/asar-ci/build_win + mkdir /home/asar-ci/build_win + cd /home/asar-ci/build_win + cmake -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=../cmake/mingw-x64.cmake -DASAR_COVERAGE=ON /home/asar-ci/asar/src -- The C compiler identification is GNU 12.0.0 -- The CXX compiler identification is GNU 12.0.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /home/asar-ci/build_win + make -j4 [ 1%] Building CXX object asar/CMakeFiles/asar-static.dir/interface-lib.cpp.obj [ 2%] Building CXX object asar/CMakeFiles/asar-standalone.dir/interface-cli.cpp.obj [ 4%] Building CXX object asar/CMakeFiles/asar.dir/interface-lib.cpp.obj [ 5%] Building CXX object asar-tests/CMakeFiles/asar-app-test.dir/test.cpp.obj In file included from /home/asar-ci/asar/src/asar/platform/thread-helpers.h:4, from /home/asar-ci/asar/src/asar/interface-lib.cpp:8: /home/asar-ci/asar/src/asar/platform/windows/thread-helpers-win32.h: In function ‘void init_stack_use_check()’: /home/asar-ci/asar/src/asar/platform/windows/thread-helpers-win32.h:90:21: warning: ‘stackvar’ may be used uninitialized [-Wmaybe-uninitialized] 90 | VirtualQuery(&stackvar, &mbi, sizeof(mbi)); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/share/mingw-w64/include/winbase.h:25, from /usr/share/mingw-w64/include/windows.h:70, from /home/asar-ci/asar/src/asar/platform/windows/thread-helpers-win32.h:5: /usr/share/mingw-w64/include/memoryapi.h:45:28: note: by argument 1 of type ‘LPCVOID’ {aka ‘const void*’} to ‘SIZE_T VirtualQuery(LPCVOID, PMEMORY_BASIC_INFORMATION, SIZE_T)’ declared here 45 | WINBASEAPI SIZE_T WINAPI VirtualQuery (LPCVOID lpAddress, PMEMORY_BASIC_INFORMATION lpBuffer, SIZE_T dwLength); | ^~~~~~~~~~~~ /home/asar-ci/asar/src/asar/platform/windows/thread-helpers-win32.h:89:14: note: ‘stackvar’ declared here 89 | char stackvar; | ^~~~~~~~ [ 7%] Building CXX object asar/CMakeFiles/asar-static.dir/addr2line.cpp.obj In file included from /home/asar-ci/asar/src/asar/platform/thread-helpers.h:4, from /home/asar-ci/asar/src/asar/interface-lib.cpp:8: /home/asar-ci/asar/src/asar/platform/windows/thread-helpers-win32.h: In function ‘void init_stack_use_check()’: /home/asar-ci/asar/src/asar/platform/windows/thread-helpers-win32.h:90:21: warning: ‘stackvar’ may be used uninitialized [-Wmaybe-uninitialized] 90 | VirtualQuery(&stackvar, &mbi, sizeof(mbi)); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/share/mingw-w64/include/winbase.h:25, from /usr/share/mingw-w64/include/windows.h:70, from /home/asar-ci/asar/src/asar/platform/windows/thread-helpers-win32.h:5: /usr/share/mingw-w64/include/memoryapi.h:45:28: note: by argument 1 of type ‘LPCVOID’ {aka ‘const void*’} to ‘SIZE_T VirtualQuery(LPCVOID, PMEMORY_BASIC_INFORMATION, SIZE_T)’ declared here 45 | WINBASEAPI SIZE_T WINAPI VirtualQuery (LPCVOID lpAddress, PMEMORY_BASIC_INFORMATION lpBuffer, SIZE_T dwLength); | ^~~~~~~~~~~~ /home/asar-ci/asar/src/asar/platform/windows/thread-helpers-win32.h:89:14: note: ‘stackvar’ declared here 89 | char stackvar; | ^~~~~~~~ [ 8%] Linking CXX executable asar-app-test.exe /home/asar-ci/asar/src/asar/interface-cli.cpp:12: warning: "NOMINMAX" redefined 12 | # define NOMINMAX | In file included from /usr/lib/gcc/x86_64-w64-mingw32/12-win32/include/c++/x86_64-w64-mingw32/bits/c++config.h:655, from /usr/lib/gcc/x86_64-w64-mingw32/12-win32/include/c++/initializer_list:41, from /home/asar-ci/asar/src/asar/assocarr.h:39, from /home/asar-ci/asar/src/asar/asar.h:12, from /home/asar-ci/asar/src/asar/interface-cli.cpp:1: /usr/lib/gcc/x86_64-w64-mingw32/12-win32/include/c++/x86_64-w64-mingw32/bits/os_defines.h:45: note: this is the location of the previous definition 45 | #define NOMINMAX 1 | In file included from /home/asar-ci/asar/src/asar/platform/thread-helpers.h:4, from /home/asar-ci/asar/src/asar/interface-cli.cpp:9: /home/asar-ci/asar/src/asar/platform/windows/thread-helpers-win32.h: In function ‘void init_stack_use_check()’: /home/asar-ci/asar/src/asar/platform/windows/thread-helpers-win32.h:90:21: warning: ‘stackvar’ may be used uninitialized [-Wmaybe-uninitialized] 90 | VirtualQuery(&stackvar, &mbi, sizeof(mbi)); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/share/mingw-w64/include/winbase.h:25, from /usr/share/mingw-w64/include/windows.h:70, from /home/asar-ci/asar/src/asar/platform/windows/thread-helpers-win32.h:5: /usr/share/mingw-w64/include/memoryapi.h:45:28: note: by argument 1 of type ‘LPCVOID’ {aka ‘const void*’} to ‘SIZE_T VirtualQuery(LPCVOID, PMEMORY_BASIC_INFORMATION, SIZE_T)’ declared here 45 | WINBASEAPI SIZE_T WINAPI VirtualQuery (LPCVOID lpAddress, PMEMORY_BASIC_INFORMATION lpBuffer, SIZE_T dwLength); | ^~~~~~~~~~~~ /home/asar-ci/asar/src/asar/platform/windows/thread-helpers-win32.h:89:14: note: ‘stackvar’ declared here 89 | char stackvar; | ^~~~~~~~ [ 9%] Building CXX object asar/CMakeFiles/asar-static.dir/arch-65816.cpp.obj [ 11%] Building CXX object asar/CMakeFiles/asar.dir/addr2line.cpp.obj [ 12%] Building CXX object asar/CMakeFiles/asar-standalone.dir/addr2line.cpp.obj [ 14%] Building CXX object asar/CMakeFiles/asar.dir/arch-65816.cpp.obj [ 15%] Building CXX object asar/CMakeFiles/asar-static.dir/arch-spc700.cpp.obj [ 16%] Building CXX object asar/CMakeFiles/asar-standalone.dir/arch-65816.cpp.obj /home/asar-ci/asar/src/asar/arch-spc700.cpp: In function ‘bool asblock_spc700(char**, int)’: /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:328:58: note: in expansion of macro ‘w1’ 328 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:328:58: note: in expansion of macro ‘w1’ 328 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:329:58: note: in expansion of macro ‘w1’ 329 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:329:58: note: in expansion of macro ‘w1’ 329 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:333:58: note: in expansion of macro ‘w1’ 333 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:333:58: note: in expansion of macro ‘w1’ 333 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:334:58: note: in expansion of macro ‘w1’ 334 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:334:58: note: in expansion of macro ‘w1’ 334 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:338:58: note: in expansion of macro ‘w1’ 338 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:338:58: note: in expansion of macro ‘w1’ 338 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:339:58: note: in expansion of macro ‘w1’ 339 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:339:58: note: in expansion of macro ‘w1’ 339 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:340:58: note: in expansion of macro ‘w1’ 340 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:340:58: note: in expansion of macro ‘w1’ 340 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:344:58: note: in expansion of macro ‘w1’ 344 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:344:58: note: in expansion of macro ‘w1’ 344 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:345:58: note: in expansion of macro ‘w1’ 345 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:345:58: note: in expansion of macro ‘w1’ 345 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:347:58: note: in expansion of macro ‘w1’ 347 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:347:58: note: in expansion of macro ‘w1’ 347 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:348:58: note: in expansion of macro ‘w1’ 348 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:348:58: note: in expansion of macro ‘w1’ 348 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:356:49: note: in expansion of macro ‘w1’ 356 | cv("x", "#","") w1(0xC8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:356:49: note: in expansion of macro ‘w1’ 356 | cv("x", "#","") w1(0xC8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:358:49: note: in expansion of macro ‘w1’ 358 | cv("y", "#","") w1(0xAD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:358:49: note: in expansion of macro ‘w1’ 358 | cv("y", "#","") w1(0xAD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:374:54: note: in expansion of macro ‘w1’ 374 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:374:54: note: in expansion of macro ‘w1’ 374 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:375:54: note: in expansion of macro ‘w1’ 375 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:375:54: note: in expansion of macro ‘w1’ 375 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:376:54: note: in expansion of macro ‘w1’ 376 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:376:54: note: in expansion of macro ‘w1’ 376 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:392:49: note: in expansion of macro ‘w1’ 392 | if (is("cmpw")) w1(0x5A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:392:49: note: in expansion of macro ‘w1’ 392 | if (is("cmpw")) w1(0x5A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:393:49: note: in expansion of macro ‘w1’ 393 | if (is("addw")) w1(0x7A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:393:49: note: in expansion of macro ‘w1’ 393 | if (is("addw")) w1(0x7A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:394:49: note: in expansion of macro ‘w1’ 394 | if (is("subw")) w1(0x9A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:394:49: note: in expansion of macro ‘w1’ 394 | if (is("subw")) w1(0x9A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:395:49: note: in expansion of macro ‘w1’ 395 | if (is("movw")) w1(0xBA, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:395:49: note: in expansion of macro ‘w1’ 395 | if (is("movw")) w1(0xBA, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:397:62: note: in expansion of macro ‘w1’ 397 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:397:62: note: in expansion of macro ‘w1’ 397 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp: At global scope: /home/asar-ci/asar/src/asar/arch-spc700.cpp:8:12: warning: ‘inlinestartpos’ defined but not used [-Wunused-variable] 8 | static int inlinestartpos=0; | ^~~~~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:7:12: warning: ‘writesizeto’ defined but not used [-Wunused-variable] 7 | static int writesizeto=-1; | ^~~~~~~~~~~ [ 18%] Building CXX object asar/CMakeFiles/asar.dir/arch-spc700.cpp.obj /home/asar-ci/asar/src/asar/arch-spc700.cpp: In function ‘bool asblock_spc700(char**, int)’: /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:328:58: note: in expansion of macro ‘w1’ 328 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:328:58: note: in expansion of macro ‘w1’ 328 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:329:58: note: in expansion of macro ‘w1’ 329 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:329:58: note: in expansion of macro ‘w1’ 329 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:333:58: note: in expansion of macro ‘w1’ 333 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:333:58: note: in expansion of macro ‘w1’ 333 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:334:58: note: in expansion of macro ‘w1’ 334 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:334:58: note: in expansion of macro ‘w1’ 334 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:338:58: note: in expansion of macro ‘w1’ 338 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:338:58: note: in expansion of macro ‘w1’ 338 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:339:58: note: in expansion of macro ‘w1’ 339 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:339:58: note: in expansion of macro ‘w1’ 339 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:340:58: note: in expansion of macro ‘w1’ 340 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:340:58: note: in expansion of macro ‘w1’ 340 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:344:58: note: in expansion of macro ‘w1’ 344 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:344:58: note: in expansion of macro ‘w1’ 344 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:345:58: note: in expansion of macro ‘w1’ 345 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:345:58: note: in expansion of macro ‘w1’ 345 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:347:58: note: in expansion of macro ‘w1’ 347 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:347:58: note: in expansion of macro ‘w1’ 347 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:348:58: note: in expansion of macro ‘w1’ 348 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:348:58: note: in expansion of macro ‘w1’ 348 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:356:49: note: in expansion of macro ‘w1’ 356 | cv("x", "#","") w1(0xC8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:356:49: note: in expansion of macro ‘w1’ 356 | cv("x", "#","") w1(0xC8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:358:49: note: in expansion of macro ‘w1’ 358 | cv("y", "#","") w1(0xAD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:358:49: note: in expansion of macro ‘w1’ 358 | cv("y", "#","") w1(0xAD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:374:54: note: in expansion of macro ‘w1’ 374 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:374:54: note: in expansion of macro ‘w1’ 374 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:375:54: note: in expansion of macro ‘w1’ 375 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:375:54: note: in expansion of macro ‘w1’ 375 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:376:54: note: in expansion of macro ‘w1’ 376 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:376:54: note: in expansion of macro ‘w1’ 376 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:392:49: note: in expansion of macro ‘w1’ 392 | if (is("cmpw")) w1(0x5A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:392:49: note: in expansion of macro ‘w1’ 392 | if (is("cmpw")) w1(0x5A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:393:49: note: in expansion of macro ‘w1’ 393 | if (is("addw")) w1(0x7A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:393:49: note: in expansion of macro ‘w1’ 393 | if (is("addw")) w1(0x7A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:394:49: note: in expansion of macro ‘w1’ 394 | if (is("subw")) w1(0x9A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:394:49: note: in expansion of macro ‘w1’ 394 | if (is("subw")) w1(0x9A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:395:49: note: in expansion of macro ‘w1’ 395 | if (is("movw")) w1(0xBA, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:395:49: note: in expansion of macro ‘w1’ 395 | if (is("movw")) w1(0xBA, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:397:62: note: in expansion of macro ‘w1’ 397 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:397:62: note: in expansion of macro ‘w1’ 397 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp: At global scope: /home/asar-ci/asar/src/asar/arch-spc700.cpp:8:12: warning: ‘inlinestartpos’ defined but not used [-Wunused-variable] 8 | static int inlinestartpos=0; | ^~~~~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:7:12: warning: ‘writesizeto’ defined but not used [-Wunused-variable] 7 | static int writesizeto=-1; | ^~~~~~~~~~~ [ 19%] Building CXX object asar/CMakeFiles/asar-static.dir/arch-superfx.cpp.obj [ 21%] Building CXX object asar/CMakeFiles/asar-standalone.dir/arch-spc700.cpp.obj [ 22%] Building CXX object asar/CMakeFiles/asar-static.dir/assembleblock.cpp.obj [ 23%] Building CXX object asar/CMakeFiles/asar.dir/arch-superfx.cpp.obj /home/asar-ci/asar/src/asar/arch-spc700.cpp: In function ‘bool asblock_spc700(char**, int)’: /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:328:58: note: in expansion of macro ‘w1’ 328 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:328:58: note: in expansion of macro ‘w1’ 328 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:329:58: note: in expansion of macro ‘w1’ 329 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:329:58: note: in expansion of macro ‘w1’ 329 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:333:58: note: in expansion of macro ‘w1’ 333 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:333:58: note: in expansion of macro ‘w1’ 333 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:334:58: note: in expansion of macro ‘w1’ 334 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:334:58: note: in expansion of macro ‘w1’ 334 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:338:58: note: in expansion of macro ‘w1’ 338 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:338:58: note: in expansion of macro ‘w1’ 338 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:339:58: note: in expansion of macro ‘w1’ 339 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:339:58: note: in expansion of macro ‘w1’ 339 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:340:58: note: in expansion of macro ‘w1’ 340 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:340:58: note: in expansion of macro ‘w1’ 340 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:344:58: note: in expansion of macro ‘w1’ 344 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:344:58: note: in expansion of macro ‘w1’ 344 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:345:58: note: in expansion of macro ‘w1’ 345 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:345:58: note: in expansion of macro ‘w1’ 345 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:347:58: note: in expansion of macro ‘w1’ 347 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:347:58: note: in expansion of macro ‘w1’ 347 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:348:58: note: in expansion of macro ‘w1’ 348 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:348:58: note: in expansion of macro ‘w1’ 348 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:356:49: note: in expansion of macro ‘w1’ 356 | cv("x", "#","") w1(0xC8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:356:49: note: in expansion of macro ‘w1’ 356 | cv("x", "#","") w1(0xC8, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:358:49: note: in expansion of macro ‘w1’ 358 | cv("y", "#","") w1(0xAD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:358:49: note: in expansion of macro ‘w1’ 358 | cv("y", "#","") w1(0xAD, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:374:54: note: in expansion of macro ‘w1’ 374 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:374:54: note: in expansion of macro ‘w1’ 374 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:375:54: note: in expansion of macro ‘w1’ 375 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:375:54: note: in expansion of macro ‘w1’ 375 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:376:54: note: in expansion of macro ‘w1’ 376 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:376:54: note: in expansion of macro ‘w1’ 376 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:392:49: note: in expansion of macro ‘w1’ 392 | if (is("cmpw")) w1(0x5A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:392:49: note: in expansion of macro ‘w1’ 392 | if (is("cmpw")) w1(0x5A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:393:49: note: in expansion of macro ‘w1’ 393 | if (is("addw")) w1(0x7A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:393:49: note: in expansion of macro ‘w1’ 393 | if (is("addw")) w1(0x7A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:394:49: note: in expansion of macro ‘w1’ 394 | if (is("subw")) w1(0x9A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:394:49: note: in expansion of macro ‘w1’ 394 | if (is("subw")) w1(0x9A, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:395:49: note: in expansion of macro ‘w1’ 395 | if (is("movw")) w1(0xBA, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:395:49: note: in expansion of macro ‘w1’ 395 | if (is("movw")) w1(0xBA, s2); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:397:62: note: in expansion of macro ‘w1’ 397 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:5:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5 | #define write1 write1_pick | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:271:171: note: in expansion of macro ‘write1’ 271 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(0, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:397:62: note: in expansion of macro ‘w1’ 397 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /home/asar-ci/asar/src/asar/arch-spc700.cpp: At global scope: /home/asar-ci/asar/src/asar/arch-spc700.cpp:8:12: warning: ‘inlinestartpos’ defined but not used [-Wunused-variable] 8 | static int inlinestartpos=0; | ^~~~~~~~~~~~~~ /home/asar-ci/asar/src/asar/arch-spc700.cpp:7:12: warning: ‘writesizeto’ defined but not used [-Wunused-variable] 7 | static int writesizeto=-1; | ^~~~~~~~~~~ /home/asar-ci/asar/src/asar/assembleblock.cpp: In function ‘void assembleblock(const char*, int&)’: /home/asar-ci/asar/src/asar/assembleblock.cpp:2225:29: warning: unused variable ‘current_file’ [-Wunused-variable] 2225 | const char* current_file = get_current_file_name(); | ^~~~~~~~~~~~ [ 25%] Building CXX object asar/CMakeFiles/asar-static.dir/crc32.cpp.obj [ 26%] Building CXX object asar/CMakeFiles/asar-standalone.dir/arch-superfx.cpp.obj [ 28%] Building CXX object asar/CMakeFiles/asar.dir/assembleblock.cpp.obj [ 29%] Building CXX object asar/CMakeFiles/asar-standalone.dir/assembleblock.cpp.obj /home/asar-ci/asar/src/asar/assembleblock.cpp: In function ‘void assembleblock(const char*, int&)’: /home/asar-ci/asar/src/asar/assembleblock.cpp:2225:29: warning: unused variable ‘current_file’ [-Wunused-variable] 2225 | const char* current_file = get_current_file_name(); | ^~~~~~~~~~~~ [ 30%] Building CXX object asar/CMakeFiles/asar-static.dir/libcon.cpp.obj /home/asar-ci/asar/src/asar/assembleblock.cpp: In function ‘void assembleblock(const char*, int&)’: /home/asar-ci/asar/src/asar/assembleblock.cpp:2225:29: warning: unused variable ‘current_file’ [-Wunused-variable] 2225 | const char* current_file = get_current_file_name(); | ^~~~~~~~~~~~ [ 32%] Building CXX object asar/CMakeFiles/asar.dir/crc32.cpp.obj [ 33%] Building CXX object asar/CMakeFiles/asar-standalone.dir/crc32.cpp.obj [ 35%] Building CXX object asar/CMakeFiles/asar.dir/libcon.cpp.obj [ 35%] Built target asar-app-test [ 36%] Building CXX object asar/CMakeFiles/asar-static.dir/libsmw.cpp.obj [ 38%] Building CXX object asar/CMakeFiles/asar-standalone.dir/libcon.cpp.obj [ 39%] Building CXX object asar/CMakeFiles/asar-standalone.dir/libsmw.cpp.obj [ 40%] Building CXX object asar/CMakeFiles/asar-static.dir/libstr.cpp.obj [ 42%] Building CXX object asar/CMakeFiles/asar.dir/libsmw.cpp.obj /home/asar-ci/asar/src/asar/libstr.cpp: In member function ‘string& string::qnormalize()’: /home/asar-ci/asar/src/asar/libstr.cpp:185:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 185 | while(str = strpbrk(str, "'\" \t,\r")) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/asar-ci/asar/src/asar/libstr.cpp: In function ‘bool confirmqpar(const char*)’: /home/asar-ci/asar/src/asar/libstr.cpp:258:54: warning: array subscript has type ‘char’ [-Wchar-subscripts] 258 | while((unsigned char)*str >= 128 || !qparlut[*str]) str++; | ^~~~ /home/asar-ci/asar/src/asar/libstr.cpp:278:62: warning: array subscript has type ‘char’ [-Wchar-subscripts] 278 | while((unsigned char)*str >= 128 || !qparlut[*str]) str++; | ^~~~ [ 43%] Building CXX object asar/CMakeFiles/asar-standalone.dir/libstr.cpp.obj [ 45%] Building CXX object asar/CMakeFiles/asar-static.dir/macro.cpp.obj [ 46%] Building CXX object asar/CMakeFiles/asar-standalone.dir/macro.cpp.obj /home/asar-ci/asar/src/asar/libstr.cpp: In member function ‘string& string::qnormalize()’: /home/asar-ci/asar/src/asar/libstr.cpp:185:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 185 | while(str = strpbrk(str, "'\" \t,\r")) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/asar-ci/asar/src/asar/libstr.cpp: In function ‘bool confirmqpar(const char*)’: /home/asar-ci/asar/src/asar/libstr.cpp:258:54: warning: array subscript has type ‘char’ [-Wchar-subscripts] 258 | while((unsigned char)*str >= 128 || !qparlut[*str]) str++; | ^~~~ /home/asar-ci/asar/src/asar/libstr.cpp:278:62: warning: array subscript has type ‘char’ [-Wchar-subscripts] 278 | while((unsigned char)*str >= 128 || !qparlut[*str]) str++; | ^~~~ [ 49%] Building CXX object asar/CMakeFiles/asar-static.dir/main.cpp.obj [ 49%] Building CXX object asar/CMakeFiles/asar.dir/libstr.cpp.obj [ 50%] Building CXX object asar/CMakeFiles/asar-standalone.dir/main.cpp.obj /home/asar-ci/asar/src/asar/libstr.cpp: In member function ‘string& string::qnormalize()’: /home/asar-ci/asar/src/asar/libstr.cpp:185:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 185 | while(str = strpbrk(str, "'\" \t,\r")) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/asar-ci/asar/src/asar/libstr.cpp: In function ‘bool confirmqpar(const char*)’: /home/asar-ci/asar/src/asar/libstr.cpp:258:54: warning: array subscript has type ‘char’ [-Wchar-subscripts] 258 | while((unsigned char)*str >= 128 || !qparlut[*str]) str++; | ^~~~ /home/asar-ci/asar/src/asar/libstr.cpp:278:62: warning: array subscript has type ‘char’ [-Wchar-subscripts] 278 | while((unsigned char)*str >= 128 || !qparlut[*str]) str++; | ^~~~ [ 52%] Building CXX object asar/CMakeFiles/asar-standalone.dir/asar_math.cpp.obj /home/asar-ci/asar/src/asar/main.cpp: In function ‘int getlenforlabel(snes_label, bool)’: /home/asar-ci/asar/src/asar/main.cpp:400:23: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 400 | else if (bank != snespos >> 16){ return 3; } | ~~~~~^~~~~~~~~~~~~~~~ /home/asar-ci/asar/src/asar/main.cpp: In function ‘int getlenforlabel(snes_label, bool)’: /home/asar-ci/asar/src/asar/main.cpp:400:23: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 400 | else if (bank != snespos >> 16){ return 3; } | ~~~~~^~~~~~~~~~~~~~~~ [ 53%] Building CXX object asar/CMakeFiles/asar.dir/macro.cpp.obj [ 54%] Building CXX object asar/CMakeFiles/asar-standalone.dir/virtualfile.cpp.obj [ 56%] Building CXX object asar/CMakeFiles/asar.dir/main.cpp.obj [ 57%] Building CXX object asar/CMakeFiles/asar-static.dir/asar_math.cpp.obj [ 59%] Building CXX object asar/CMakeFiles/asar-standalone.dir/warnings.cpp.obj /home/asar-ci/asar/src/asar/main.cpp: In function ‘int getlenforlabel(snes_label, bool)’: /home/asar-ci/asar/src/asar/main.cpp:400:23: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 400 | else if (bank != snespos >> 16){ return 3; } | ~~~~~^~~~~~~~~~~~~~~~ [ 60%] Building CXX object asar/CMakeFiles/asar.dir/asar_math.cpp.obj [ 61%] Building CXX object asar/CMakeFiles/asar-static.dir/virtualfile.cpp.obj [ 63%] Building CXX object asar/CMakeFiles/asar-standalone.dir/errors.cpp.obj [ 64%] Building CXX object asar/CMakeFiles/asar-standalone.dir/table.cpp.obj [ 66%] Building CXX object asar/CMakeFiles/asar.dir/virtualfile.cpp.obj [ 67%] Building CXX object asar/CMakeFiles/asar-standalone.dir/unicode.cpp.obj [ 69%] Building CXX object asar/CMakeFiles/asar-standalone.dir/platform/file-helpers.cpp.obj [ 71%] Building CXX object asar/CMakeFiles/asar-static.dir/warnings.cpp.obj [ 71%] Building CXX object asar/CMakeFiles/asar.dir/warnings.cpp.obj [ 73%] Building CXX object asar/CMakeFiles/asar-standalone.dir/platform/windows/file-helpers-win32.cpp.obj [ 74%] Building CXX object asar/CMakeFiles/asar.dir/errors.cpp.obj [ 76%] Building CXX object asar/CMakeFiles/asar-static.dir/errors.cpp.obj [ 77%] Building RC object asar/CMakeFiles/asar-standalone.dir/res/windows/asar.rc.res [ 78%] Building CXX object asar/CMakeFiles/asar.dir/table.cpp.obj [ 80%] Building CXX object asar/CMakeFiles/asar.dir/unicode.cpp.obj [ 81%] Building CXX object asar/CMakeFiles/asar-static.dir/table.cpp.obj [ 83%] Building CXX object asar/CMakeFiles/asar.dir/platform/file-helpers.cpp.obj [ 84%] Linking CXX executable bin/asar.exe [ 85%] Building CXX object asar/CMakeFiles/asar-static.dir/unicode.cpp.obj [ 87%] Building CXX object asar/CMakeFiles/asar.dir/platform/windows/file-helpers-win32.cpp.obj [ 88%] Building RC object asar/CMakeFiles/asar.dir/res/windows/asar_lib.rc.res [ 90%] Building CXX object asar/CMakeFiles/asar-static.dir/platform/file-helpers.cpp.obj [ 91%] Building CXX object asar/CMakeFiles/asar-static.dir/platform/windows/file-helpers-win32.cpp.obj [ 92%] Linking CXX shared library lib/libasar.dll [ 94%] Building RC object asar/CMakeFiles/asar-static.dir/res/windows/asar_lib.rc.res [ 95%] Linking CXX static library lib/libasar-static.a [ 97%] Building CXX object asar-tests/CMakeFiles/asar-dll-test.dir/test.cpp.obj [ 98%] Building C object asar-tests/CMakeFiles/asar-dll-test.dir/__/asar-dll-bindings/c/asardll.c.obj [ 98%] Built target asar-static [ 98%] Built target asar-standalone [ 98%] Built target asar [100%] Linking CXX executable asar-dll-test.exe [100%] Built target asar-dll-test + mkdir tests-tmp ++ winepath -w /home/asar-ci/asar it looks like wine32 is missing, you should install it. multiarch needs to be enabled first. as root, please execute "dpkg --add-architecture i386 && apt-get update && apt-get install wine32:i386" + winsrc='Z:\home\asar-ci\asar' ++ winepath -w asar it looks like wine32 is missing, you should install it. multiarch needs to be enabled first. as root, please execute "dpkg --add-architecture i386 && apt-get update && apt-get install wine32:i386" + winbin='Z:\home\asar-ci\build_win\asar' + wine asar-tests/asar-dll-test.exe 'Z:\home\asar-ci\build_win\asar/lib/libasar.dll' 'Z:\home\asar-ci\asar/tests' 'Z:\home\asar-ci\asar/dummy_rom.sfc' tests-tmp it looks like wine32 is missing, you should install it. multiarch needs to be enabled first. as root, please execute "dpkg --add-architecture i386 && apt-get update && apt-get install wine32:i386" (1/110) Patching: Z:\home\asar-ci\asar/tests/0x.asm Success! (2/110) Patching: Z:\home\asar-ci\asar/tests/130freespaces.asm Success! (3/110) Patching: Z:\home\asar-ci\asar/tests/32bitvalues.asm Success! (4/110) Patching: Z:\home\asar-ci\asar/tests/advanced-prints.asm Success! (5/110) Patching: Z:\home\asar-ci\asar/tests/arch-65816.asm Success! (6/110) Patching: Z:\home\asar-ci\asar/tests/arch-spc700.asm Success! (7/110) Patching: Z:\home\asar-ci\asar/tests/arch-superfx.asm Success! (8/110) Patching: Z:\home\asar-ci\asar/tests/archswitch.asm Success! (9/110) Patching: Z:\home\asar-ci\asar/tests/assert-fail.asm Success! (10/110) Patching: Z:\home\asar-ci\asar/tests/assert-pass.asm Success! (11/110) Patching: Z:\home\asar-ci\asar/tests/autoclean.asm Iteration 1 of 2 Iteration 2 of 2 Success! (12/110) Patching: Z:\home\asar-ci\asar/tests/badlabels.asm Success! (13/110) Patching: Z:\home\asar-ci\asar/tests/badsublabel.asm Success! (14/110) Patching: Z:\home\asar-ci\asar/tests/bank_shorthand.asm Success! (15/110) Patching: Z:\home\asar-ci\asar/tests/bankcross.asm Success! (16/110) Patching: Z:\home\asar-ci\asar/tests/bigincbin.asm Success! (17/110) Patching: Z:\home\asar-ci\asar/tests/builtindefinesfail.asm Success! (18/110) Patching: Z:\home\asar-ci\asar/tests/builtindefinespass.asm Success! (19/110) Patching: Z:\home\asar-ci\asar/tests/commabrokenquotes.asm Success! (20/110) Patching: Z:\home\asar-ci\asar/tests/datasize.asm Success! (21/110) Patching: Z:\home\asar-ci\asar/tests/datasize_freespace.asm Success! (22/110) Patching: Z:\home\asar-ci\asar/tests/db-spc.asm Success! (23/110) Patching: Z:\home\asar-ci\asar/tests/dd.asm Success! (24/110) Patching: Z:\home\asar-ci\asar/tests/define-quotes.asm Success! (25/110) Patching: Z:\home\asar-ci\asar/tests/divbyforwardtable.asm Success! (26/110) Patching: Z:\home\asar-ci\asar/tests/elseif.asm Success! (27/110) Patching: Z:\home\asar-ci\asar/tests/emptysublabel.asm Success! (28/110) Patching: Z:\home\asar-ci\asar/tests/errors_optimization.asm Success! (29/110) Patching: Z:\home\asar-ci\asar/tests/escaping.asm Success! (30/110) Patching: Z:\home\asar-ci\asar/tests/fill.asm Success! (31/110) Patching: Z:\home\asar-ci\asar/tests/forloop.asm Success! (32/110) Patching: Z:\home\asar-ci\asar/tests/freespace_static_growing.asm Iteration 1 of 2 Iteration 2 of 2 Success! (33/110) Patching: Z:\home\asar-ci\asar/tests/freespacealign.asm Success! (34/110) Patching: Z:\home\asar-ci\asar/tests/freespaceexpand.asm Success! (35/110) Patching: Z:\home\asar-ci\asar/tests/freespaceshrink.asm Success! (36/110) Patching: Z:\home\asar-ci\asar/tests/full_bank_check.asm Success! (37/110) Patching: Z:\home\asar-ci\asar/tests/functest1.asm Success! (38/110) Patching: Z:\home\asar-ci\asar/tests/functest2.asm Success! (39/110) Patching: Z:\home\asar-ci\asar/tests/functest3.asm Success! (40/110) Patching: Z:\home\asar-ci\asar/tests/global_label_error_duplicate.asm Success! (41/110) Patching: Z:\home\asar-ci\asar/tests/global_label_error_macrolabel.asm Success! (42/110) Patching: Z:\home\asar-ci\asar/tests/global_label_error_sublabel.asm Success! (43/110) Patching: Z:\home\asar-ci\asar/tests/global_label_success.asm Success! (44/110) Patching: Z:\home\asar-ci\asar/tests/half_bank_check.asm Success! (45/110) Patching: Z:\home\asar-ci\asar/tests/incbin.asm Success! (46/110) Patching: Z:\home\asar-ci\asar/tests/incbin_error.asm Success! (47/110) Patching: Z:\home\asar-ci\asar/tests/include-dir.asm Success! (48/110) Patching: Z:\home\asar-ci\asar/tests/includefatal.asm Success! (49/110) Patching: Z:\home\asar-ci\asar/tests/includehierarchy.asm Success! (50/110) Patching: Z:\home\asar-ci\asar/tests/includeonce.asm Success! (51/110) Patching: Z:\home\asar-ci\asar/tests/incsrcloop.asm Success! (52/110) Patching: Z:\home\asar-ci\asar/tests/invalid-paths.asm Success! (53/110) Patching: Z:\home\asar-ci\asar/tests/invalid-tablefiles.asm Success! (54/110) Patching: Z:\home\asar-ci\asar/tests/labela.asm Success! (55/110) Patching: Z:\home\asar-ci\asar/tests/labels_static_fail.asm Success! (56/110) Patching: Z:\home\asar-ci\asar/tests/labels_static_pass.asm Success! (57/110) Patching: Z:\home\asar-ci\asar/tests/lib_test.asm Success! (58/110) Patching: Z:\home\asar-ci\asar/tests/macro_fuckery_fail.asm Success! (59/110) Patching: Z:\home\asar-ci\asar/tests/macro_fuckery_pass.asm Success! (60/110) Patching: Z:\home\asar-ci\asar/tests/macroconditionals.asm Success! (61/110) Patching: Z:\home\asar-ci\asar/tests/macrolabels.asm Success! (62/110) Patching: Z:\home\asar-ci\asar/tests/macronoarg.asm Success! (63/110) Patching: Z:\home\asar-ci\asar/tests/mappers.asm Success! (64/110) Patching: Z:\home\asar-ci\asar/tests/memoryfile.asm Success! (65/110) Patching: Z:\home\asar-ci\asar/tests/misc.asm Success! (66/110) Patching: Z:\home\asar-ci\asar/tests/miscearlyerrors.asm Success! (67/110) Patching: Z:\home\asar-ci\asar/tests/miscerrors.asm Success! (68/110) Patching: Z:\home\asar-ci\asar/tests/misclateerrors.asm Success! (69/110) Patching: Z:\home\asar-ci\asar/tests/multiprot.asm Iteration 1 of 2 Iteration 2 of 2 Success! (70/110) Patching: Z:\home\asar-ci\asar/tests/namespaces.asm Success! (71/110) Patching: Z:\home\asar-ci\asar/tests/nesteddefines.asm Success! (72/110) Patching: Z:\home\asar-ci\asar/tests/nestedpushpcfreespace.asm Success! (73/110) Patching: Z:\home\asar-ci\asar/tests/opcodesize.asm Success! (74/110) Patching: Z:\home\asar-ci\asar/tests/optimizer.asm Success! (75/110) Patching: Z:\home\asar-ci\asar/tests/prot.asm Iteration 1 of 2 Iteration 2 of 2 Success! (76/110) Patching: Z:\home\asar-ci\asar/tests/protonbankstart.asm Success! (77/110) Patching: Z:\home\asar-ci\asar/tests/pseudo-opcodes.asm Success! (78/110) Patching: Z:\home\asar-ci\asar/tests/pushpullns.asm Success! (79/110) Patching: Z:\home\asar-ci\asar/tests/read.asm Success! (80/110) Patching: Z:\home\asar-ci\asar/tests/readoob.asm Success! (81/110) Patching: Z:\home\asar-ci\asar/tests/realbase.asm Success! (82/110) Patching: Z:\home\asar-ci\asar/tests/sa1altmapper.asm Success! (83/110) Patching: Z:\home\asar-ci\asar/tests/sa1bankswitch.asm Success! (84/110) Patching: Z:\home\asar-ci\asar/tests/sa1freespace.asm Success! (85/110) Patching: Z:\home\asar-ci\asar/tests/segments.asm Success! (86/110) Patching: Z:\home\asar-ci\asar/tests/setlabel.asm Success! (87/110) Patching: Z:\home\asar-ci\asar/tests/sfxfreespace.asm Iteration 1 of 2 Iteration 2 of 2 Success! (88/110) Patching: Z:\home\asar-ci\asar/tests/spcblock.asm Success! (89/110) Patching: Z:\home\asar-ci\asar/tests/spcsynonyms.asm Success! (90/110) Patching: Z:\home\asar-ci\asar/tests/std.asm Success! (91/110) Patching: Z:\home\asar-ci\asar/tests/structs.asm Success! (92/110) Patching: Z:\home\asar-ci\asar/tests/tablefiles.asm Success! (93/110) Patching: Z:\home\asar-ci\asar/tests/that_one_macro_bug.asm Success! (94/110) Patching: Z:\home\asar-ci\asar/tests/trailingcomma.asm Success! (95/110) Patching: Z:\home\asar-ci\asar/tests/utf-8-bom.asm Success! (96/110) Patching: Z:\home\asar-ci\asar/tests/utf-8-cursed-💩.asm Success! (97/110) Patching: Z:\home\asar-ci\asar/tests/utf-8-invalid.asm Success! (98/110) Patching: Z:\home\asar-ci\asar/tests/utf8-no-bom.asm Success! (99/110) Patching: Z:\home\asar-ci\asar/tests/v140features.asm Success! (100/110) Patching: Z:\home\asar-ci\asar/tests/v150features.asm Success! (101/110) Patching: Z:\home\asar-ci\asar/tests/v160features.asm Success! (102/110) Patching: Z:\home\asar-ci\asar/tests/variadic_errors.asm Success! (103/110) Patching: Z:\home\asar-ci\asar/tests/variadic_syntax.asm Success! (104/110) Patching: Z:\home\asar-ci\asar/tests/warn-immediate.asm Success! (105/110) Patching: Z:\home\asar-ci\asar/tests/warnings-1.asm Success! (106/110) Patching: Z:\home\asar-ci\asar/tests/warnings-2.asm Success! (107/110) Patching: Z:\home\asar-ci\asar/tests/warnings-3.asm Success! (108/110) Patching: Z:\home\asar-ci\asar/tests/warnings-4.asm Success! (109/110) Patching: Z:\home\asar-ci\asar/tests/warnings-deprecated.asm Success! (110/110) Patching: Z:\home\asar-ci\asar/tests/warnpc.asm Success! 110 out of 110 performed tests succeeded. + wine asar-tests/asar-app-test.exe 'Z:\home\asar-ci\build_win\asar/bin/asar.exe' 'Z:\home\asar-ci\asar/tests' 'Z:\home\asar-ci\asar/dummy_rom.sfc' tests-tmp it looks like wine32 is missing, you should install it. multiarch needs to be enabled first. as root, please execute "dpkg --add-architecture i386 && apt-get update && apt-get install wine32:i386" (1/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/0x.asm" "tests-tmp/0x.asm.sfc" Success! (2/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/130freespaces.asm" "tests-tmp/130freespaces.asm.sfc" Success! (3/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/32bitvalues.asm" "tests-tmp/32bitvalues.asm.sfc" Success! (4/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/advanced-prints.asm" "tests-tmp/advanced-prints.asm.sfc" Success! (5/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/arch-65816.asm" "tests-tmp/arch-65816.asm.sfc" Success! (6/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/arch-spc700.asm" "tests-tmp/arch-spc700.asm.sfc" Success! (7/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/arch-superfx.asm" "tests-tmp/arch-superfx.asm.sfc" Success! (8/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/archswitch.asm" "tests-tmp/archswitch.asm.sfc" Success! (9/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/assert-fail.asm" "tests-tmp/assert-fail.asm.sfc" Success! (10/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/assert-pass.asm" "tests-tmp/assert-pass.asm.sfc" Success! (11/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/autoclean.asm" "tests-tmp/autoclean.asm.sfc" Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/autoclean.asm" "tests-tmp/autoclean.asm.sfc" Success! (12/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/badlabels.asm" "tests-tmp/badlabels.asm.sfc" Success! (13/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/badsublabel.asm" "tests-tmp/badsublabel.asm.sfc" Success! (14/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/bank_shorthand.asm" "tests-tmp/bank_shorthand.asm.sfc" Success! (15/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/bankcross.asm" "tests-tmp/bankcross.asm.sfc" Success! (16/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/bigincbin.asm" "tests-tmp/bigincbin.asm.sfc" Success! (17/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/builtindefinesfail.asm" "tests-tmp/builtindefinesfail.asm.sfc" Success! (18/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/builtindefinespass.asm" "tests-tmp/builtindefinespass.asm.sfc" Success! (19/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/commabrokenquotes.asm" "tests-tmp/commabrokenquotes.asm.sfc" Success! (20/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/datasize.asm" "tests-tmp/datasize.asm.sfc" Success! (21/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/datasize_freespace.asm" "tests-tmp/datasize_freespace.asm.sfc" Success! (22/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/db-spc.asm" "tests-tmp/db-spc.asm.sfc" Success! (23/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/dd.asm" "tests-tmp/dd.asm.sfc" Success! (24/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/define-quotes.asm" "tests-tmp/define-quotes.asm.sfc" Success! (25/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/divbyforwardtable.asm" "tests-tmp/divbyforwardtable.asm.sfc" Success! (26/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/elseif.asm" "tests-tmp/elseif.asm.sfc" Success! (27/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/emptysublabel.asm" "tests-tmp/emptysublabel.asm.sfc" Success! (28/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/errors_optimization.asm" "tests-tmp/errors_optimization.asm.sfc" Success! (29/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/escaping.asm" "tests-tmp/escaping.asm.sfc" Success! (30/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/fill.asm" "tests-tmp/fill.asm.sfc" Success! (31/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/forloop.asm" "tests-tmp/forloop.asm.sfc" Success! (32/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/freespace_static_growing.asm" "tests-tmp/freespace_static_growing.asm.sfc" Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/freespace_static_growing.asm" "tests-tmp/freespace_static_growing.asm.sfc" Success! (33/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/freespacealign.asm" "tests-tmp/freespacealign.asm.sfc" Success! (34/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/freespaceexpand.asm" "tests-tmp/freespaceexpand.asm.sfc" Success! (35/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/freespaceshrink.asm" "tests-tmp/freespaceshrink.asm.sfc" Success! (36/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/full_bank_check.asm" "tests-tmp/full_bank_check.asm.sfc" Success! (37/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/functest1.asm" "tests-tmp/functest1.asm.sfc" Success! (38/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/functest2.asm" "tests-tmp/functest2.asm.sfc" Success! (39/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/functest3.asm" "tests-tmp/functest3.asm.sfc" Success! (40/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/global_label_error_duplicate.asm" "tests-tmp/global_label_error_duplicate.asm.sfc" Success! (41/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/global_label_error_macrolabel.asm" "tests-tmp/global_label_error_macrolabel.asm.sfc" Success! (42/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/global_label_error_sublabel.asm" "tests-tmp/global_label_error_sublabel.asm.sfc" Success! (43/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/global_label_success.asm" "tests-tmp/global_label_success.asm.sfc" Success! (44/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/half_bank_check.asm" "tests-tmp/half_bank_check.asm.sfc" Success! (45/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/incbin.asm" "tests-tmp/incbin.asm.sfc" Success! (46/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/incbin_error.asm" "tests-tmp/incbin_error.asm.sfc" Success! (47/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/include-dir.asm" "tests-tmp/include-dir.asm.sfc" Success! (48/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/includefatal.asm" "tests-tmp/includefatal.asm.sfc" Success! (49/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/includehierarchy.asm" "tests-tmp/includehierarchy.asm.sfc" Success! (50/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/includeonce.asm" "tests-tmp/includeonce.asm.sfc" Success! (51/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/incsrcloop.asm" "tests-tmp/incsrcloop.asm.sfc" Success! (52/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/invalid-paths.asm" "tests-tmp/invalid-paths.asm.sfc" Success! (53/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/invalid-tablefiles.asm" "tests-tmp/invalid-tablefiles.asm.sfc" Success! (54/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/labela.asm" "tests-tmp/labela.asm.sfc" Success! (55/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/labels_static_fail.asm" "tests-tmp/labels_static_fail.asm.sfc" Success! (56/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/labels_static_pass.asm" "tests-tmp/labels_static_pass.asm.sfc" Success! (57/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/lib_test.asm" "tests-tmp/lib_test.asm.sfc" Success! (58/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/macro_fuckery_fail.asm" "tests-tmp/macro_fuckery_fail.asm.sfc" Success! (59/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/macro_fuckery_pass.asm" "tests-tmp/macro_fuckery_pass.asm.sfc" Success! (60/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/macroconditionals.asm" "tests-tmp/macroconditionals.asm.sfc" Success! (61/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/macrolabels.asm" "tests-tmp/macrolabels.asm.sfc" Success! (62/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/macronoarg.asm" "tests-tmp/macronoarg.asm.sfc" Success! (63/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/mappers.asm" "tests-tmp/mappers.asm.sfc" Success! (64/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/memoryfile.asm" "tests-tmp/memoryfile.asm.sfc" Success! (65/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/misc.asm" "tests-tmp/misc.asm.sfc" Success! (66/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/miscearlyerrors.asm" "tests-tmp/miscearlyerrors.asm.sfc" Success! (67/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/miscerrors.asm" "tests-tmp/miscerrors.asm.sfc" Success! (68/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/misclateerrors.asm" "tests-tmp/misclateerrors.asm.sfc" Success! (69/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/multiprot.asm" "tests-tmp/multiprot.asm.sfc" Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/multiprot.asm" "tests-tmp/multiprot.asm.sfc" Success! (70/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/namespaces.asm" "tests-tmp/namespaces.asm.sfc" Success! (71/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/nesteddefines.asm" "tests-tmp/nesteddefines.asm.sfc" Success! (72/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/nestedpushpcfreespace.asm" "tests-tmp/nestedpushpcfreespace.asm.sfc" Success! (73/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/opcodesize.asm" "tests-tmp/opcodesize.asm.sfc" Success! (74/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/optimizer.asm" "tests-tmp/optimizer.asm.sfc" Success! (75/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/prot.asm" "tests-tmp/prot.asm.sfc" Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/prot.asm" "tests-tmp/prot.asm.sfc" Success! (76/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/protonbankstart.asm" "tests-tmp/protonbankstart.asm.sfc" Success! (77/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/pseudo-opcodes.asm" "tests-tmp/pseudo-opcodes.asm.sfc" Success! (78/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/pushpullns.asm" "tests-tmp/pushpullns.asm.sfc" Success! (79/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/read.asm" "tests-tmp/read.asm.sfc" Success! (80/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/readoob.asm" "tests-tmp/readoob.asm.sfc" Success! (81/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/realbase.asm" "tests-tmp/realbase.asm.sfc" Success! (82/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/sa1altmapper.asm" "tests-tmp/sa1altmapper.asm.sfc" Success! (83/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/sa1bankswitch.asm" "tests-tmp/sa1bankswitch.asm.sfc" Success! (84/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/sa1freespace.asm" "tests-tmp/sa1freespace.asm.sfc" Success! (85/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/segments.asm" "tests-tmp/segments.asm.sfc" Success! (86/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/setlabel.asm" "tests-tmp/setlabel.asm.sfc" Success! (87/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/sfxfreespace.asm" "tests-tmp/sfxfreespace.asm.sfc" Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/sfxfreespace.asm" "tests-tmp/sfxfreespace.asm.sfc" Success! (88/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/spcblock.asm" "tests-tmp/spcblock.asm.sfc" Success! (89/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/spcsynonyms.asm" "tests-tmp/spcsynonyms.asm.sfc" Success! (90/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/std.asm" "tests-tmp/std.asm.sfc" Success! (91/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/structs.asm" "tests-tmp/structs.asm.sfc" Success! (92/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/tablefiles.asm" "tests-tmp/tablefiles.asm.sfc" Success! (93/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/that_one_macro_bug.asm" "tests-tmp/that_one_macro_bug.asm.sfc" Success! (94/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/trailingcomma.asm" "tests-tmp/trailingcomma.asm.sfc" Success! (95/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/utf-8-bom.asm" "tests-tmp/utf-8-bom.asm.sfc" Success! (96/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/utf-8-cursed-💩.asm" "tests-tmp/utf-8-cursed-💩.asm.sfc" Success! (97/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/utf-8-invalid.asm" "tests-tmp/utf-8-invalid.asm.sfc" Success! (98/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/utf8-no-bom.asm" "tests-tmp/utf8-no-bom.asm.sfc" Success! (99/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/v140features.asm" "tests-tmp/v140features.asm.sfc" Success! (100/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/v150features.asm" "tests-tmp/v150features.asm.sfc" Success! (101/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/v160features.asm" "tests-tmp/v160features.asm.sfc" Success! (102/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/variadic_errors.asm" "tests-tmp/variadic_errors.asm.sfc" Success! (103/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/variadic_syntax.asm" "tests-tmp/variadic_syntax.asm.sfc" Success! (104/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/warn-immediate.asm" "tests-tmp/warn-immediate.asm.sfc" Success! (105/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/warnings-1.asm" "tests-tmp/warnings-1.asm.sfc" Success! (106/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/warnings-2.asm" "tests-tmp/warnings-2.asm.sfc" Success! (107/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/warnings-3.asm" "tests-tmp/warnings-3.asm.sfc" Success! (108/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/warnings-4.asm" "tests-tmp/warnings-4.asm.sfc" Success! (109/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/warnings-deprecated.asm" "tests-tmp/warnings-deprecated.asm.sfc" Success! (110/110) Executing: "Z:\home\asar-ci\build_win\asar/bin/asar.exe" -I"Z:\home\asar-ci\asar/tests/" -Dcli_only=\$1 -Dcmddefined -D!cmddefined2= --define " !cmddefined3 = 16,240,224 " -Dcmdl_define_utf8=日本語🇯🇵 "Z:\home\asar-ci\asar/tests/warnpc.asm" "tests-tmp/warnpc.asm.sfc" Success! 110 out of 110 performed tests succeeded. + lcov -d . --capture --branch-coverage --filter branch --ignore-errors mismatch -o asarwin.info --gcov-tool /usr/bin/x86_64-w64-mingw32-gcov Capturing coverage data from . geninfo cmd: '/usr/local/bin/geninfo . --output-filename asarwin.info --gcov-tool /usr/bin/x86_64-w64-mingw32-gcov --ignore-errors mismatch --filter branch --memory 0 --branch-coverage' geninfo: WARNING: cannot determine gcov version - assuming 4.2.0 Found gcov version: 4.2.0 Using intermediate gcov format Writing temporary data to /tmp/geninfo_datN5MW Scanning . for .gcda files ... Found 20 data files in . Processing ./asar/CMakeFiles/asar-standalone.dir/macro.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/libstr.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/virtualfile.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/table.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/warnings.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/main.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/asar_math.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/unicode.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/libsmw.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/addr2line.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/arch-spc700.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/errors.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/platform/windows/file-helpers-win32.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/platform/file-helpers.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/crc32.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/interface-cli.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/libcon.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/arch-65816.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/arch-superfx.cpp.gcda Processing ./asar/CMakeFiles/asar-standalone.dir/assembleblock.cpp.gcda geninfo: WARNING: /home/asar-ci/asar/src/asar/assembleblock.cpp:1300: unexecuted block on non-branch line with non-zero hit count. Use "geninfo --rc geninfo_unexecuted_blocks=1 to set count to zero. geninfo: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/autoarray.h":68: mismatched exception tag for id 1, 1: '1' -> '0' Finished .info-file creation Filter suppressions 'branch': 1120 instances 1120 coverpoints + genhtml --branch-coverage --ignore-errors mismatch --title 'asar build #66' -o /home/asar-ci/artifacts/build/66/coverage /home/asar-ci/build/asar.info /home/asar-ci/build_win/asarwin.info genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.cpp":337: mismatched exception tag for id 1, 1: '0' -> '1' genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.cpp":408: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.cpp":376: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.cpp":376: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.cpp":408: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libstr.cpp":337: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libsmw.cpp":46: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libsmw.cpp":62: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libsmw.cpp":45: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libsmw.cpp":61: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libsmw.cpp":61: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libsmw.cpp":45: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libsmw.cpp":62: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/libsmw.cpp":46: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/asar_math.cpp":139: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/asar_math.cpp":510: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/asar_math.cpp":510: mismatched exception tag for id 3, 3: '1' -> '0' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/asar_math.cpp":915: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/asar_math.cpp":775: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/asar_math.cpp":502: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/asar_math.cpp":502: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/asar_math.cpp":775: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/asar_math.cpp":510: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/asar_math.cpp":510: mismatched exception tag for id 3, 3: '1' -> '0' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/asar_math.cpp":915: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/asar_math.cpp":139: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/platform/file-helpers.cpp":41: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/platform/file-helpers.cpp":89: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/platform/file-helpers.cpp":194: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/platform/file-helpers.cpp":194: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/platform/file-helpers.cpp":41: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/platform/file-helpers.cpp":89: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/arch-65816.cpp":180: mismatched exception tag for id 5, 5: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/arch-65816.cpp":137: mismatched exception tag for id 7, 7: '1' -> '0' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/arch-65816.cpp":88: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/arch-65816.cpp":180: mismatched exception tag for id 5, 5: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/arch-65816.cpp":88: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/arch-65816.cpp":137: mismatched exception tag for id 7, 7: '1' -> '0' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/arch-superfx.cpp":279: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/arch-superfx.cpp":307: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/arch-superfx.cpp":262: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/arch-superfx.cpp":262: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/arch-superfx.cpp":307: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/arch-superfx.cpp":279: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/addr2line.cpp":47: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/addr2line.cpp":37: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/addr2line.cpp":37: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/addr2line.cpp":47: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":134: mismatched exception tag for id 5, 5: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":429: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":615: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":615: mismatched exception tag for id 3, 3: '1' -> '0' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":467: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":445: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":306: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":613: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":510: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":473: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":472: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":466: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":463: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":306: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":445: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":613: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":467: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":429: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":615: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":615: mismatched exception tag for id 3, 3: '1' -> '0' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":134: mismatched exception tag for id 5, 5: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":466: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":463: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":473: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":472: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/interface-cli.cpp":510: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":631: mismatched exception tag for id 5, 5: '1' -> '0' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":684: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":1005: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":1005: mismatched exception tag for id 3, 3: '1' -> '0' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":652: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":652: mismatched exception tag for id 3, 3: '1' -> '0' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":1037: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":1037: mismatched exception tag for id 3, 3: '1' -> '0' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":910: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":774: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":824: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":115: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":763: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":567: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":885: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":676: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":676: mismatched exception tag for id 3, 3: '1' -> '0' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":427: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":687: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":687: mismatched exception tag for id 3, 3: '1' -> '0' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":638: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":131: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":1024: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":1024: mismatched exception tag for id 3, 3: '1' -> '0' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":628: mismatched exception tag for id 1, 1: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":152: mismatched exception tag for id 3, 3: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) genhtml: WARNING: ('mismatch') "/home/asar-ci/asar/src/asar/main.cpp":152: mismatched exception tag for id 5, 5: '0' -> '1' (use "genhtml --ignore-errors mismatch,mismatch ..." to suppress this warning) Found 47 entries. Found common filename prefix "/home/asar-ci/asar/src" Generating output. Processing file /usr/include/c++/12/initializer_list lines=2 hit=2 Processing file asar/libmisc.h lines=11 hit=11 functions=2 hit=2 branches=2 hit=2 Processing file asar/libsmw.h lines=91 hit=79 functions=2 hit=2 branches=106 hit=90 Processing file asar/platform/windows/file-helpers-win32.cpp lines=76 hit=63 functions=10 hit=10 branches=53 hit=30 Processing file asar/assocarr.h lines=119 hit=113 functions=100 hit=81 branches=56 hit=53 Processing file /usr/include/c++/12/bits/basic_string.h lines=7 hit=0 functions=1 hit=0 Processing file /usr/lib/gcc/x86_64-w64-mingw32/12-win32/include/c++/new lines=3 hit=2 functions=2 hit=1 Processing file asar/libstr.cpp lines=261 hit=238 functions=17 hit=16 branches=222 hit=171 Processing file /usr/share/mingw-w64/include/time.h lines=1 hit=1 functions=1 hit=1 Processing file asar/platform/windows/thread-helpers-win32.h lines=23 hit=22 functions=7 hit=7 branches=8 hit=6 Processing file asar/macro.cpp lines=245 hit=238 functions=10 hit=10 branches=286 hit=197 Processing file asar/arch-spc700.cpp lines=253 hit=246 functions=7 hit=6 branches=562 hit=389 Processing file asar/unicode.cpp lines=90 hit=80 functions=7 hit=7 branches=90 hit=61 Processing file asar/virtualfile.cpp lines=142 hit=96 functions=31 hit=21 branches=95 hit=59 Processing file /usr/include/c++/12/bits/char_traits.h lines=4 hit=0 functions=1 hit=0 branches=2 hit=0 Processing file asar/virtualfile.h lines=2 hit=2 functions=1 hit=1 Processing file asar/main.cpp lines=673 hit=540 functions=38 hit=31 branches=710 hit=499 Processing file asar/libstr.h lines=255 hit=248 functions=65 hit=64 branches=160 hit=141 Processing file /usr/include/c++/12/bits/stl_function.h lines=9 hit=9 branches=8 hit=7 Processing file asar/libcon.cpp lines=97 hit=27 functions=15 hit=7 branches=74 hit=11 Processing file asar/arch-superfx.cpp lines=192 hit=177 functions=7 hit=6 branches=144 hit=118 Processing file asar/arch-65816.cpp lines=137 hit=128 functions=3 hit=3 branches=138 hit=98 Processing file asar/errors.cpp lines=37 hit=34 functions=7 hit=7 branches=16 hit=9 Processing file asar/asar.h lines=28 hit=28 functions=12 hit=12 branches=12 hit=9 Processing file asar/macro.h lines=1 hit=1 Processing file asar/asar_math.cpp lines=487 hit=441 functions=102 hit=82 branches=504 hit=328 Processing file asar/std-includes.h lines=4 hit=4 functions=1 hit=1 Processing file /usr/lib/gcc/x86_64-w64-mingw32/12-win32/include/c++/bits/stl_function.h lines=18 hit=18 functions=9 hit=9 branches=8 hit=7 Processing file /usr/lib/gcc/x86_64-w64-mingw32/12-win32/include/c++/bits/basic_string.h lines=2 hit=2 functions=1 hit=1 Processing file asar/platform/file-helpers.cpp lines=67 hit=60 functions=4 hit=3 branches=72 hit=57 Processing file /usr/lib/gcc/x86_64-w64-mingw32/12-win32/include/c++/bits/new_allocator.h lines=2 hit=0 functions=2 hit=0 Processing file asar/libsmw.cpp lines=309 hit=262 functions=19 hit=19 branches=350 hit=203 Processing file asar/assembleblock.h lines=8 hit=8 functions=2 hit=2 Processing file asar/platform/linux/file-helpers-linux.cpp lines=53 hit=42 functions=10 hit=10 branches=25 hit=14 Processing file /usr/lib/gcc/x86_64-w64-mingw32/12-win32/include/c++/bits/char_traits.h lines=4 hit=0 functions=1 hit=0 branches=2 hit=0 Processing file /usr/lib/gcc/x86_64-w64-mingw32/12-win32/include/c++/bits/move.h lines=2 hit=2 functions=2 hit=1 Processing file asar/autoarray.h lines=84 hit=78 functions=160 hit=125 branches=48 hit=37 Processing file asar/warnings.cpp lines=68 hit=62 functions=9 hit=8 branches=46 hit=35 Processing file asar/assembleblock.cpp lines=1474 hit=1332 functions=41 hit=40 branches=2454 hit=1645 Processing file /usr/share/mingw-w64/include/stdio.h lines=17 hit=12 functions=4 hit=3 Processing file asar/addr2line.h lines=3 hit=1 functions=2 hit=0 Processing file asar/addr2line.cpp lines=26 hit=26 functions=3 hit=3 branches=10 hit=8 Processing file asar/interface-cli.cpp lines=293 hit=174 functions=9 hit=9 branches=362 hit=131 Processing file /usr/include/string.h lines=7 hit=7 Processing file /usr/lib/gcc/x86_64-w64-mingw32/12-win32/include/c++/initializer_list lines=3 hit=3 functions=3 hit=3 Processing file asar/crc32.cpp lines=7 hit=7 functions=1 hit=1 branches=2 hit=2 Processing file asar/table.cpp lines=58 hit=55 functions=8 hit=7 branches=28 hit=27 Overall coverage rate: lines......: 86.6% (4981 of 5755 lines) functions......: 84.2% (622 of 739 functions) branches......: 66.8% (4444 of 6655 branches)