#6090: hsc2hs doesn't consider values not fitting in an unsigned long integral
when cross compiling
---------------------------------+------------------------------------------
 Reporter:  mtjm                 |          Owner:                  
     Type:  bug                  |         Status:  new             
 Priority:  normal               |      Component:  hsc2hs          
  Version:  7.5                  |       Keywords:                  
       Os:  Unknown/Multiple     |   Architecture:  Unknown/Multiple
  Failure:  Building GHC failed  |       Testcase:                  
Blockedby:                       |       Blocking:                  
  Related:                       |  
---------------------------------+------------------------------------------
 The specific problem occurs when libraries/unix is being built,
 RLIM_INFINITY is defined as 0x7fffffffffffffffULL on MIPS N32.  This might
 happen on other architectures with 32 bit longs and 64 bit long longs.

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