[GHC] #709: "Fixup too large" error with -fasm on PowerPC

GHC cvs-ghc at haskell.org
Thu Jan 24 10:58:00 CET 2013


#709: "Fixup too large" error with -fasm on PowerPC
----------------------------------+-----------------------------------------
  Reporter:  simonmar             |          Owner:                            
      Type:  bug                  |         Status:  patch                     
  Priority:  low                  |      Milestone:  6.8.1                     
 Component:  Compiler (NCG)       |        Version:  7.7                       
Resolution:                       |       Keywords:                            
        Os:  Unknown/Multiple     |   Architecture:  powerpc                   
   Failure:  Building GHC failed  |     Difficulty:  Moderate (less than a day)
  Testcase:                       |      Blockedby:                            
  Blocking:                       |        Related:                            
----------------------------------+-----------------------------------------

Comment(by marlowsd@…):

 commit 48b958948cc36b3cad95e8661a642b21f120b468
 {{{
 Author: Simon Marlow <marlowsd at gmail.com>
 Date:   Wed Jan 23 10:19:25 2013 +0000

     Tidy up: move info-table related stuff to CmmInfo

     Prep for #709

  compiler/cmm/CmmInfo.hs          |  155
 +++++++++++++++++++++++++++++++++++++-
  compiler/cmm/CmmLayoutStack.hs   |    2 +-
  compiler/cmm/CmmParse.y          |    1 +
  compiler/codeGen/StgCmmBind.hs   |    1 +
  compiler/codeGen/StgCmmExpr.hs   |    1 +
  compiler/codeGen/StgCmmLayout.hs |  122 +-----------------------------
  compiler/codeGen/StgCmmPrim.hs   |    1 +
  compiler/ghci/DebuggerUtils.hs   |    2 +-
  8 files changed, 161 insertions(+), 124 deletions(-)
 }}}

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



More information about the ghc-tickets mailing list