[nightly] 13-Feb-2009 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2009-02-13 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Fri Feb 13 18:00:01 GMT 2009. checking out

[nightly] 13-Feb-2009 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2009-02-13 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Fri Feb 13 19:00:01 GMT 2009. **

patch applied (ghc): Put RelaxedPolyRec in the cabal file rather than a pragma

2009-02-13 Thread Ian Lynagh
Fri Feb 13 10:56:35 PST 2009 Ian Lynagh * Put RelaxedPolyRec in the cabal file rather than a pragma This should fix the build with GHC 6.6 M ./compiler/ghc.cabal.in -1 +1 M ./compiler/typecheck/TcHsType.lhs -2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/2009021318

Re: On Intel Mac OS X 10.5, validate (haddock) reports "Unsafe/Coerce.hs:31:0: attempting touse module `GHC.Prim' (./GHC/Prim.hs) which is not loaded"

2009-02-13 Thread Thorkil Naur
Hello, On Friday 13 February 2009 02:28, Manuel M T Chakravarty wrote: > I just successfully validated the head on Mac OS X 10.5.6. So, maybe > you have some more old files lying around. Thank you, that was it. > ... > Thorkil Naur: > > ... > > Next stop is: > > > >> Running Haddock for ghc-6

patch applied (ghc): update Sparc store/load barrier (#3019), and fix comments

2009-02-13 Thread Simon Marlow
Thu Feb 12 01:23:40 PST 2009 Simon Marlow * update Sparc store/load barrier (#3019), and fix comments Ignore-this: 9d993cb743a0c015f0fc974000a7c7d7 M ./includes/SMP.h -3 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090212092340-12142-b21bb5a7a13d70240eb9d75132b981

patch applied (ghc): comment wibbles

2009-02-13 Thread Simon Marlow
Wed Feb 11 07:28:44 PST 2009 Simon Marlow * comment wibbles Ignore-this: b95f30df3aa53295a6dc8fd011cdfdaa M ./includes/SMP.h -2 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090211152844-12142-bd1897863b4858a8185abf051119df1646a3257a.gz ___

Daily report for stable

2009-02-13 Thread BuildBot Collator
Build results: kili stable: pass tnaur PPC OSX stable 2: pass tnaur x86 Linux stable: pass x86 Windows stable: pass x86 Windows stable fast: pass pass pass pass pass pass x86-64 Linux stable: pass Old unexpected test passes: unicode001 1 kili stable unicode002 1 ki

darcs <-> git sync problem?

2009-02-13 Thread Ben Lippmeier
Not sure if this is serious, but when I pushed those last patches the GIT synchronisation thing didn't seem to work: b...@humboldt:~/devel/ghc/ghc-HEAD-validate$ darcs push b...@darcs.haskell.org:/home/darcs/ghc Fri Feb 13 11:46:47 EST 2009 ben.lippme...@anu.edu.au * NCG: Add mis

patch applied (ghc): NCG: Use sync instead of msync for a memory barrier for powerpc

2009-02-13 Thread Ben Lippmeier
Thu Feb 12 16:49:10 PST 2009 ben.lippme...@anu.edu.au * NCG: Use sync instead of msync for a memory barrier for powerpc Darwin 9.6.0 + GCC 4.0.1 doesn't understand "msync". I think "sync" means the same thing. M ./includes/SMP.h -1 +1 View patch online: http://darcs.haskell.org/gh

patch applied (ghc): NCG: Split block reorder thing in linear allocator into separate fn

2009-02-13 Thread Ben Lippmeier
Thu Feb 12 16:48:19 PST 2009 ben.lippme...@anu.edu.au * NCG: Split block reorder thing in linear allocator into separate fn M ./compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs -2 +2 M ./compiler/nativeGen/RegAlloc/Linear/Main.hs -18 +45 View patch online: http://darcs.haskell.org/g

patch applied (ghc): NCG: Validate fixes for powerpc

2009-02-13 Thread Ben Lippmeier
Thu Feb 12 16:47:25 PST 2009 ben.lippme...@anu.edu.au * NCG: Validate fixes for powerpc M ./compiler/nativeGen/PPC/Regs.hs -1 +1 M ./compiler/nativeGen/RegAlloc/Linear/Main.hs +2 M ./compiler/nativeGen/Regs.hs -1 +1 M ./compiler/nativeGen/X86/Regs.hs -4 +7 View patch online: ht

patch applied (ghc): NCG: Add missing ops to powerpc isJumpish

2009-02-13 Thread Ben Lippmeier
Thu Feb 12 16:46:47 PST 2009 ben.lippme...@anu.edu.au * NCG: Add missing ops to powerpc isJumpish M ./compiler/nativeGen/PPC/RegInfo.hs +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090213004647-43c66-74e6637cd6b5e656ddb2d6a6310115be25496108.gz __