#2376: GHC.Word: shiftR and shiftL are not marked as inline.
-------------------------------------+--------------------------------------
    Reporter:  mjark                 |       Owner:                
        Type:  bug                   |      Status:  new           
    Priority:  normal                |   Component:  libraries/base
     Version:  6.8.2                 |    Severity:  normal        
    Keywords:  inline shiftR shiftL  |    Testcase:                
Architecture:  Unknown               |          Os:  Unknown       
-------------------------------------+--------------------------------------
 GHC.Word uses the default class definition for shiftR and shiftL. This
 means that shiftR and shiftL are not inlined for any machine word type.

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