#7113: linux-powerpc : large integer implicitly truncated to unsigned type
---------------------------------+------------------------------------------
 Reporter:  erikd                |          Owner:          
     Type:  bug                  |         Status:  new     
 Priority:  normal               |      Component:  Compiler
  Version:  7.4.2                |       Keywords:          
       Os:  Unknown/Multiple     |   Architecture:  powerpc 
  Failure:  Building GHC failed  |       Testcase:          
Blockedby:                       |       Blocking:          
  Related:                       |  
---------------------------------+------------------------------------------
 Compiling on linux-powerpc using gcc 4.6.3 and get:

 {{{
   rts_dist_HC rts/dist/build/posix/Select.o
 rts/posix/Select.c: In function 'getDelayTarget':

 rts/posix/Select.c:76:9:
      error: large integer implicitly truncated to unsigned type
 [-Werror=overflow]
 cc1: all warnings being treated as errors
 make[1]: *** [rts/dist/build/posix/Select.o] Error 1
 }}}

 In the process of validating a patch.

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