#1282: stg_uncheckedShift* not found: regression from ghc-6.6 to ghc-6.6.1 RC
6.6.20070415 (?)
--------------------------+-------------------------------------------------
 Reporter:  Isaac Dupree  |          Owner:         
     Type:  bug           |         Status:  new    
 Priority:  normal        |      Milestone:         
Component:  Compiler      |        Version:  6.6    
 Severity:  normal        |     Resolution:         
 Keywords:                |     Difficulty:  Unknown
 Testcase:                |   Architecture:  powerpc
       Os:  Linux         |  
--------------------------+-------------------------------------------------
Comment (by Isaac Dupree):

 Okay, looking at different versions of the GHC source-code, it looks like
 the problem is that the stg_* functions have been renamed hs_* (e.g. see
 foreign imports in libraries/base/GHC/Word.hs, or
 libraries/base/include/HsBase.h and libraries/base/cbits/longlong.c), and
 so the "binary" library is trying to import uncheckedShiftL64 and
 uncheckedShiftRL64 using the C-names that are used in any so-far-released
 version of GHC, that start with stg_.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1282>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to