
#14455: PPC64: Wrong output in print022 -------------------------------------+------------------------------------- Reporter: trommler | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 8.3 Keywords: big endian | Operating System: Unknown/Multiple Architecture: powerpc64 | Type of failure: Incorrect result Test Case: | at runtime ghci.debugger/scripts/print022 | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- On powerpc64 Linux print022 fails with the following: {{{ -test = C 1 32 1.2 1.23 'x' 1 1.2 1.23 +test = C 1 32 0.0 1.23 'x' 1 1.2 1.23 }}} Note, the fourth item is 0.0 instead of 1.2. In ticket #11262 the fourth item was still correct. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14455 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler