[GHC] #14455: PPC64: Wrong output in print022
GHC
ghc-devs at haskell.org
Sun Nov 12 15:21:37 UTC 2017
#14455: PPC64: Wrong output in print022
-------------------------------------+-------------------------------------
Reporter: trommler | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: GHCi | Version: 8.3
Resolution: | Keywords: big endian
Operating System: Unknown/Multiple | Architecture: powerpc64
Type of failure: Incorrect result | Test Case:
at runtime | ghci.debugger/scripts/print022
| ghci.debugger/scripts/T13825-debugger
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by trommler):
* testcase: ghci.debugger/scripts/print022 =>
ghci.debugger/scripts/print022 ghci.debugger/scripts/T13825-debugger
Comment:
From the diff of T13825-debugger:
{{{
-Packed1 12.34# 56.78# 42# 99.99#
-packed1 = Packed1 12.34 56.78 42 99.99
+Packed1 0.0# 0.0# 42# 0.0#
+packed1 = Packed1 0.0 0.0 42 0.0
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14455#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list