Committed to my experimental tree.
Can you see if that works for you?
Fang
> Currently gmp 5.0.2 fails to pass its make check when built with llvm-gcc.
> This is a permutation of the problem we previously saw with clang which
> resulted
> in the change of the "checking how to switch to read-on
Currently gmp 5.0.2 fails to pass its make check when built with llvm-gcc.
This is a permutation of the problem we previously saw with clang which resulted
in the change of the "checking how to switch to read-only data section..." test
from...
const int foo = 123;
to..
extern const int foo;