[GHC] #11487: stg_ap_pp_fast doesn't pass the argument in the arity=1 case
GHC
ghc-devs at haskell.org
Mon Jan 25 22:49:08 UTC 2016
#11487: stg_ap_pp_fast doesn't pass the argument in the arity=1 case
-----------------------------------+---------------------------------
Reporter: rwbarton | Owner:
Type: bug | Status: new
Priority: highest | Milestone: 8.0.1
Component: Runtime System | Version: 8.0.1-rc1
Resolution: | Keywords:
Operating System: Linux | Architecture: arm
Type of failure: Runtime crash | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-----------------------------------+---------------------------------
Comment (by rwbarton):
The commit in question does produce the correct argument list for the
arity=2 case. So this is probably just a matter of going through all the
other cases and making sure the argument lists are right. genapply is a
bit large though...
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11487#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list