Skip to content

Bignum: make GMP's bignat_add not recursive

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/bignum/bignat_add into master

bignat_add was a loopbreaker with an INLINE pragma (spotted by @mpickering). This patch makes it non recursive to avoid the issue.

Merge request reports