Re: FW: Inlining fromInteger

2010-11-03 Thread Ian Lynagh
Filed here: http://hackage.haskell.org/trac/ghc/ticket/4469 Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: FW: Inlining fromInteger

2010-11-03 Thread Ian Lynagh
On Mon, Nov 01, 2010 at 11:21:16AM +, Simon Peyton-Jones wrote: > Roman reports a missing 'make' dependency. See below. > > Also, if I add INLINE pragmas to fromInteger and toEnum for Word8 and run > 'make' in the ghc subdirectory, I get: > > Undefined symbols: > "_base_GHCziWord_zdfBitsW

FW: Inlining fromInteger

2010-11-01 Thread Simon Peyton-Jones
Roman reports a missing 'make' dependency. See below. Simon -Original Message- From: Roman Leshchinskiy [mailto:r...@cse.unsw.edu.au] Sent: 31 October 2010 09:20 To: Simon Peyton-Jones Cc: Manuel Chakravarty; Ben Lippmeier Subject: Re: Inlining fromInteger Also, if I add INLINE pragmas