[GHC] #11487: stg_ap_pp_fast doesn't pass the argument in the arity=1 case

GHC ghc-devs at haskell.org
Tue Jan 26 10:12:18 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 simonmar):

 Good catch! It looks wrong to me.  You probably need to pass the list of
 argument registers to `jump_SAVE_CCS` and attach them to the final jump.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11487#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list