[GHC] #11120: Missing type representations

GHC ghc-devs at haskell.org
Fri Feb 12 01:56:34 UTC 2016


#11120: Missing type representations
-------------------------------------+-------------------------------------
        Reporter:  goldfire          |                Owner:
            Type:  bug               |               Status:  closed
        Priority:  high              |            Milestone:  8.0.1
       Component:  Compiler          |              Version:  7.11
      Resolution:  fixed             |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):  Phab:D1774
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by luite):

 Unfortunately the fix breaks cross compilation due to a hardcoded
 `WORD_SIZE_IN_BITS` dependency in `TysWiredIn`. If the cross compilation
 target has a different word size than the build machine, the types become
 inconsistent.

 (This makes GHCJS unusable with a 64 bit GHC 8.0.1rc2; it fails to compile
 `ghc-prim`)

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11120#comment:28>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list