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.20161029.5.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qFrlmL
+ 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
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.QjRlJm
+ 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.iRJzld
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build
+ 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../../xbyak -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../../xbyak -I../include -m64
In file included from ../include/bn.h:12,
                 from zm2.cpp:12:
../include/zm2.h: In static member function 'static bool mie::Fp::squareRoot(mie::Fp&, const mie::Fp&)':
../include/zm2.h:308:47: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
  308 |                 t = mie::power(x, p_add1_div4_);
      |                                               ^
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/zm2.h:310:21: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
  310 |                 y = t;
      |                     ^
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
zm2.cpp: In static member function 'static void mie::Fp::setModulo(const mie::Vuint&, int, bool, bool)':
zm2.cpp:3681:52: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 3681 |                                 invTbl_[511 - i] = t;
      |                                                    ^
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h: In instantiation of 'void bn::EcT<T>::normalize() const [with T = mie::Fp]':
../include/bn.h:2969:13:   required from here
 2969 |         P.normalize();
      |         ~~~~~~~~~~~^~
../include/bn.h:2831:19: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 2831 |                 r = p[2];
      |                 ~~^~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h:2837:22: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 2837 |                 p[2] = 1;
      |                 ~~~~~^~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h: In instantiation of 'static void bn::Fp6T<T>::pointDblLineEvalWithoutPC(bn::Fp6T<T>&, Fp2*) [with T = bn::Fp2T<mie::Fp>; Fp2 = bn::Fp2T<mie::Fp>]':
../include/bn.h:1350:69:   required from 'void (* bn::Fp6T<bn::Fp2T<mie::Fp> >::pointDblLineEvalWithoutP)(bn::Fp6T<bn::Fp2T<mie::Fp> >&, bn::Fp6T<bn::Fp2T<mie::Fp> >::Fp2*)'
 1350 | void (*Fp6T<Fp2>::pointDblLineEvalWithoutP)(Fp6T<Fp2>& z, Fp2* x) = &(Fp6T<Fp2>::pointDblLineEvalWithoutPC);
      |                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/bn.h:3013:7:   required from here
 3013 |         Fp6::pointDblLineEvalWithoutP(d, T);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
../include/bn.h:1022:31: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 1022 |                         t3.a_ = t0.b_;
      |                         ~~~~~~^~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h:1023:31: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 1023 |                         t3.b_ = t0.a_;
      |                         ~~~~~~^~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h:1025:31: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 1025 |                         t2.a_ = t0.b_;
      |                         ~~~~~~^~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h:1026:31: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 1026 |                         t2.b_ = t0.a_;
      |                         ~~~~~~^~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h: In instantiation of 'void bn::ecop::FrobEndOnTwist_1(bn::Fp2T<Fp>*, const bn::Fp2T<Fp>*) [with Fp = mie::Fp]':
../include/bn.h:3039:28:   required from here
 3039 |         bn::ecop::FrobEndOnTwist_1(Q1, Q);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
../include/bn.h:2656:17: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 2656 |         Q[0].a_ = P[0].a_;
      |         ~~~~~~~~^~~~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h:2663:17: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 2663 |         Q[1].a_ = P[1].a_;
      |         ~~~~~~~~^~~~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h: In instantiation of 'static void bn::Fp2T<T>::squareC(bn::Fp2T<T>&, const bn::Fp2T<T>&) [with T = mie::Fp]':
../include/bn.h:793:62:   required from 'void (* bn::Fp2T<mie::Fp>::square)(bn::Fp2T<mie::Fp>&, const bn::Fp2T<mie::Fp>&)'
  793 | void (*Fp2T<Fp>::square)(Fp2T<Fp>& out, const Fp2T<Fp>& x) = &(Fp2T<Fp>::squareC);
      |                                                              ^~~~~~~~~~~~~~~~~~~~
zm2.cpp:3436:8:   required from here
 3436 |                 Fp2::square = getCurr<opFp2x2>();
      |                      ^~~~~~
../include/bn.h:490:22: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
  490 |                 z.b_ = t;
      |                 ~~~~~^~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h: In instantiation of 'void bn::Fp12T<T>::Frobenius(bn::Fp12T<T>&) const [with T = bn::Fp6T<bn::Fp2T<mie::Fp> >]':
../include/bn.h:1804:5:   required from 'void bn::Fp12T<T>::final_exp() [with T = bn::Fp6T<bn::Fp2T<mie::Fp> >]'
 1804 |                 b.Frobenius(f2z); // f2z = f^(q(12*z^3 + 6z^2 + 4z))
      |                 ~~^~~~~~~~~
