[nightly] 12-Dec-2010 build of HEAD on i386-unknown-linux (cam-02-unx)

2010-12-12 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx) 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 Dec 12 18:00:01 GMT 2010. checking out new source tree

[nightly] 12-Dec-2010 build of STABLE on i386-unknown-linux (cam-02-unx)

2010-12-12 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Sun Dec 12 18:10:01 GMT 2010. checking out new source tree

[nightly] 12-Dec-2010 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2010-12-12 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx) 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 Sun Dec 12 18:00:01 GMT 2010. checking out new source

patch applied (ghc-7.0/testsuite): T4478 fails in the 7.0 branch

2010-12-12 Thread Ian Lynagh
Sun Dec 12 16:35:32 PST 2010 Ian Lynagh * T4478 fails in the 7.0 branch M ./tests/ghc-regress/rename/should_compile/all.T -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/testsuite;a=darcs_commitdiff;h=20101213003532-3fd76-a27edb1306bd99cd340c02e2e40d23019f

patch applied (ghc-7.0/testsuite): Test Trac #4534

2010-12-12 Thread Ian Lynagh
Fri Dec 10 04:36:43 PST 2010 simo...@microsoft.com * Test Trac #4534 A ./tests/ghc-regress/rename/should_compile/T4534.hs M ./tests/ghc-regress/rename/should_compile/all.T +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/testsuite;a=darcs_commitdiff;h=20101

patch applied (ghc-7.0/testsuite): Add Test for Trac #4830

2010-12-12 Thread Ian Lynagh
Fri Dec 10 04:30:09 PST 2010 simo...@microsoft.com * Add Test for Trac #4830 A ./tests/ghc-regress/perf/should_run/T4830.hs A ./tests/ghc-regress/perf/should_run/T4830.stdout M ./tests/ghc-regress/perf/should_run/all.T +9 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb

patch applied (ghc-7.0/testsuite): Add a test for #4478

2010-12-12 Thread Ian Lynagh
Sun Dec 5 07:06:56 PST 2010 Ian Lynagh * Add a test for #4478 A ./tests/ghc-regress/rename/should_compile/T4478.hs M ./tests/ghc-regress/rename/should_compile/all.T +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/testsuite;a=darcs_commitdiff;h=2010120515

[nightly] 12-Dec-2010 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2010-12-12 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx Nightly build started on cam-04-unx at Sun Dec 12 18:10:01 GMT 2010. checking out new s

