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

2009-03-30 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 Mon Mar 30 19:00:01 BST 2009. **

patch applied (ghc-6.10/ghc): remove "set -o igncr" hack that is apparently breaking libffi-3.0.8

2009-03-30 Thread Simon Marlow
Mon Mar 30 03:41:23 PDT 2009 Simon Marlow * remove "set -o igncr" hack that is apparently breaking libffi-3.0.8 M ./libffi/Makefile -1 +8 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090330104123-12142-b4883d6f223a03f22648d2191a0f91978c780b8e.gz _

patch applied (ghc-6.10/ghc): Set version to 6.10.2 and RELEASE to YES

2009-03-30 Thread Ian Lynagh
Mon Mar 30 08:18:45 PDT 2009 Ian Lynagh * Set version to 6.10.2 and RELEASE to YES M ./configure.ac -2 +2 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090330151845-3fd76-e856086c557c33d13c1375a7c255f282d7e0c5e3.gz _

patch applied (testsuite): clean .eventlog files

2009-03-30 Thread Simon Marlow
Mon Mar 30 01:31:59 PDT 2009 Simon Marlow * clean .eventlog files Ignore-this: 5a90a51009c75a59ba87b5dd6e115a40 M ./driver/testlib.py -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20090330083159-12142-3f8bbfcb6936b169aaa979df788e989c5591859f.gz

patch applied (testsuite): Fix num012 on 32-bit platforms

