#7267: linux-ppc64: Segfault during stage2 build
---------------------------------+------------------------------------------
 Reporter:  erikd                |          Owner:           
     Type:  bug                  |         Status:  new      
 Priority:  normal               |      Component:  Compiler 
  Version:  7.7                  |       Keywords:           
       Os:  Linux                |   Architecture:  powerpc64
  Failure:  Building GHC failed  |       Testcase:           
Blockedby:                       |       Blocking:           
  Related:                       |  
---------------------------------+------------------------------------------

Comment(by erikd):

 I added this to `include/Stg.h`:

 {{{
 StgWord hs_popcnt8(StgWord8 x);
 StgWord hs_popcnt16(StgWord16 x);
 StgWord hs_popcnt32(StgWord32 x);
 StgWord hs_popcnt64(StgWord64 x);
 }}}

 which fixed the compiler warnings, but the segfault still happens.

 Back to gdb for me.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7267#comment:3>
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