patch applied (ghc-7.0/ghc): Only reset the event log if logging is turned on (addendum to #4512)

2010-12-12 Thread Ian Lynagh
Fri Dec 10 01:39:51 PST 2010 Simon Marlow * Only reset the event log if logging is turned on (addendum to #4512) M ./rts/Schedule.c -4 +4 M ./rts/Trace.c +8 M ./rts/Trace.h +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101

patch applied (ghc-7.0/ghc): Make the case-to-let transformation a little less eager

2010-12-12 Thread Ian Lynagh
Wed Dec 8 09:22:51 PST 2010 simo...@microsoft.com * Make the case-to-let transformation a little less eager See Note [Case elimination: lifted case]. Thanks to Roman for identifying this case. M ./compiler/simplCore/Simplify.lhs -19 +25 View patch online: http://darcs.haskell.org/c

patch applied (ghc-7.0/ghc): Fix Trac #4534: renamer bug

2010-12-12 Thread Ian Lynagh
Fri Dec 10 00:45:30 PST 2010 simo...@microsoft.com * Fix Trac #4534: renamer bug The renamer wasn't attaching the right used-variables to a TransformStmt constructor. The real modification is in RnExpr; the rest is just pretty-printing and white space. M ./compiler/deSugar/D

patch applied (ghc-7.0/ghc): Don't link the GHC RTS into our C-only programs

2010-12-12 Thread Ian Lynagh
Fri Dec 10 10:54:02 PST 2010 Ian Lynagh * Don't link the GHC RTS into our C-only programs M ./rules/build-prog.mk -1 +8 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101210185402-3fd76-341f95bade4cceaf8a93eb63bc19dd9b29ba1b41.gz ___

patch applied (ghc-7.0/ghc): Add a test that all programs in the bindist were built with the right GHC

2010-12-12 Thread Ian Lynagh
Fri Dec 10 08:12:18 PST 2010 Ian Lynagh * Add a test that all programs in the bindist were built with the right GHC They should use the GHC from the build tree, not the bootstrapping compiler. A ./bindisttest/checkBinaries.sh M ./bindisttest/ghc.mk +1 View patch online: http://darcs

patch applied (ghc-7.0/ghc): allocate enough room for the longer filename (addendum to #4512)

2010-12-12 Thread Ian Lynagh
Fri Dec 10 01:39:06 PST 2010 Simon Marlow * allocate enough room for the longer filename (addendum to #4512) M ./rts/eventlog/EventLog.c -1 +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101210093906-12142-9381c656ba3c73d6d8167e1fd

patch applied (ghc-7.0/ghc): warning fix: don't redefine BLOCKS_PER_MBLOCK

2010-12-12 Thread Ian Lynagh
Fri Dec 10 01:40:02 PST 2010 Simon Marlow * warning fix: don't redefine BLOCKS_PER_MBLOCK M ./includes/rts/storage/Block.h +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101210094002-12142-4e232ed50252bb22455bd8413601edcaf21a505a.g

patch applied (ghc-7.0/ghc): Add --version support to ghc-cabal

2010-12-12 Thread Ian Lynagh
Sun Dec 12 13:36:00 PST 2010 Ian Lynagh * Add --version support to ghc-cabal M ./utils/ghc-cabal/Main.hs +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101212213600-3fd76-ab5a9c814a27c739c6fdbd41bd9524564a11b4af.gz ___

patch applied (ghc-7.0/ghc): Build a copy of ghc-cabal with the in-tree compiler, for the bindist

2010-12-12 Thread Ian Lynagh
Fri Dec 10 10:11:23 PST 2010 Ian Lynagh * Build a copy of ghc-cabal with the in-tree compiler, for the bindist ./utils/ghc-cabal/ghc-cabal.hs -> ./utils/ghc-cabal/Main.hs M ./ghc.mk -2 +6 A ./utils/dummy-ghc/ A ./utils/dummy-ghc/ghc.mk A ./utils/ghc-cabal/ghc-cabal.cabal

patch applied (testsuite): 4262 fails in the 7.0 branch

2010-12-12 Thread Ian Lynagh
Fri Dec 10 05:08:55 PST 2010 Ian Lynagh * 4262 fails in the 7.0 branch M ./tests/ghc-regress/concurrent/should_run/all.T -1 +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20101210130855-3fd76-50954f32420947feed4e6fe69f4e9d13347feb4a.gz

patch applied (ghc): Add --version support to ghc-cabal

2010-12-12 Thread Ian Lynagh
Sun Dec 12 13:36:00 PST 2010 Ian Lynagh * Add --version support to ghc-cabal M ./utils/ghc-cabal/Main.hs +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101212213600-3fd76-ab5a9c814a27c739c6fdbd41bd9524564a11b4af.gz ___

patch applied (ghc): Don't link the GHC RTS into our C-only programs

2010-12-12 Thread Ian Lynagh
Fri Dec 10 10:54:02 PST 2010 Ian Lynagh * Don't link the GHC RTS into our C-only programs M ./rules/build-prog.mk -1 +8 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101210185402-3fd76-341f95bade4cceaf8a93eb63bc19dd9b29ba1b41.gz ___

patch applied (ghc): Add a test that all programs in the bindist were built with the right GHC

2010-12-12 Thread Ian Lynagh
Fri Dec 10 08:12:18 PST 2010 Ian Lynagh * Add a test that all programs in the bindist were built with the right GHC They should use the GHC from the build tree, not the bootstrapping compiler. A ./bindisttest/checkBinaries.sh M ./bindisttest/ghc.mk +1 View patch online: http://darcs

patch applied (ghc): Build a copy of ghc-cabal with the in-tree compiler, for the bindist

2010-12-12 Thread Ian Lynagh
Fri Dec 10 10:11:23 PST 2010 Ian Lynagh * Build a copy of ghc-cabal with the in-tree compiler, for the bindist ./utils/ghc-cabal/ghc-cabal.hs -> ./utils/ghc-cabal/Main.hs M ./ghc.mk -2 +6 A ./utils/dummy-ghc/ A ./utils/dummy-ghc/ghc.mk A ./utils/ghc-cabal/ghc-cabal.cabal