Re: [GHC] #2376: GHC.Word: shiftR and shiftL are not marked as inline.

2008-07-30 Thread GHC
#2376: GHC.Word: shiftR and shiftL are not marked as inline.
--+-
 Reporter:  mjark |  Owner:  simonmar
 Type:  bug   | Status:  closed  
 Priority:  normal|  Milestone:  6.10.1  
Component:  libraries/base|Version:  6.8.2   
 Severity:  normal| Resolution:  fixed   
 Keywords:  inline shiftR shiftL  | Difficulty:  Unknown 
 Testcase:|   Architecture:  Unknown 
   Os:  Unknown   |  
--+-
Changes (by simonmar):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Fixed:

 {{{
 Wed Jul 30 11:35:39 BST 2008  Simon Marlow <[EMAIL PROTECTED]>
   * FIX #2376: inline shiftR
   Duplicating the default definition for shiftR doesn't seem quite right
   to me, but it gets the right results when compiling the example
   program, and I couldn't find a better way to do it.
 }}}

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2376: GHC.Word: shiftR and shiftL are not marked as inline.

2008-07-30 Thread GHC
#2376: GHC.Word: shiftR and shiftL are not marked as inline.
--+-
 Reporter:  mjark |  Owner:  simonmar
 Type:  bug   | Status:  new 
 Priority:  normal|  Milestone:  6.10.1  
Component:  libraries/base|Version:  6.8.2   
 Severity:  normal| Resolution:  
 Keywords:  inline shiftR shiftL  | Difficulty:  Unknown 
 Testcase:|   Architecture:  Unknown 
   Os:  Unknown   |  
--+-
Changes (by simonmar):

  * owner:  => simonmar

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2376: GHC.Word: shiftR and shiftL are not marked as inline.

2008-07-01 Thread GHC
#2376: GHC.Word: shiftR and shiftL are not marked as inline.
--+-
 Reporter:  mjark |  Owner: 
 Type:  bug   | Status:  new
 Priority:  normal|  Milestone:  6.10.1 
Component:  libraries/base|Version:  6.8.2  
 Severity:  normal| Resolution: 
 Keywords:  inline shiftR shiftL  | Difficulty:  Unknown
 Testcase:|   Architecture:  Unknown
   Os:  Unknown   |  
--+-
Changes (by igloo):

  * difficulty:  => Unknown
  * milestone:  => 6.10.1

Comment:

 Thanks for the report

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #2376: GHC.Word: shiftR and shiftL are not marked as inline.

2008-06-18 Thread GHC
#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: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs