errors in make check

Paul E Reimer reimer at anl.gov
Sun Jan 21 00:52:26 CET 2024


Hello Marc,

I downloaded what I believe is the most recent version and it seem to 
have passed all checks, except for one which was skipped. (Why?)  
Attached is the output from make check.  I still used the Apple llvm.

Paul

On 1/20/24 03:46, Torbjörn Granlund wrote:
> Marc Glisse <marc.glisse at inria.fr> writes:
>
>    could you check with the latest snapshot from
>    https://gmplib.org/download/snapshot/gmp-next/ ?
>
>    If that does not help, can you try with a different compiler (a real
>    gcc, or maybe a non-Apple llvm, you can probably get them through
>    homebrew or macports)?
>
> It would surprise me dearly if these test failures are not due to a
> compiler bug.
>
> We have gotten reports of problems with Apple's compilers serveral times
> over the years.  Unfortunately, these days I cannot reproduce any of
> them on x86 as I do not have access to the current compilers.  (The GMP
> project has a few years old Mac x86 hardware, but Apple blocks the
> installation of non-obsolete software on these machines.)
>
> Also, isolating these compiler problems is likely a waste of effort.  We
> do generally not work around compiler bugs in GMP.
>
> My recommendation for Apple developers is: Get a well-tested compiler.
> Avoid Apple's compilers.  The least buggy compiler is gcc, but clang
> specifically for x86 is ok.
>
-- 
If you receive this e-mail after hours, during a weekend, or on a holiday,
please enjoy your time off and respond during your working hours.

Paul E Reimer               +1-630-252-4037 (Office)
Bldg 203, Physics Division  +1-630-252-3903 (fax)
Argonne National Laboratory +1-630-344-9207 (mobile)
9700 S Cass Ave             reimer at anl.gov
Lemont, IL  60439 USA.      he/his/him
-------------- next part --------------
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-recursive
Making check in tests
Making check in .
/Applications/Xcode.app/Contents/Developer/usr/bin/make  t-bswap t-constants t-count_zeros t-hightomask t-modlinv t-popc t-parity t-sub libtests.la
gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-bswap.o t-bswap.c
In file included from t-bswap.c:24:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o memory.lo memory.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c memory.c  -fno-common -DPIC -o .libs/memory.o
In file included from memory.c:24:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c memory.c -o memory.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o misc.lo misc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c misc.c  -fno-common -DPIC -o .libs/misc.o
In file included from misc.c:38:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
misc.c:155:43: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t (*calling_conventions_function) (ANYARGS);
                                          ^
                                                  void
4 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c misc.c -o misc.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o refmpf.lo refmpf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c refmpf.c  -fno-common -DPIC -o .libs/refmpf.o
In file included from refmpf.c:24:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c refmpf.c -o refmpf.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o refmpn.lo refmpn.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c refmpn.c  -fno-common -DPIC -o .libs/refmpn.o
In file included from refmpn.c:37:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c refmpn.c -o refmpn.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o refmpq.lo refmpq.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c refmpq.c  -fno-common -DPIC -o .libs/refmpq.o
In file included from refmpq.c:21:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c refmpq.c -o refmpq.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o refmpz.lo refmpz.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c refmpz.c  -fno-common -DPIC -o .libs/refmpz.o
In file included from refmpz.c:27:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c refmpz.c -o refmpz.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o spinner.lo spinner.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c spinner.c  -fno-common -DPIC -o .libs/spinner.o
In file included from spinner.c:32:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c spinner.c -o spinner.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o trace.lo trace.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c trace.c  -fno-common -DPIC -o .libs/trace.o
In file included from trace.c:32:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c trace.c -o trace.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell  `test -f 'amd64call.asm' || echo './'`amd64call.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell amd64call.asm  -fno-common -DPIC -o .libs/amd64call.o
m4  -DHAVE_CONFIG_H -DPIC amd64call.asm >tmp-amd64call.s
 gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell tmp-amd64call.s -fno-common -DPIC -o .libs/amd64call.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell amd64call.asm -o amd64call.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o amd64check.lo amd64check.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c amd64check.c  -fno-common -DPIC -o .libs/amd64check.o
In file included from amd64check.c:22:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c amd64check.c -o amd64check.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o libtests.la  memory.lo misc.lo refmpf.lo refmpn.lo refmpq.lo refmpz.lo spinner.lo trace.lo amd64call.lo amd64check.lo ../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: ar cq .libs/libtests.a .libs/memory.o .libs/misc.o .libs/refmpf.o .libs/refmpn.o .libs/refmpq.o .libs/refmpz.o .libs/spinner.o .libs/trace.o .libs/amd64call.o .libs/amd64check.o 
libtool: link: ranlib .libs/libtests.a
libtool: link: ( cd ".libs" && rm -f "libtests.la" && ln -s "../libtests.la" "libtests.la" )
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-bswap t-bswap.o libtests.la ../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-bswap t-bswap.o  ./.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-constants.o t-constants.c
In file included from t-constants.c:23:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-constants t-constants.o libtests.la ../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-constants t-constants.o  ./.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-count_zeros.o t-count_zeros.c
In file included from t-count_zeros.c:24:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-count_zeros t-count_zeros.o libtests.la ../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-count_zeros t-count_zeros.o  ./.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-hightomask.o t-hightomask.c
In file included from t-hightomask.c:24:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-hightomask t-hightomask.o libtests.la ../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-hightomask t-hightomask.o  ./.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-modlinv.o t-modlinv.c
In file included from t-modlinv.c:25:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-modlinv t-modlinv.o libtests.la ../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-modlinv t-modlinv.o  ./.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-popc.o t-popc.c
In file included from t-popc.c:24:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-popc t-popc.o libtests.la ../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-popc t-popc.o  ./.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-parity.o t-parity.c
In file included from t-parity.c:23:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-parity t-parity.o libtests.la ../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-parity t-parity.o  ./.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I..  -I..   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-sub.o t-sub.c
In file included from t-sub.c:25:
./tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
./tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
./tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-sub t-sub.o libtests.la ../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-sub t-sub.o  ./.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../.libs/libgmp.dylib
make[4]: `libtests.la' is up to date.
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: t-bswap
PASS: t-constants
PASS: t-count_zeros
PASS: t-hightomask
PASS: t-modlinv
PASS: t-popc
PASS: t-parity
PASS: t-sub
============================================================================
Testsuite summary for GNU MP 6.3.0
============================================================================
# TOTAL: 8
# PASS:  8
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in devel
make[3]: Nothing to be done for `check'.
Making check in mpn
/Applications/Xcode.app/Contents/Developer/usr/bin/make  t-asmtype t-aors_1 t-divrem_1 t-mod_1 t-fat t-get_d t-instrument t-iord_u t-mp_bases t-perfsqr t-scan logic t-toom22 t-toom32 t-toom33 t-toom42 t-toom43 t-toom44 t-toom52 t-toom53 t-toom54 t-toom62 t-toom63 t-toom6h t-toom8h t-toom2-sqr t-toom3-sqr t-toom4-sqr t-toom6-sqr t-toom8-sqr t-div t-mul t-mullo t-sqrlo t-mulmod_bnm1 t-sqrmod_bnm1 t-mulmid t-mulmod_bknp1 t-sqrmod_bknp1 t-addaddmul t-hgcd t-hgcd_appr t-matrix22 t-invert t-bdiv t-fib2m t-broot t-brootinv t-minvert t-sizeinbase t-gcd_11 t-gcd_22 t-gcdext_1
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-asmtype.o t-asmtype.c
In file included from t-asmtype.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-asmtype t-asmtype.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-asmtype t-asmtype.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-aors_1.o t-aors_1.c
In file included from t-aors_1.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-aors_1 t-aors_1.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-aors_1 t-aors_1.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-divrem_1.o t-divrem_1.c
In file included from t-divrem_1.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-divrem_1 t-divrem_1.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-divrem_1 t-divrem_1.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-mod_1.o t-mod_1.c
In file included from t-mod_1.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-mod_1 t-mod_1.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-mod_1 t-mod_1.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-fat.o t-fat.c
In file included from t-fat.c:26:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-fat t-fat.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-fat t-fat.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-get_d.o t-get_d.c
In file included from t-get_d.c:28:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-get_d t-get_d.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-get_d t-get_d.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-instrument.o t-instrument.c
In file included from t-instrument.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-instrument t-instrument.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-instrument t-instrument.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-iord_u.o t-iord_u.c
In file included from t-iord_u.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-iord_u t-iord_u.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-iord_u t-iord_u.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-mp_bases.o t-mp_bases.c
In file included from t-mp_bases.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-mp_bases t-mp_bases.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-mp_bases t-mp_bases.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-perfsqr.o t-perfsqr.c
In file included from t-perfsqr.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-perfsqr t-perfsqr.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-perfsqr t-perfsqr.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-scan.o t-scan.c
In file included from t-scan.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-scan t-scan.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-scan t-scan.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o logic.o logic.c
In file included from logic.c:39:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o logic logic.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/logic logic.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom22.o t-toom22.c
In file included from t-toom22.c:10:
In file included from ./toom-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom22 t-toom22.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom22 t-toom22.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom32.o t-toom32.c
In file included from t-toom32.c:8:
In file included from ./toom-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom32 t-toom32.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom32 t-toom32.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom33.o t-toom33.c
In file included from t-toom33.c:11:
In file included from ./toom-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom33 t-toom33.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom33 t-toom33.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom42.o t-toom42.c
In file included from t-toom42.c:8:
In file included from ./toom-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom42 t-toom42.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom42 t-toom42.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom43.o t-toom43.c
In file included from t-toom43.c:8:
In file included from ./toom-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom43 t-toom43.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom43 t-toom43.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom44.o t-toom44.c
In file included from t-toom44.c:11:
In file included from ./toom-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom44 t-toom44.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom44 t-toom44.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom52.o t-toom52.c
In file included from t-toom52.c:8:
In file included from ./toom-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom52 t-toom52.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom52 t-toom52.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom53.o t-toom53.c
In file included from t-toom53.c:8:
In file included from ./toom-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom53 t-toom53.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom53 t-toom53.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom54.o t-toom54.c
In file included from t-toom54.c:8:
In file included from ./toom-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom54 t-toom54.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom54 t-toom54.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom62.o t-toom62.c
In file included from t-toom62.c:8:
In file included from ./toom-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom62 t-toom62.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom62 t-toom62.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom63.o t-toom63.c
In file included from t-toom63.c:8:
In file included from ./toom-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom63 t-toom63.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom63 t-toom63.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom6h.o t-toom6h.c
In file included from t-toom6h.c:13:
In file included from ./toom-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom6h t-toom6h.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom6h t-toom6h.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom8h.o t-toom8h.c
In file included from t-toom8h.c:19:
In file included from ./toom-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom8h t-toom8h.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom8h t-toom8h.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom2-sqr.o t-toom2-sqr.c
In file included from t-toom2-sqr.c:7:
In file included from ./toom-sqr-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom2-sqr t-toom2-sqr.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom2-sqr t-toom2-sqr.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom3-sqr.o t-toom3-sqr.c
In file included from t-toom3-sqr.c:6:
In file included from ./toom-sqr-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom3-sqr t-toom3-sqr.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom3-sqr t-toom3-sqr.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom4-sqr.o t-toom4-sqr.c
In file included from t-toom4-sqr.c:6:
In file included from ./toom-sqr-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom4-sqr t-toom4-sqr.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom4-sqr t-toom4-sqr.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom6-sqr.o t-toom6-sqr.c
In file included from t-toom6-sqr.c:8:
In file included from ./toom-sqr-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom6-sqr t-toom6-sqr.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom6-sqr t-toom6-sqr.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-toom8-sqr.o t-toom8-sqr.c
In file included from t-toom8-sqr.c:8:
In file included from ./toom-sqr-shared.h:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-toom8-sqr t-toom8-sqr.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-toom8-sqr t-toom8-sqr.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-div.o t-div.c
In file included from t-div.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-div t-div.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-div t-div.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-mul.o t-mul.c
In file included from t-mul.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-mul t-mul.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-mul t-mul.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-mullo.o t-mullo.c
In file included from t-mullo.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-mullo t-mullo.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-mullo t-mullo.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-sqrlo.o t-sqrlo.c
In file included from t-sqrlo.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-sqrlo t-sqrlo.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-sqrlo t-sqrlo.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-mulmod_bnm1.o t-mulmod_bnm1.c
In file included from t-mulmod_bnm1.c:28:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-mulmod_bnm1 t-mulmod_bnm1.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-mulmod_bnm1 t-mulmod_bnm1.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-sqrmod_bnm1.o t-sqrmod_bnm1.c
In file included from t-sqrmod_bnm1.c:27:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-sqrmod_bnm1 t-sqrmod_bnm1.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-sqrmod_bnm1 t-sqrmod_bnm1.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-mulmid.o t-mulmid.c
In file included from t-mulmid.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-mulmid t-mulmid.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-mulmid t-mulmid.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-mulmod_bknp1.o t-mulmod_bknp1.c
In file included from t-mulmod_bknp1.c:27:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-mulmod_bknp1 t-mulmod_bknp1.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-mulmod_bknp1 t-mulmod_bknp1.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-sqrmod_bknp1.o t-sqrmod_bknp1.c
In file included from t-sqrmod_bknp1.c:27:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-sqrmod_bknp1 t-sqrmod_bknp1.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-sqrmod_bknp1 t-sqrmod_bknp1.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-addaddmul.o t-addaddmul.c
In file included from t-addaddmul.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-addaddmul t-addaddmul.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-addaddmul t-addaddmul.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-hgcd.o t-hgcd.c
In file included from t-hgcd.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-hgcd t-hgcd.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-hgcd t-hgcd.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-hgcd_appr.o t-hgcd_appr.c
In file included from t-hgcd_appr.c:26:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-hgcd_appr t-hgcd_appr.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-hgcd_appr t-hgcd_appr.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-matrix22.o t-matrix22.c
In file included from t-matrix22.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-matrix22 t-matrix22.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-matrix22 t-matrix22.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-invert.o t-invert.c
In file included from t-invert.c:27:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-invert t-invert.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-invert t-invert.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-bdiv.o t-bdiv.c
In file included from t-bdiv.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-bdiv t-bdiv.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-bdiv t-bdiv.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-fib2m.o t-fib2m.c
In file included from t-fib2m.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-fib2m t-fib2m.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-fib2m t-fib2m.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-broot.o t-broot.c
In file included from t-broot.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-broot t-broot.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-broot t-broot.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-brootinv.o t-brootinv.c
In file included from t-brootinv.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-brootinv t-brootinv.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-brootinv t-brootinv.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-minvert.o t-minvert.c
In file included from t-minvert.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-minvert t-minvert.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-minvert t-minvert.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-sizeinbase.o t-sizeinbase.c
In file included from t-sizeinbase.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-sizeinbase t-sizeinbase.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-sizeinbase t-sizeinbase.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-gcd_11.o t-gcd_11.c
In file included from t-gcd_11.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-gcd_11 t-gcd_11.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-gcd_11 t-gcd_11.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-gcd_22.o t-gcd_22.c
In file included from t-gcd_22.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-gcd_22 t-gcd_22.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-gcd_22 t-gcd_22.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-gcdext_1.o t-gcdext_1.c
In file included from t-gcdext_1.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-gcdext_1 t-gcdext_1.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-gcdext_1 t-gcdext_1.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: t-asmtype
PASS: t-aors_1
PASS: t-divrem_1
PASS: t-mod_1
PASS: t-fat
PASS: t-get_d
PASS: t-instrument
PASS: t-iord_u
PASS: t-mp_bases
PASS: t-perfsqr
PASS: t-scan
PASS: logic
PASS: t-toom22
PASS: t-toom32
PASS: t-toom33
PASS: t-toom42
PASS: t-toom43
PASS: t-toom44
PASS: t-toom52
PASS: t-toom53
PASS: t-toom54
PASS: t-toom62
PASS: t-toom63
PASS: t-toom6h
PASS: t-toom8h
PASS: t-toom2-sqr
PASS: t-toom3-sqr
PASS: t-toom4-sqr
PASS: t-toom6-sqr
PASS: t-toom8-sqr
PASS: t-div
PASS: t-mul
PASS: t-mullo
PASS: t-sqrlo
PASS: t-mulmod_bnm1
PASS: t-sqrmod_bnm1
PASS: t-mulmid
PASS: t-mulmod_bknp1
PASS: t-sqrmod_bknp1
SKIP: t-addaddmul
PASS: t-hgcd
PASS: t-hgcd_appr
PASS: t-matrix22
PASS: t-invert
PASS: t-bdiv
PASS: t-fib2m
PASS: t-broot
PASS: t-brootinv
PASS: t-minvert
PASS: t-sizeinbase
PASS: t-gcd_11
PASS: t-gcd_22
PASS: t-gcdext_1
============================================================================
Testsuite summary for GNU MP 6.3.0
============================================================================
# TOTAL: 53
# PASS:  52
# SKIP:  1
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in mpz
/Applications/Xcode.app/Contents/Developer/usr/bin/make  reuse t-addsub t-cmp t-mul t-mul_i t-tdiv t-tdiv_ui t-fdiv t-fdiv_ui t-cdiv_ui t-gcd t-gcd_ui t-lcm t-invert dive dive_ui t-sqrtrem convert io t-inp_str logic t-bit t-powm t-powm_ui t-pow t-div_2exp t-root t-perfsqr t-perfpow t-jac t-bin t-get_d t-get_d_2exp t-get_si t-set_d t-set_si t-lucm t-fac_ui t-mfac_uiui t-primorial_ui t-fib_ui t-lucnum_ui t-scan t-fits t-divis t-divis_2exp t-cong t-cong_2exp t-sizeinbase t-set_str t-aorsmul t-cmp_d t-cmp_si t-hamdist t-oddeven t-popcount t-set_f t-io_raw t-import t-export t-pprime_p t-nextprime t-remove t-limbs
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o reuse.o reuse.c
In file included from reuse.c:33:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o reuse reuse.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/reuse reuse.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-addsub.o t-addsub.c
In file included from t-addsub.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-addsub t-addsub.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-addsub t-addsub.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-cmp.o t-cmp.c
In file included from t-cmp.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-cmp t-cmp.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-cmp t-cmp.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-mul.o t-mul.c
In file included from t-mul.c:26:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-mul t-mul.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-mul t-mul.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-mul_i.o t-mul_i.c
In file included from t-mul_i.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-mul_i t-mul_i.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-mul_i t-mul_i.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-tdiv.o t-tdiv.c
In file included from t-tdiv.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-tdiv t-tdiv.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-tdiv t-tdiv.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-tdiv_ui.o t-tdiv_ui.c
In file included from t-tdiv_ui.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-tdiv_ui t-tdiv_ui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-tdiv_ui t-tdiv_ui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-fdiv.o t-fdiv.c
In file included from t-fdiv.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-fdiv t-fdiv.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-fdiv t-fdiv.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-fdiv_ui.o t-fdiv_ui.c
In file included from t-fdiv_ui.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-fdiv_ui t-fdiv_ui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-fdiv_ui t-fdiv_ui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-cdiv_ui.o t-cdiv_ui.c
In file included from t-cdiv_ui.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-cdiv_ui t-cdiv_ui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-cdiv_ui t-cdiv_ui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-gcd.o t-gcd.c
In file included from t-gcd.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-gcd t-gcd.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-gcd t-gcd.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-gcd_ui.o t-gcd_ui.c
In file included from t-gcd_ui.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-gcd_ui t-gcd_ui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-gcd_ui t-gcd_ui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-lcm.o t-lcm.c
In file included from t-lcm.c:26:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-lcm t-lcm.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-lcm t-lcm.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-invert.o t-invert.c
In file included from t-invert.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-invert t-invert.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-invert t-invert.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o dive.o dive.c
In file included from dive.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o dive dive.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/dive dive.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o dive_ui.o dive_ui.c
In file included from dive_ui.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o dive_ui dive_ui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/dive_ui dive_ui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-sqrtrem.o t-sqrtrem.c
In file included from t-sqrtrem.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-sqrtrem t-sqrtrem.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-sqrtrem t-sqrtrem.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o convert.o convert.c
In file included from convert.c:27:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o convert convert.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/convert convert.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o io.o io.c
In file included from io.c:30:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o io io.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/io io.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-inp_str.o t-inp_str.c
In file included from t-inp_str.c:30:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-inp_str t-inp_str.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-inp_str t-inp_str.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o logic.o logic.c
In file included from logic.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
logic.c:185:12: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
dump_abort ()
           ^
            void
4 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o logic logic.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/logic logic.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-bit.o t-bit.c
In file included from t-bit.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-bit t-bit.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-bit t-bit.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-powm.o t-powm.c
In file included from t-powm.c:26:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-powm t-powm.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-powm t-powm.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-powm_ui.o t-powm_ui.c
In file included from t-powm_ui.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-powm_ui t-powm_ui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-powm_ui t-powm_ui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-pow.o t-pow.c
In file included from t-pow.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-pow t-pow.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-pow t-pow.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-div_2exp.o t-div_2exp.c
In file included from t-div_2exp.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-div_2exp t-div_2exp.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-div_2exp t-div_2exp.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-root.o t-root.c
In file included from t-root.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-root t-root.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-root t-root.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-perfsqr.o t-perfsqr.c
In file included from t-perfsqr.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-perfsqr t-perfsqr.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-perfsqr t-perfsqr.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-perfpow.o t-perfpow.c
In file included from t-perfpow.c:26:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
t-perfpow.c:80:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
check_tests ()
            ^
             void
4 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-perfpow t-perfpow.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-perfpow t-perfpow.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-jac.o t-jac.c
In file included from t-jac.c:38:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-jac t-jac.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-jac t-jac.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-bin.o t-bin.c
In file included from t-bin.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-bin t-bin.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-bin t-bin.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-get_d.o t-get_d.c
In file included from t-get_d.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-get_d t-get_d.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-get_d t-get_d.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-get_d_2exp.o t-get_d_2exp.c
In file included from t-get_d_2exp.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-get_d_2exp t-get_d_2exp.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-get_d_2exp t-get_d_2exp.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-get_si.o t-get_si.c
In file included from t-get_si.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-get_si t-get_si.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-get_si t-get_si.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-set_d.o t-set_d.c
In file included from t-set_d.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-set_d t-set_d.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-set_d t-set_d.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-set_si.o t-set_si.c
In file included from t-set_si.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-set_si t-set_si.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-set_si t-set_si.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-lucm.o t-lucm.c
In file included from t-lucm.c:26:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-lucm t-lucm.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-lucm t-lucm.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-fac_ui.o t-fac_ui.c
In file included from t-fac_ui.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-fac_ui t-fac_ui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-fac_ui t-fac_ui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-mfac_uiui.o t-mfac_uiui.c
In file included from t-mfac_uiui.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-mfac_uiui t-mfac_uiui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-mfac_uiui t-mfac_uiui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-primorial_ui.o t-primorial_ui.c
In file included from t-primorial_ui.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-primorial_ui t-primorial_ui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-primorial_ui t-primorial_ui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-fib_ui.o t-fib_ui.c
In file included from t-fib_ui.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-fib_ui t-fib_ui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-fib_ui t-fib_ui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-lucnum_ui.o t-lucnum_ui.c
In file included from t-lucnum_ui.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-lucnum_ui t-lucnum_ui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-lucnum_ui t-lucnum_ui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-scan.o t-scan.c
In file included from t-scan.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-scan t-scan.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-scan t-scan.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-fits.o t-fits.c
In file included from t-fits.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-fits t-fits.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-fits t-fits.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-divis.o t-divis.c
In file included from t-divis.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-divis t-divis.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-divis t-divis.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-divis_2exp.o t-divis_2exp.c
In file included from t-divis_2exp.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-divis_2exp t-divis_2exp.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-divis_2exp t-divis_2exp.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-cong.o t-cong.c
In file included from t-cong.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-cong t-cong.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-cong t-cong.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-cong_2exp.o t-cong_2exp.c
In file included from t-cong_2exp.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-cong_2exp t-cong_2exp.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-cong_2exp t-cong_2exp.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-sizeinbase.o t-sizeinbase.c
In file included from t-sizeinbase.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-sizeinbase t-sizeinbase.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-sizeinbase t-sizeinbase.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-set_str.o t-set_str.c
In file included from t-set_str.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-set_str t-set_str.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-set_str t-set_str.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-aorsmul.o t-aorsmul.c
In file included from t-aorsmul.c:26:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-aorsmul t-aorsmul.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-aorsmul t-aorsmul.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-cmp_d.o t-cmp_d.c
In file included from t-cmp_d.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-cmp_d t-cmp_d.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-cmp_d t-cmp_d.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-cmp_si.o t-cmp_si.c
In file included from t-cmp_si.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-cmp_si t-cmp_si.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-cmp_si t-cmp_si.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-hamdist.o t-hamdist.c
In file included from t-hamdist.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-hamdist t-hamdist.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-hamdist t-hamdist.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-oddeven.o t-oddeven.c
In file included from t-oddeven.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-oddeven t-oddeven.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-oddeven t-oddeven.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-popcount.o t-popcount.c
In file included from t-popcount.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-popcount t-popcount.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-popcount t-popcount.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-set_f.o t-set_f.c
In file included from t-set_f.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-set_f t-set_f.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-set_f t-set_f.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-io_raw.o t-io_raw.c
In file included from t-io_raw.c:30:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-io_raw t-io_raw.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-io_raw t-io_raw.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-import.o t-import.c
In file included from t-import.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-import t-import.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-import t-import.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-export.o t-export.c
In file included from t-export.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-export t-export.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-export t-export.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-pprime_p.o t-pprime_p.c
In file included from t-pprime_p.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-pprime_p t-pprime_p.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-pprime_p t-pprime_p.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-nextprime.o t-nextprime.c
In file included from t-nextprime.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
t-nextprime.c:74:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
test_largegaps ()
               ^
                void
