Re: [GHC] #7498: panic : Register allocator: out of stack slots (need 147)
#7498: panic : Register allocator: out of stack slots (need 147) ----------------------------------+----------------------------------------- Reporter: erikd | Owner: Type: bug | Status: patch Priority: high | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Os: Unknown/Multiple | Architecture: powerpc Failure: Building GHC failed | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: ----------------------------------+----------------------------------------- Comment(by simonmar): pushed, thanks. An error when pushing prevented the commit showing up on the ticket: {{{ Unexpected error while processing ticket ID 7498: columns ticket, time, field are not unique Unexpected error while processing ticket ID 7498: columns ticket, time, field are not unique }}} So here it is: {{{ commit 36d9ded20c07f6b81271fa248e301cc44f29eff7 Merge: 804d8f6 c1feb5f Author: Simon Marlow <marlowsd@gmail.com> Date: Mon Feb 11 09:23:40 2013 +0000 Merge remote-tracking branch 'phonohawk/ticket-7498' * phonohawk/ticket-7498: Fix bugs in PPC.Instr.allocMoreStack (#7498) commit c1feb5f9b82ab05a128ecb7678d2da3db078ff40 Author: PHO <pho@cielonegro.org> Date: Mon Feb 11 13:49:26 2013 +0900 Fix bugs in PPC.Instr.allocMoreStack (#7498) This patch is ported from #7510, which fixes the same bug in the x86 nativeGen. }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7498#comment:12> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC