[GHC] #11953: Export Word32#, Word64# on all architectures

GHC ghc-devs at haskell.org
Tue Apr 24 16:08:53 UTC 2018


#11953: Export Word32#, Word64# on all architectures
-------------------------------------+-------------------------------------
        Reporter:  bgamari           |                Owner:  (none)
            Type:  feature request   |               Status:  new
        Priority:  normal            |            Milestone:  8.6.1
       Component:  Compiler          |              Version:  7.10.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 Ben Gamari <ben@…>):

 In [changeset:"ec9638b222433b33943b3c4319d1d5cf91313b0c/ghc"
 ec9638b2/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="ec9638b222433b33943b3c4319d1d5cf91313b0c"
 testsuite: Fix T4442 on 32-bit architectures

 This relied on Int# being 64-bits. This is nothing a bit of CPP can't
 fix, but I think the right solution would be to make out treatment of
 word-size dependent types more consistent, as suggested by #11953.

 Test Plan: Validate on i386

 Subscribers: thomie, carter

 Differential Revision: https://phabricator.haskell.org/D4614
 }}}

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


More information about the ghc-tickets mailing list