[GHC] #2274: ghc assumes sizeof (void *) != 32 on X86_64

GHC trac at galois.com
Thu May 8 16:01:25 EDT 2008


#2274: ghc assumes sizeof (void *) != 32 on X86_64
--------------------------------+-------------------------------------------
    Reporter:  ion              |       Owner:          
        Type:  bug              |      Status:  new     
    Priority:  normal           |   Component:  Compiler
     Version:  6.8.2            |    Severity:  blocker 
    Keywords:  64 configure 32  |    Testcase:          
Architecture:  x86_64 (amd64)   |          Os:  Linux   
--------------------------------+-------------------------------------------
 My provider has a 32-bit debian installed on a 64-bit architecture, ghc
 8.2 cannot be compiled there (from 'uname -m' the bootstrapping assumes a
 64 bit target architecture, while later a configure test will find 'sizof
 (void *)' is 4: this leads to compilation errors with CPP conditional
 compilation.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2274>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the Glasgow-haskell-bugs mailing list