[GHC] #15486: primops.txt.pp still has support for WORD_SIZE_IN_BITS < 32
GHC
ghc-devs at haskell.org
Tue Aug 7 17:21:05 UTC 2018
#15486: primops.txt.pp still has support for WORD_SIZE_IN_BITS < 32
-------------------------------------+-------------------------------------
Reporter: ChaiTRex | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.6.1
Component: Compiler | Version: 8.4.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by bgamari):
I'm pretty certain any recent GHC would blow up spectacularly if you
somehow managed to compile it on a `WORD_SIZE_IN_BITS < 32` platform. We
ought to drop the dead code.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15486#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list