2009-03-30 Thread Simon Marlow
Thu Mar 26 08:51:57 PDT 2009 Simon Marlow * Fix num012 on 32-bit platforms round and truncate are undefined if the result would be outside the range of the target type (#1254). M ./tests/ghc-regress/numeric/should_run/num012.hs -4 +12 M ./tests/ghc-regress/numeric/should_run/num012

patch applied (ghc): FIX #1779 and qq005: export hs_hpc_module

2009-03-30 Thread Simon Marlow
Mon Mar 30 01:44:14 PDT 2009 Simon Marlow * FIX #1779 and qq005: export hs_hpc_module Ignore-this: cacd10985619c25505f0e48400187ccc M ./rts/Linker.c +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090330084414-12142-4b3df9c95ea6f909babdf71056e06944aad0dfa5.gz __

patch applied (ghc): go back to using $CPUS + 1 for the number of threads to use

2009-03-30 Thread Simon Marlow
Mon Mar 30 01:30:32 PDT 2009 Simon Marlow * go back to using $CPUS + 1 for the number of threads to use Ignore-this: 2c1915e2c13b953513a2c16cc86a7073 M ./validate -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090330083032-12142-e15639e572f1b52a52221d5b6dfe4f39ae

patch applied (ghc): use a UniqSet for is MathFun, this list is getting quite large

2009-03-30 Thread Simon Marlow
Mon Mar 30 01:29:57 PDT 2009 Simon Marlow * use a UniqSet for is MathFun, this list is getting quite large Ignore-this: ceaf912ed4ec0d778178e2391715c689 M ./compiler/cmm/CLabel.hs -4 +5 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090330082957-12142-e7191634c45f4a6ba

Re: Build races when using make -j8 ?

2009-03-30 Thread Simon Marlow
Ben Lippmeier wrote: Hi All, When I build with "make -j8" on my dept T2 (mavericks) I'm getting what looks like build races. Has anyone seen this problem before? Not being a make or unix file system expert, my only guess is that the interface file is being written to the FS in chunks, and tha

patch applied (ghc): Fix an nasty black hole, concerning computation of isRecursiveTyCon

2009-03-30 Thread Simon Peyton Jones
Mon Mar 30 01:49:12 PDT 2009 simo...@microsoft.com * Fix an nasty black hole, concerning computation of isRecursiveTyCon Ignore-this: 3bf163be6629cb933a3be1564ac2b0cc Fixing #246 (pattern-match order in record patterns) made GHC go into a black hole, by changing the order of patterm mat

patch applied (ghc): Add an extra print to -ddump-tc-trace

2009-03-30 Thread Simon Peyton Jones
Mon Mar 30 01:48:35 PDT 2009 simo...@microsoft.com * Add an extra print to -ddump-tc-trace Ignore-this: 4197fee2974d94a30af97549a858a44 M ./compiler/typecheck/TcTyClsDecls.lhs -1 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090330084835-1287e-5a804795eb0f1649dd668a

patch applied (ghc): Remove dead code (dataConsStupidTheta)

2009-03-30 Thread Simon Peyton Jones
Mon Mar 30 01:47:39 PDT 2009 simo...@microsoft.com * Remove dead code (dataConsStupidTheta) Ignore-this: 56a6f274aa7194f614a34f664c6e80af M ./compiler/typecheck/TcType.lhs -24 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090330084739-1287e-371a730bd2328cc1e76936276

patch applied (ghc): Fix Trac #246: order of matching in record patterns

2009-03-30 Thread Simon Peyton Jones
Mon Mar 30 01:37:36 PDT 2009 simo...@microsoft.com * Fix Trac #246: order of matching in record patterns Ignore-this: 2f0a008e0086cfe7ac5100d4253f4fb1 While I was looking at the desugaring of pattern matching (fixing Trac #3126) I finally got around to fixing another long-standing bug:

patch applied (ghc): Fix Trac #3126: matching overloaded literals

2009-03-30 Thread Simon Peyton Jones
Mon Mar 30 01:34:35 PDT 2009 simo...@microsoft.com * Fix Trac #3126: matching overloaded literals Ignore-this: 560c5e7dba95400bef4a73569ea26b82 Claus Reinke uncovered a long-standing bug in GHC, whereby we were combining the pattern-match on overloaded literals, missing the fact that

patch applied (ghc): White space cosmetics only

2009-03-30 Thread Simon Peyton Jones
Mon Mar 30 01:31:03 PDT 2009 simo...@microsoft.com * White space cosmetics only Ignore-this: c52ebfa8f85e81abcd8694b3a30c6a63 M ./compiler/deSugar/DsUtils.lhs -5 +5 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090330083103-1287e-a905b1bfce946ab75ed89ee801934450ab2dc6b

patch applied (ghc): Improve mkDupableCont; and fix Trac #3116

2009-03-30 Thread Simon Peyton Jones
Wed Mar 25 02:52:05 PDT 2009 simo...@microsoft.com * Improve mkDupableCont; and fix Trac #3116 It turns out that, as a result of a change I made a few months ago to the representation of SimplCont, it's easy to solve the optimisation challenge posed by Trac #3116. Hurrah. Extensiv

patch applied (ghc): Avoid quadratic complexity in occurrence analysis (fix Trac #1969)

2009-03-30 Thread Simon Peyton Jones
Mon Mar 23 03:38:26 PDT 2009 simo...@microsoft.com * Avoid quadratic complexity in occurrence analysis (fix Trac #1969) The occurrence analyser could go out to lunch in bad cases, because of its clever loop-breaking algorithm. This patch makes it bale out in bad cases. Somewhat

patch applied (ghc): Improve arity propagation in the specialiser

2009-03-30 Thread Simon Peyton Jones
Mon Mar 23 03:16:14 PDT 2009 simo...@microsoft.com * Improve arity propagation in the specialiser This patch makes the specialiser propagate arities a bit more eagerly, which avoids a spurious warning in the simplifier. See Note [Arity decrease] in Simplify.lhs M ./compiler/s

patch applied (testsuite): Add tests for Trac #246 and #3126

2009-03-30 Thread Simon Peyton Jones
Mon Mar 30 01:42:44 PDT 2009 simo...@microsoft.com * Add tests for Trac #246 and #3126 Ignore-this: 6ad9540138402ee973bebe9d5f8d031e A ./tests/ghc-regress/deSugar/should_run/T246.hs A ./tests/ghc-regress/deSugar/should_run/T246.stdout A ./tests/ghc-regress/deSugar/should_run/T3126

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

2009-03-30 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 Sun Mar 29 18:00:01 BST 2009. checking out

Daily report for stable

2009-03-30 Thread BuildBot Collator
Build results: gabor stable:fail (failed darcs) kgardas stable: pass tnaur x86 Linux stable: pass tnaur x86 OS X stable: pass x86 Linux stable:pass x86 Windows stable: fail (failed stage1) x86 Windows stable fast: fail (failed stage1) fail (failed stage1) fail