#7350: 'stg_killMyself' undeclared (first use in this function)
---------------------------------+------------------------------------------
 Reporter:  erikd                |          Owner:  erikd           
     Type:  bug                  |         Status:  new             
 Priority:  normal               |      Component:  Compiler        
  Version:  7.7                  |       Keywords:                  
       Os:  Unknown/Multiple     |   Architecture:  Unknown/Multiple
  Failure:  Building GHC failed  |       Testcase:                  
Blockedby:                       |       Blocking:                  
  Related:                       |  
---------------------------------+------------------------------------------

Comment(by erikd):

 After fixing the stg_killMyself problem I get:

 {{{
 /tmp/ghc31258_0/ghc31258_0.hc: In function 'stg_retryzh':

 /tmp/ghc31258_0/ghc31258_0.hc:1255:1:
      error: 'stg_gc_prim' undeclared (first use in this function)

 /tmp/ghc31258_0/ghc31258_0.hc:1255:1:
      note: each undeclared identifier is reported only once for each
 function it appears in
 /tmp/ghc31258_0/ghc31258_0.hc: In function 'stg_noDuplicatezh':

 /tmp/ghc31258_0/ghc31258_0.hc:2217:1:
      error: 'stg_gc_prim' undeclared (first use in this function)
 }}}

 These errors are coming from the file rtc/PrimOps.cmm, which seems to be
 getting the call the stg_gc_prim via macros in includes/Cmm.h.


 The problem here is that stg_gc_prim is defined

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

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to