Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
d178ee89
by Sylvain Henry at 2026-04-16T13:30:25-04:00
1 changed file:
Changes:
| 1 | +section: ghc-lib
|
|
| 2 | +synopsis: GHC now represents target's Int constants internally with a TargetInt
|
|
| 3 | + (~Int64) in order to avoid overflows when cross-compiling from a 32-bit
|
|
| 4 | + architecture to a 64-bit one.
|
|
| 5 | +issues: #15973
|
|
| 6 | +mrs: !15883 |