../include/bn.h:2784:13:   required from 'void bn::opt_atePairing(Fp12T<Fp6T<Fp2T<Fp> > >&, const Fp2T<Fp>*, const Fp*) [with Fp = mie::Fp]'
 2784 |         f.final_exp();
      |         ~~~~~~~~~~~^~
../include/bn.h:2974:20:   required from here
 2974 |         opt_atePairing<Fp>(f, Q.p, P.p);
      |         ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../include/bn.h:1644:36: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 1644 |                         z.a_.a_.a_ = a_.a_.a_;
      |                         ~~~~~~~~~~~^~~~~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h:1645:36: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 1645 |                         z.a_.b_.a_ = a_.b_.a_;
      |                         ~~~~~~~~~~~^~~~~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h:1646:36: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 1646 |                         z.a_.c_.a_ = a_.c_.a_;
      |                         ~~~~~~~~~~~^~~~~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h:1647:36: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 1647 |                         z.b_.a_.a_ = b_.a_.a_;
      |                         ~~~~~~~~~~~^~~~~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h:1648:36: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 1648 |                         z.b_.b_.a_ = b_.b_.a_;
      |                         ~~~~~~~~~~~^~~~~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h:1649:36: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 1649 |                         z.b_.c_.a_ = b_.c_.a_;
      |                         ~~~~~~~~~~~^~~~~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h: In instantiation of 'void bn::Fp12T<T>::Frobenius3(bn::Fp12T<T>&) const [with T = bn::Fp6T<bn::Fp2T<mie::Fp> >]':
../include/bn.h:1810:5:   required from 'void bn::Fp12T<T>::final_exp() [with T = bn::Fp6T<bn::Fp2T<mie::Fp> >]'
 1810 |                 b.Frobenius3(f2z); // f2z = f^(q^3(12*z^3 + 6z^2 + 4z - 1))
      |                 ~~^~~~~~~~~~
../include/bn.h:2784:13:   required from 'void bn::opt_atePairing(Fp12T<Fp6T<Fp2T<Fp> > >&, const Fp2T<Fp>*, const Fp*) [with Fp = mie::Fp]'
 2784 |         f.final_exp();
      |         ~~~~~~~~~~~^~
../include/bn.h:2974:20:   required from here
 2974 |         opt_atePairing<Fp>(f, Q.p, P.p);
      |         ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../include/bn.h:1702:28: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 1702 |                 z.a_.a_.a_ = a_.a_.a_;
      |                 ~~~~~~~~~~~^~~~~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h:1703:28: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 1703 |                 z.a_.b_.a_ = a_.b_.a_;
      |                 ~~~~~~~~~~~^~~~~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h:1704:28: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 1704 |                 z.a_.c_.a_ = a_.c_.a_;
      |                 ~~~~~~~~~~~^~~~~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h:1705:28: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 1705 |                 z.b_.a_.a_ = b_.a_.a_;
      |                 ~~~~~~~~~~~^~~~~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h:1706:28: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 1706 |                 z.b_.b_.a_ = b_.b_.a_;
      |                 ~~~~~~~~~~~^~~~~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
../include/bn.h:1707:28: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy]
 1707 |                 z.b_.c_.a_ = b_.c_.a_;
      |                 ~~~~~~~~~~~^~~~~~~~~~
../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)'
   43 |         MIE_FORCE_INLINE Fp(const Fp& x)
      |                          ^~
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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:68: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:82: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:111: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:111: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:68: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 8 into object '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:82: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 8 into object '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:111: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 8 into object '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:111: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 8 into object '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:68: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:82: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:111: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:111: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:68: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 8 into object '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:82: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 8 into object '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:111: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 8 into object '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:111: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 8 into object '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:68: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:82: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:111: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:111: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:68: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 8 into object '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:82: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 8 into object '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:111: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 8 into object '<anonymous>' of size 32
  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 /usr/include/xbyak/xbyak.h:1285:56,
    inlined from 'bool Xbyak::RegExp::operator==(const Xbyak::RegExp&) const' at /usr/include/xbyak/xbyak.h:921: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:
/usr/include/xbyak/xbyak.h:1266:111: warning: array subscript 'const Xbyak::Address[0]' is partly outside array bounds of 'Xbyak::RegExp [1]' [-Warray-bounds=]
 1266 |                 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 8 into object '<anonymous>' of size 32
  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
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8KfE8j
+ 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
+ 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.20161029.5.mga10.x86_64
Provides: lib64zm-static-devel = 1.2-0.20161029.5.mga10 lib64zm-static-devel(x86-64) = 1.2-0.20161029.5.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.20161029.5.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.g6gqn7
+ 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!