[Chapel Merge] Upgrade to GMP 6.2.1

Branch: refs/heads/master
Revision: cf00c82
Author: ronawho
Log Message:

Merge pull request #17078 from ronawho/upgrade-gmp-6.2.1

Upgrade to GMP 6.2.1

GMP 6.2.1 includes some minor bug fixes and support for new processors.

For the full release notes see: GMP 6.2 News

Modified Files:
A third-party/gmp/gmp-src/mini-gmp/ChangeLog
A third-party/gmp/gmp-src/mpn/arm64/arm64-defs.m4
A third-party/gmp/gmp-src/mpn/arm64/darwin.m4
A third-party/gmp/gmp-src/tests/devel/gen-test-longlong_h.c
A third-party/gmp/gmp-src/tests/mpz/t-bit.c
R third-party/gmp/gmp-src/tests/devel/addmul_N.c
R third-party/gmp/gmp-src/tests/devel/anymul_1.c
R third-party/gmp/gmp-src/tests/devel/aors_n.c
R third-party/gmp/gmp-src/tests/devel/cnd_aors_n.c
R third-party/gmp/gmp-src/tests/devel/copy.c
R third-party/gmp/gmp-src/tests/devel/divmod_1.c
R third-party/gmp/gmp-src/tests/devel/divrem.c
R third-party/gmp/gmp-src/tests/devel/logops_n.c
R third-party/gmp/gmp-src/tests/devel/mul_N.c
R third-party/gmp/gmp-src/tests/devel/shift.c
R third-party/gmp/gmp-src/tests/devel/tst-addsub.c
R third-party/gmp/gmp-src/tests/mpz/bit.c
M third-party/gmp/README
M third-party/gmp/gmp-src/ChangeLog
M third-party/gmp/gmp-src/Makefile.am
M third-party/gmp/gmp-src/Makefile.in
M third-party/gmp/gmp-src/NEWS
M third-party/gmp/gmp-src/config.guess
M third-party/gmp/gmp-src/configfsf.guess
M third-party/gmp/gmp-src/configfsf.sub
M third-party/gmp/gmp-src/configure
M third-party/gmp/gmp-src/configure.ac
M third-party/gmp/gmp-src/demos/calc/calc.c
M third-party/gmp/gmp-src/demos/calc/calc.h
M third-party/gmp/gmp-src/doc/gmp.info
M third-party/gmp/gmp-src/doc/gmp.info-1
M third-party/gmp/gmp-src/doc/gmp.info-2
M third-party/gmp/gmp-src/doc/gmp.texi
M third-party/gmp/gmp-src/doc/stamp-vti
M third-party/gmp/gmp-src/doc/version.texi
M third-party/gmp/gmp-src/gmp-h.in
M third-party/gmp/gmp-src/gmp-impl.h
M third-party/gmp/gmp-src/longlong.h
M third-party/gmp/gmp-src/mini-gmp/mini-gmp.c
M third-party/gmp/gmp-src/mini-gmp/mini-gmp.h
M third-party/gmp/gmp-src/mini-gmp/mini-mpq.c
M third-party/gmp/gmp-src/mini-gmp/tests/hex-random.h
M third-party/gmp/gmp-src/mini-gmp/tests/run-tests
M third-party/gmp/gmp-src/mini-gmp/tests/t-double.c
M third-party/gmp/gmp-src/mini-gmp/tests/t-mpq_double.c
M third-party/gmp/gmp-src/mini-gmp/tests/t-mpq_muldiv_2exp.c
M third-party/gmp/gmp-src/mini-gmp/tests/t-mpq_str.c
M third-party/gmp/gmp-src/mini-gmp/tests/t-str.c
M third-party/gmp/gmp-src/mpn/arm64/bdiv_q_1.asm
M third-party/gmp/gmp-src/mpn/arm64/invert_limb.asm
M third-party/gmp/gmp-src/mpn/arm64/lshift.asm
M third-party/gmp/gmp-src/mpn/arm64/lshiftc.asm
M third-party/gmp/gmp-src/mpn/arm64/rshift.asm
M third-party/gmp/gmp-src/mpn/generic/compute_powtab.c
M third-party/gmp/gmp-src/mpn/generic/dcpi1_bdiv_q.c
M third-party/gmp/gmp-src/mpn/generic/gcd_22.c
M third-party/gmp/gmp-src/mpn/generic/get_d.c
M third-party/gmp/gmp-src/mpn/generic/get_str.c
M third-party/gmp/gmp-src/mpn/generic/hgcd2.c
M third-party/gmp/gmp-src/mpn/generic/mod_1_1.c
M third-party/gmp/gmp-src/mpn/generic/mul_fft.c
M third-party/gmp/gmp-src/mpn/generic/set_str.c
M third-party/gmp/gmp-src/mpn/generic/strongfibo.c
M third-party/gmp/gmp-src/mpn/generic/toom_interpolate_12pts.c
M third-party/gmp/gmp-src/mpn/generic/toom_interpolate_16pts.c
M third-party/gmp/gmp-src/mpn/powerpc64/mode64/p9/addmul_2.asm
M third-party/gmp/gmp-src/mpn/powerpc64/mode64/p9/mul_2.asm
M third-party/gmp/gmp-src/mpn/x86/fat/fat.c
M third-party/gmp/gmp-src/mpn/x86_64/bd2/gcd_22.asm
M third-party/gmp/gmp-src/mpn/x86_64/fat/fat.c
M third-party/gmp/gmp-src/mpn/x86_64/skylake/gmp-mparam.h
M third-party/gmp/gmp-src/mpn/x86_64/x86_64-defs.m4
M third-party/gmp/gmp-src/mpn/x86_64/zen2/gmp-mparam.h
M third-party/gmp/gmp-src/mpq/cmp.c
M third-party/gmp/gmp-src/mpz/cmp.c
M third-party/gmp/gmp-src/mpz/millerrabin.c
M third-party/gmp/gmp-src/mpz/mul.c
M third-party/gmp/gmp-src/mpz/n_pow_ui.c
M third-party/gmp/gmp-src/tests/cxx/t-assign.cc
M third-party/gmp/gmp-src/tests/cxx/t-constr.cc
M third-party/gmp/gmp-src/tests/cxx/t-do-exceptions-work-at-all-with-this-compiler.cc
M third-party/gmp/gmp-src/tests/cxx/t-ops2z.cc
M third-party/gmp/gmp-src/tests/cxx/t-rand.cc
M third-party/gmp/gmp-src/tests/devel/Makefile.am
M third-party/gmp/gmp-src/tests/devel/Makefile.in
M third-party/gmp/gmp-src/tests/misc.c
M third-party/gmp/gmp-src/tests/misc/t-locale.c
M third-party/gmp/gmp-src/tests/mpf/t-conv.c
M third-party/gmp/gmp-src/tests/mpf/t-get_d_2exp.c
M third-party/gmp/gmp-src/tests/mpf/t-trunc.c
M third-party/gmp/gmp-src/tests/mpn/t-gcd_11.c
M third-party/gmp/gmp-src/tests/mpn/t-gcd_22.c
M third-party/gmp/gmp-src/tests/mpn/t-gcdext_1.c
M third-party/gmp/gmp-src/tests/mpz/Makefile.am
M third-party/gmp/gmp-src/tests/mpz/Makefile.in
M third-party/gmp/gmp-src/tests/mpz/convert.c
M third-party/gmp/gmp-src/tests/mpz/io.c
M third-party/gmp/gmp-src/tests/mpz/reuse.c
M third-party/gmp/gmp-src/tests/mpz/t-get_d.c
M third-party/gmp/gmp-src/tests/mpz/t-mul.c
M third-party/gmp/gmp-src/tests/refmpn.c
M third-party/gmp/gmp-src/tests/spinner.c
M third-party/gmp/gmp-src/tune/speed.c
M third-party/gmp/gmp-src/tune/speed.h
M third-party/gmp/gmp-src/tune/time.c
M third-party/gmp/gmp-src/tune/tune-gcd-p.c
M third-party/gmp/gmp-src/tune/tuneup.c

Compare: Comparing 50bc00e2d1e7...cf00c820d030 · chapel-lang/chapel · GitHub