I am running Mac OS Ventura (13.0) on M1 Pro chipset.
I am successfully compiling GMP version 6.2.1, but most of unit tests are failing.
Either with
Segmentation fault: 11
or with
Abort trap: 6
Version: GNU MP 6.2.1
Host type: aarch64-apple-darwin22.1.0
ABI: 64
Install prefix: /usr/local
Compiler: gcc
Static libraries: yes
Shared libraries: yes
============================================================================
Testsuite summary for GNU MP 6.2.1
============================================================================
# TOTAL: 50
# PASS: 14
# SKIP: 0
# XFAIL: 0
# FAIL: 36
# XPASS: 0
# ERROR: 0
============
Example:
../../test-driver: line 107: 36102 Segmentation fault: 11 "$@" > $log_file 2>&1
FAIL: t-toom22
../../test-driver: line 107: 36121 Abort trap: 6 "$@" > $log_file 2>&1