[GHC] #15853: Unregisterised GHC panics when building test cgrun018
GHC
ghc-devs at haskell.org
Thu Nov 22 18:48:09 UTC 2018
#15853: Unregisterised GHC panics when building test cgrun018
-------------------------------------+-------------------------------------
Reporter: iliastsi | Owner: (none)
Type: bug | Status: new
Priority: high | Milestone:
Component: Compiler | Version: 8.4.3
(CodeGen) |
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
crash or panic | Test Case: cgrun018
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"35a897782b6b0a252da7fdcf4921198ad4e1d96c/ghc" 35a8977/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="35a897782b6b0a252da7fdcf4921198ad4e1d96c"
UNREG: PprC: Add support for adjacent floats
When two 32-bit floats are adjacent for a 64-bit target, there is no
padding between them to force alignment, so we must combine their bit
representations into a single word.
Reviewers: bgamari, simonmar
Reviewed By: simonmar
Subscribers: rwbarton, carter
GHC Trac Issues: #15853
Differential Revision: https://phabricator.haskell.org/D5306
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15853#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list