Commits on Source (3)
-
Ticket #22743 pointed out that there is a missing check, for type-inferred bindings, that the inferred type doesn't have an escaping kind. The fix is easy.
496607fd -
It turns out that gmp 6.2.1 uses the platform-reserved `x18` register on AArch64/Darwin. This was fixed in upstream changeset 18164:5f32dbc41afc, which was merged in 2020. Here I backport this patch although I do hope that a new release is forthcoming soon.
4b95792d
Showing
- compiler/GHC/Core/Type.hs 1 addition, 1 deletioncompiler/GHC/Core/Type.hs
- compiler/GHC/Tc/Gen/Bind.hs 3 additions, 2 deletionscompiler/GHC/Tc/Gen/Bind.hs
- compiler/GHC/Tc/TyCl.hs 1 addition, 45 deletionscompiler/GHC/Tc/TyCl.hs
- compiler/GHC/Tc/Validity.hs 51 additions, 1 deletioncompiler/GHC/Tc/Validity.hs
- libraries/ghc-bignum/gmp/gmp-tarballs 1 addition, 1 deletionlibraries/ghc-bignum/gmp/gmp-tarballs
- libraries/parsec 1 addition, 1 deletionlibraries/parsec
- testsuite/tests/polykinds/T22743.hs 10 additions, 0 deletionstestsuite/tests/polykinds/T22743.hs
- testsuite/tests/polykinds/T22743.stderr 7 additions, 0 deletionstestsuite/tests/polykinds/T22743.stderr
- testsuite/tests/polykinds/all.T 1 addition, 0 deletionstestsuite/tests/polykinds/all.T
testsuite/tests/polykinds/T22743.hs
0 → 100644
testsuite/tests/polykinds/T22743.stderr
0 → 100644