t-nextprime.c:110:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
test_bitboundaries ()
                   ^
                    void
5 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-nextprime t-nextprime.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-nextprime t-nextprime.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-remove.o t-remove.c
In file included from t-remove.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-remove t-remove.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-remove t-remove.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-limbs.o t-limbs.c
In file included from t-limbs.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-limbs t-limbs.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-limbs t-limbs.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: reuse
PASS: t-addsub
PASS: t-cmp
PASS: t-mul
PASS: t-mul_i
PASS: t-tdiv
PASS: t-tdiv_ui
PASS: t-fdiv
PASS: t-fdiv_ui
PASS: t-cdiv_ui
PASS: t-gcd
PASS: t-gcd_ui
PASS: t-lcm
PASS: t-invert
PASS: dive
PASS: dive_ui
PASS: t-sqrtrem
PASS: convert
PASS: io
PASS: t-inp_str
PASS: logic
PASS: t-bit
PASS: t-powm
PASS: t-powm_ui
PASS: t-pow
PASS: t-div_2exp
PASS: t-root
PASS: t-perfsqr
PASS: t-perfpow
PASS: t-jac
PASS: t-bin
PASS: t-get_d
PASS: t-get_d_2exp
PASS: t-get_si
PASS: t-set_d
PASS: t-set_si
PASS: t-lucm
PASS: t-fac_ui
PASS: t-mfac_uiui
PASS: t-primorial_ui
PASS: t-fib_ui
PASS: t-lucnum_ui
PASS: t-scan
PASS: t-fits
PASS: t-divis
PASS: t-divis_2exp
PASS: t-cong
PASS: t-cong_2exp
PASS: t-sizeinbase
PASS: t-set_str
PASS: t-aorsmul
PASS: t-cmp_d
PASS: t-cmp_si
PASS: t-hamdist
PASS: t-oddeven
PASS: t-popcount
PASS: t-set_f
PASS: t-io_raw
PASS: t-import
PASS: t-export
PASS: t-pprime_p
PASS: t-nextprime
PASS: t-remove
PASS: t-limbs
============================================================================
Testsuite summary for GNU MP 6.3.0
============================================================================
# TOTAL: 64
# PASS:  64
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in mpq
/Applications/Xcode.app/Contents/Developer/usr/bin/make  t-aors t-cmp t-cmp_ui t-cmp_si t-equal t-get_d t-get_str t-inp_str t-inv t-md_2exp t-set_f t-set_str io reuse t-cmp_z
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-aors.o t-aors.c
In file included from t-aors.c:27:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-aors t-aors.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-aors t-aors.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-cmp.o t-cmp.c
In file included from t-cmp.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-cmp t-cmp.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-cmp t-cmp.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-cmp_ui.o t-cmp_ui.c
In file included from t-cmp_ui.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-cmp_ui t-cmp_ui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-cmp_ui t-cmp_ui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-cmp_si.o t-cmp_si.c
In file included from t-cmp_si.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-cmp_si t-cmp_si.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-cmp_si t-cmp_si.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-equal.o t-equal.c
In file included from t-equal.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-equal t-equal.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-equal t-equal.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-get_d.o t-get_d.c
In file included from t-get_d.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-get_d t-get_d.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-get_d t-get_d.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-get_str.o t-get_str.c
In file included from t-get_str.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-get_str t-get_str.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-get_str t-get_str.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-inp_str.o t-inp_str.c
In file included from t-inp_str.c:30:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-inp_str t-inp_str.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-inp_str t-inp_str.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-inv.o t-inv.c
In file included from t-inv.c:21:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-inv t-inv.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-inv t-inv.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-md_2exp.o t-md_2exp.c
In file included from t-md_2exp.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
t-md_2exp.c:32:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
check_random ()
             ^
              void
4 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-md_2exp t-md_2exp.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-md_2exp t-md_2exp.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-set_f.o t-set_f.c
In file included from t-set_f.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-set_f t-set_f.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-set_f t-set_f.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-set_str.o t-set_str.c
In file included from t-set_str.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-set_str t-set_str.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-set_str t-set_str.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o io.o io.c
In file included from io.c:29:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o io io.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/io io.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o reuse.o reuse.c
In file included from reuse.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o reuse reuse.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/reuse reuse.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-cmp_z.o t-cmp_z.c
In file included from t-cmp_z.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-cmp_z t-cmp_z.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-cmp_z t-cmp_z.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: t-aors
PASS: t-cmp
PASS: t-cmp_ui
PASS: t-cmp_si
PASS: t-equal
PASS: t-get_d
PASS: t-get_str
PASS: t-inp_str
PASS: t-inv
PASS: t-md_2exp
PASS: t-set_f
PASS: t-set_str
PASS: io
PASS: reuse
PASS: t-cmp_z
============================================================================
Testsuite summary for GNU MP 6.3.0
============================================================================
# TOTAL: 15
# PASS:  15
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in mpf
/Applications/Xcode.app/Contents/Developer/usr/bin/make  t-dm2exp t-conv t-add t-sub t-sqrt t-sqrt_ui t-muldiv reuse t-cmp_d t-cmp_si t-div t-fits t-get_d t-get_d_2exp t-get_si t-get_ui t-gsprec t-inp_str t-int_p t-mul_ui t-set t-set_q t-set_si t-set_ui t-trunc t-ui_div t-eq t-pow_ui
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-dm2exp.o t-dm2exp.c
In file included from t-dm2exp.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-dm2exp t-dm2exp.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-dm2exp t-dm2exp.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-conv.o t-conv.c
In file included from t-conv.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-conv t-conv.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-conv t-conv.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-add.o t-add.c
In file included from t-add.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-add t-add.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-add t-add.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-sub.o t-sub.c
In file included from t-sub.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-sub t-sub.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-sub t-sub.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-sqrt.o t-sqrt.c
In file included from t-sqrt.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-sqrt t-sqrt.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-sqrt t-sqrt.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-sqrt_ui.o t-sqrt_ui.c
In file included from t-sqrt_ui.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-sqrt_ui t-sqrt_ui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-sqrt_ui t-sqrt_ui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-muldiv.o t-muldiv.c
In file included from t-muldiv.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-muldiv t-muldiv.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-muldiv t-muldiv.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o reuse.o reuse.c
In file included from reuse.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o reuse reuse.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/reuse reuse.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-cmp_d.o t-cmp_d.c
In file included from t-cmp_d.c:25:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-cmp_d t-cmp_d.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-cmp_d t-cmp_d.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-cmp_si.o t-cmp_si.c
In file included from t-cmp_si.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-cmp_si t-cmp_si.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-cmp_si t-cmp_si.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-div.o t-div.c
In file included from t-div.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-div t-div.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-div t-div.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-fits.o t-fits.c
In file included from t-fits.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-fits t-fits.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-fits t-fits.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-get_d.o t-get_d.c
In file included from t-get_d.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-get_d t-get_d.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-get_d t-get_d.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-get_d_2exp.o t-get_d_2exp.c
In file included from t-get_d_2exp.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-get_d_2exp t-get_d_2exp.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-get_d_2exp t-get_d_2exp.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-get_si.o t-get_si.c
In file included from t-get_si.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-get_si t-get_si.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-get_si t-get_si.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-get_ui.o t-get_ui.c
In file included from t-get_ui.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-get_ui t-get_ui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-get_ui t-get_ui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-gsprec.o t-gsprec.c
In file included from t-gsprec.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-gsprec t-gsprec.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-gsprec t-gsprec.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-inp_str.o t-inp_str.c
In file included from t-inp_str.c:30:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-inp_str t-inp_str.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-inp_str t-inp_str.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-int_p.o t-int_p.c
In file included from t-int_p.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-int_p t-int_p.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-int_p t-int_p.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-mul_ui.o t-mul_ui.c
In file included from t-mul_ui.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-mul_ui t-mul_ui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-mul_ui t-mul_ui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-set.o t-set.c
In file included from t-set.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-set t-set.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-set t-set.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-set_q.o t-set_q.c
In file included from t-set_q.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-set_q t-set_q.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-set_q t-set_q.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-set_si.o t-set_si.c
In file included from t-set_si.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-set_si t-set_si.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-set_si t-set_si.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-set_ui.o t-set_ui.c
In file included from t-set_ui.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-set_ui t-set_ui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-set_ui t-set_ui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-trunc.o t-trunc.c
In file included from t-trunc.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-trunc t-trunc.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-trunc t-trunc.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-ui_div.o t-ui_div.c
In file included from t-ui_div.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-ui_div t-ui_div.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-ui_div t-ui_div.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-eq.o t-eq.c
In file included from t-eq.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-eq t-eq.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-eq t-eq.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-pow_ui.o t-pow_ui.c
In file included from t-pow_ui.c:24:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-pow_ui t-pow_ui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-pow_ui t-pow_ui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: t-dm2exp
PASS: t-conv
PASS: t-add
PASS: t-sub
PASS: t-sqrt
PASS: t-sqrt_ui
PASS: t-muldiv
PASS: reuse
PASS: t-cmp_d
PASS: t-cmp_si
PASS: t-div
PASS: t-fits
PASS: t-get_d
PASS: t-get_d_2exp
PASS: t-get_si
PASS: t-get_ui
PASS: t-gsprec
PASS: t-inp_str
PASS: t-int_p
PASS: t-mul_ui
PASS: t-set
PASS: t-set_q
PASS: t-set_si
PASS: t-set_ui
PASS: t-trunc
PASS: t-ui_div
PASS: t-eq
PASS: t-pow_ui
============================================================================
Testsuite summary for GNU MP 6.3.0
============================================================================
# TOTAL: 28
# PASS:  28
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in rand
/Applications/Xcode.app/Contents/Developer/usr/bin/make  t-iset t-lc2exp t-mt t-rand t-urbui t-urmui t-urndmm
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-iset.o t-iset.c
In file included from t-iset.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-iset t-iset.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-iset t-iset.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-lc2exp.o t-lc2exp.c
In file included from t-lc2exp.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-lc2exp t-lc2exp.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-lc2exp t-lc2exp.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-mt.o t-mt.c
In file included from t-mt.c:22:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-mt t-mt.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-mt t-mt.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-rand.o t-rand.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-rand t-rand.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-rand t-rand.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-urbui.o t-urbui.c
In file included from t-urbui.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-urbui t-urbui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-urbui t-urbui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-urmui.o t-urmui.c
In file included from t-urmui.c:23:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-urmui t-urmui.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-urmui t-urmui.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-urndmm.o t-urndmm.c
In file included from t-urndmm.c:22:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-urndmm t-urndmm.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-urndmm t-urndmm.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: t-iset
PASS: t-lc2exp
PASS: t-mt
PASS: t-rand
PASS: t-urbui
PASS: t-urmui
PASS: t-urndmm
============================================================================
Testsuite summary for GNU MP 6.3.0
============================================================================
# TOTAL: 7
# PASS:  7
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in misc
/Applications/Xcode.app/Contents/Developer/usr/bin/make  t-printf t-scanf t-locale
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-printf.o t-printf.c
In file included from t-printf.c:54:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-printf t-printf.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-printf t-printf.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-scanf.o t-scanf.c
In file included from t-scanf.c:52:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-scanf t-scanf.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-scanf t-scanf.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../tests   -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -c -o t-locale.o t-locale.c
In file included from t-locale.c:41:
../../tests/tests.h:54:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
double tests_infinity_d ();
                        ^
                         void
../../tests/tests.h:82:50: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern mp_limb_t (*calling_conventions_function) (ANYARGS);
                                                 ^
                                                         void
../../tests/tests.h:83:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
mp_limb_t calling_conventions (ANYARGS);
                              ^
                                      void
3 warnings generated.
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -no-install  -o t-locale t-locale.o ../../tests/libtests.la ../../libgmp.la 
libtool: warning: '-no-install' is ignored for kabylake-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=skylake -march=broadwell -o .libs/t-locale t-locale.o  ../../tests/.libs/libtests.a /Users/reimer/Documents/local/src/gmp-6.3.0-20231223160610/.libs/libgmp.dylib ../../.libs/libgmp.dylib
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: t-printf
PASS: t-scanf
PASS: t-locale
============================================================================
Testsuite summary for GNU MP 6.3.0
============================================================================
# TOTAL: 3
# PASS:  3
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in cxx
/Applications/Xcode.app/Contents/Developer/usr/bin/make  
make[4]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
============================================================================
Testsuite summary for GNU MP 6.3.0
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in mpn
make[2]: Nothing to be done for `check'.
Making check in mpz
make[2]: Nothing to be done for `check'.
Making check in mpq
make[2]: Nothing to be done for `check'.
Making check in mpf
make[2]: Nothing to be done for `check'.
Making check in printf
make[2]: Nothing to be done for `check'.
Making check in scanf
make[2]: Nothing to be done for `check'.
Making check in rand
make[2]: Nothing to be done for `check'.
Making check in cxx
make[2]: Nothing to be done for `check'.
Making check in demos
Making check in calc
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-am
make[4]: Nothing to be done for `check-am'.
Making check in expr
make[3]: Nothing to be done for `check'.
make[3]: Nothing to be done for `check-am'.
Making check in tune
make[2]: Nothing to be done for `check'.
Making check in doc
make[2]: Nothing to be done for `check'.
make[2]: Nothing to be done for `check-am'.


More information about the gmp-bugs mailing list