[GHC] #11291: DfltProb1(optasm): panic CoreToStg.myCollectArgs
GHC
ghc-devs at haskell.org
Fri Jan 1 10:28:24 UTC 2016
#11291: DfltProb1(optasm): panic CoreToStg.myCollectArgs
-------------------------------------+-------------------------------------
Reporter: thomie | Owner: simonpj
Type: bug | Status: new
Priority: highest | Milestone: 8.0.1
Component: Compiler | Version: 7.11
(CodeGen) |
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Compile-time | Test Case:
crash | typecheck/should_compile/DfltProb1
| (optasm)
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Simon Peyton Jones <simonpj@…>):
In [changeset:"f3cc34568b13abb29de7b54a5f657681e9e116ca/ghc" f3cc345/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="f3cc34568b13abb29de7b54a5f657681e9e116ca"
Add strictness for runRW#
runRW# isn't inlined until CorePrep, so it's good to expose its
strictness. Moreover, if we don't we can get obscure failures
in coreToStg; see Note [runRW arg] in CorePrep.
This fixes Trac #11291, and makes DfltProb1 compile with -O
always in order to expose it more vigorously
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11291#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list