[GHC] #8009: error: 'stg_C_FINALIZER_LIST_info' undeclared (first use in this function)

GHC ghc-devs at haskell.org
Sat Jun 22 07:37:34 CEST 2013


#8009: error: 'stg_C_FINALIZER_LIST_info' undeclared (first use in this function)
--------------------------------+-------------------------------------------
Reporter:  erikd                |          Owner:           
    Type:  bug                  |         Status:  new      
Priority:  normal               |      Component:  Compiler 
 Version:  7.7                  |       Keywords:           
      Os:  Linux                |   Architecture:  powerpc64
 Failure:  Building GHC failed  |      Blockedby:           
Blocking:                       |        Related:           
--------------------------------+-------------------------------------------

Comment(by erikd):

 The line containing `stg_C_FINALIZER_LIST_info` was added in commit:


     commit d61c623ed6b2d352474a7497a65015dbf6a72e12[[BR]]
     Author: Takano Akio <aljee at hyper.cx>[[BR]]
     Date:   Thu Apr 18 18:30:23 2013 +0900

 I've grepped the sources for that identifier, but the only place I can
 find it is in that file (`rts/PrimOps.cmm`) and the generated binary
 object file `rts/StgMiscClosures.o`.

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



More information about the ghc-tickets mailing list