[GHC] #8693: dyn way broken on powerpc

#8693: dyn way broken on powerpc ----------------------------+---------------------------------------- Reporter: trommler | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.7 Keywords: | Operating System: Linux Architecture: powerpc | Type of failure: Building GHC failed Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ----------------------------+---------------------------------------- Building GHC with dynamic enabled I see lots of the following errors on powerpc (32 bit): {{{ [ 1679s] /tmp/ghc19669_0/ghc19669_6.s: Assembler messages: [ 1679s] [ 1679s] /tmp/ghc19669_0/ghc19669_6.s:39625:0: [ 1679s] Error: operand out of range (0x000000000000b700 is not between 0xffffffffffff8000 and 0x0000000000007fff) ... [ 1679s] /tmp/ghc19669_0/ghc19669_6.s:43936:0: [ 1679s] Error: operand out of range (0x0000000000008018 is not between 0xffffffffffff8000 and 0x0000000000007fff) [ 1679s] make[1]: *** [libraries/time/dist- install/build/Data/Time/Format.o] Error 1 [ 1679s] make[1]: *** Deleting file `libraries/time/dist- install/build/Data/Time/Format.o' }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8693 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8693: dyn way broken on powerpc ----------------------------------------+--------------------------- Reporter: trommler | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.7 Resolution: duplicate | Keywords: Operating System: Linux | Architecture: powerpc Type of failure: Building GHC failed | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ----------------------------------------+--------------------------- Changes (by trommler): * status: new => closed * resolution: => duplicate Comment: Duplicate of #7830 and fixed there. Closing the ticket. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8693#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC