D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/ate-pairing-1.2-0.20200513.1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.xiKpPO Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.bO2WLs + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build + rm -rf ate-pairing-master + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/ate-pairing-master.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd ate-pairing-master + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.dM8uH8 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd ate-pairing-master + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd src + /usr/bin/make -O -j16 V=1 VERBOSE=1 SUPPORT_SNARK=1 g++ -c zm.cpp -o zm.o -fPIC -O3 -fomit-frame-pointer -DNDEBUG -msse2 -mfpmath=sse -march=native -DBN_SUPPORT_SNARK -Wall -Wextra -Wformat=2 -Wcast-qual -Wcast-align -Wwrite-strings -Wfloat-equal -Wpointer-arith -D_FILE_OFFSET_BITS=64 -DMIE_ATE_USE_GMP -I../src -I../include -m64 g++ -c zm2.cpp -o zm2.o -fPIC -O3 -fomit-frame-pointer -DNDEBUG -msse2 -mfpmath=sse -march=native -DBN_SUPPORT_SNARK -Wall -Wextra -Wformat=2 -Wcast-qual -Wcast-align -Wwrite-strings -Wfloat-equal -Wpointer-arith -D_FILE_OFFSET_BITS=64 -DMIE_ATE_USE_GMP -I../src -I../include -m64 In file included from zm2.cpp:8: In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:659:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:68: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:63: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:659:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:82: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:50: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:659:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:92: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:63: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:659:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:105: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:50: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:659:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:114: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:63: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:659:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:132: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:50: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:659:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:68: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:63: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:659:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:82: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:50: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:659:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:92: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:63: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:659:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:105: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:50: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:659:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:114: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:63: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:659:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:132: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:50: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:664:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:68: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:76: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:664:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:82: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:50: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:664:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:92: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:76: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:664:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:105: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:50: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:664:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:114: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:76: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:664:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:132: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:50: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:664:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:68: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:76: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:664:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:82: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:50: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:664:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:92: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:76: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:664:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:105: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:50: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:664:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:114: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:76: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:664:10, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:132: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:50: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:666:17, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:68: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:76: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:666:17, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:82: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:63: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:666:17, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:92: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:76: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:666:17, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:105: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:63: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:666:17, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:114: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:76: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:16, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:666:17, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:132: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:63: note: object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:666:17, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:68: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:76: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:666:17, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:82: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:63: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:666:17, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:92: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:76: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:666:17, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:105: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:63: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:666:17, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:114: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ^~~~~~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:76: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ In member function 'bool Xbyak::Address::operator==(const Xbyak::Address&) const', inlined from 'bool Xbyak::Operand::operator==(const Xbyak::Operand&) const' at xbyak/xbyak.h:1164:56, inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at xbyak/xbyak.h:804:39, inlined from 'void PairingCode::smart_set_gp(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:666:17, inlined from 'void PairingCode::in_FpDbl_addNC(const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:674:15, inlined from 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)' at zm2.cpp:979:18: xbyak/xbyak.h:1145:132: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=] 1145 | return getBit() == rhs.getBit() && e_ == rhs.e_ && label_ == rhs.label_ && mode_ == rhs.mode_ && broadcast_ == rhs.broadcast_; | ~~~~^~~~~~~~~~ zm2.cpp: In function 'void PairingCode::in_FpDbl_addNC(int, const Xbyak::RegExp&, const Xbyak::RegExp&, const Xbyak::RegExp&)': zm2.cpp:979:63: note: at offset 4 into object '' of size 24 979 | in_FpDbl_addNC(mz + 64 * i, mx + 64 * i, my + 64 * i); | ^ mkdir -p ../lib rm -f ../lib/libzm.a ar r ../lib/libzm.a zm2.o zm.o ar: creating ../lib/libzm.a g++ -fPIC -shared -o ../lib/zm.so zm2.o zm.o + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.CEW9nD + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build + mkdir /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd ate-pairing-master + '[' 1 -eq 1 ']' + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build/BUILDROOT/usr/lib64/ + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build/BUILDROOT/usr/include/cybozu/ + /usr/bin/install -p lib/libzm.a /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build/BUILDROOT/usr/lib64 + /usr/bin/install -p include/bn.h include/zm2.h include/zm.h /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build/BUILDROOT/usr/include + /usr/bin/install -p include/cybozu/benchmark.hpp include/cybozu/inttype.hpp include/cybozu/test.hpp /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build/BUILDROOT/usr/include/cybozu/ + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/include/zm.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/include/zm2.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/include/cybozu/inttype.hpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/include/cybozu/test.hpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/include/cybozu/benchmark.hpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/include/bn.h is executable but has no shebang, removing executable bit + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build/SPECPARTS/rpm-debuginfo.specpart Processing files: lib64zm-static-devel-1.2-0.20200513.1.mga10.x86_64 Provides: lib64zm-static-devel = 1.2-0.20200513.1.mga10 lib64zm-static-devel(x86-64) = 1.2-0.20200513.1.mga10 zm-static-devel Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64zm-static-devel-1.2-0.20200513.1.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Oh5K5G + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build + test -d /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build + rm -rf /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!