pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 217, Success

2011-04-19 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 217 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/217.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date

[nightly] 19-Apr-2011 build of STABLE on i386-unknown-linux (cam-02-unx)

2011-04-19 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 Tue Apr 19 18:10:01 BST 2011. checking out new source tree

pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 200, Success

2011-04-19 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 200 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/200.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | S

[nightly] 19-Apr-2011 build of HEAD on i386-unknown-linux (cam-02-unx)

2011-04-19 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 Tue Apr 19 18:00:01 BST 2011. checking out new source tree

pgj2 (amd64 FreeBSD HEAD), build 335, Success

2011-04-19 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 335 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/335.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | Success booting | Succ

pgj (x86 FreeBSD HEAD), build 337, Success

2011-04-19 Thread Builder
pgj (x86 FreeBSD HEAD), build 337 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/337.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | Success booting | Success

[commit: ghc] master: Don't generate a prototype for cas (4085904)

2011-04-19 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/40859045bf3e74efb5443b407bb01978e742e49d >--- commit 40859045bf3e74efb5443b407bb01978e742e49d Author: Ian Lynagh Dat

[commit: ghc] master: Make the compiler depend on unlit existing (2c2cb60)

2011-04-19 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/2c2cb608fa5a088022e9e456b5cbc899063e4e1b >--- commit 2c2cb608fa5a088022e9e456b5cbc899063e4e1b Author: Ian Lynagh Dat

[commit: ghc] master: Remove use of -fno-asm-mangling flag; fixes #5134 (17b16ea)

2011-04-19 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/17b16ea330efae9733bdf96e30b2759325f9c078 >--- commit 17b16ea330efae9733bdf96e30b2759325f9c078 Author: Ian Lynagh Dat

[PATCH] [Bug #5141] syntax error in pretty-printed kind ascriptions

2011-04-19 Thread Adam Megacz
This fixes Trac bug 5141. --- compiler/types/TypeRep.lhs | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/compiler/types/TypeRep.lhs b/compiler/types/TypeRep.lhs index aa1f941..e687719 100644 --- a/compiler/types/TypeRep.lhs +++ b/compiler/types/TypeRep.lhs @@ -

[nightly] 19-Apr-2011 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2011-04-19 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 Tue Apr 19 18:10:01 BST 2011. checking out new s

kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 206, Success

2011-04-19 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 206 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/206.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date

[nightly] 19-Apr-2011 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2011-04-19 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 Tue Apr 19 18:00:01 BST 2011. checking out new source

Re: [PATCH] Eliminate GC check when no extra stack is used.

2011-04-19 Thread Edward Z. Yang
A sanity check on this patch would be nice. Note that I need to update the lint check with this change. Edward Excerpts from Edward Z. Yang's message of Tue Apr 19 17:53:38 -0400 2011: > Signed-off-by: Edward Z. Yang > --- > compiler/cmm/CmmLint.hs|1 + > compiler/cmm/CmmStackLayou

[commit: ghc] master: LLVM: Fix #5131. Add support for missing stg regs (d810a69)

2011-04-19 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/d810a693f843cc605668d51154e45f440f368a16 >--- commit d810a693f843cc605668d51154e45f440f368a16 Author: David Terei Da

[PATCH] Eliminate GC check when no extra stack is used.

2011-04-19 Thread Edward Z. Yang
Signed-off-by: Edward Z. Yang --- compiler/cmm/CmmLint.hs|1 + compiler/cmm/CmmStackLayout.hs | 13 + 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/compiler/cmm/CmmLint.hs b/compiler/cmm/CmmLint.hs index c14ad65..32fead3 100644 --- a/compiler/cmm/CmmLin

[PATCH] Raw versions of if and switch.

2011-04-19 Thread Edward Z. Yang
This makes the following statements valid C--, which uses the block ID directly rather than generating an anonymous block: if (expr) goto foo; switch expr { case 0: goto foo; case 1: goto bar; } Signed-off-by: Edward Z. Yang --- compiler/cmm/CmmParse.y | 28 +++

sparky-unreg (Sparc Solaris unreg HEAD), build 95, Failure

2011-04-19 Thread Builder
sparky-unreg (Sparc Solaris unreg HEAD), build 95 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/95.html git clone | Failure: Just (ExitFailure 9) Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/95.html ld.so.1: git: fatal: reloca

[commit: testsuite] master: Test Trac #5041 (28cccb9)

2011-04-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/28cccb94997d5dc5ee0c59428de78f45aaf5023f >--- commit 28cccb94997d5dc5ee0c59428de78f45aaf5023f Author: simonpj

[commit: testsuite] master: Test Trac #5038 (9aad7af)

2011-04-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/9aad7af4a3b21770fd21db5d99105d7c0bb96eaa >--- commit 9aad7af4a3b21770fd21db5d99105d7c0bb96eaa Author: simonpj

[commit: testsuite] master: Test Trac #5045 (bde76b2)

2011-04-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/bde76b238ca0cc3fae8d51a0afcfbb04154352de >--- commit bde76b238ca0cc3fae8d51a0afcfbb04154352de Author: simonpj

[commit: testsuite] master: Run GADT tests in optimisation mode too (3214a30)

2011-04-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/3214a303dd1643ee92ead73144775602c918891c >--- commit 3214a303dd1643ee92ead73144775602c918891c Author: simonpj

Patch 4 of 6 for ticket #3160

2011-04-19 Thread Chris Kuklewicz
This is a patch against base. This replaces the implementation of Control.Concurrent.QSem >From 21a539a7adceee253cd8602702dcbd3863f5bd55 Mon Sep 17 00:00:00 2001 Subject: [PATCH 1/3] Replace QSem.hs in base --- Control/Concurrent/QSem.hs | 145 +-- 1 fil

Patch 5 of 6 for ticket #3160

2011-04-19 Thread Chris Kuklewicz
This is a patch against base. It replaces the implementation of Control.Concurrent.SampleVar >From 3de325e86e1451418879d0450971a22f092360c7 Mon Sep 17 00:00:00 2001 Subject: [PATCH 2/3] Adding new SampleVar.hs --- Control/Concurrent/SampleVar.hs | 114 ++- 1

Patch 6 of 6 for ticket #3160

2011-04-19 Thread Chris Kuklewicz
This is a patch against base. It replaces the implementation of Control.Concurrent.QSemN. >From 8f70a935b1f6c364d44d0149177229b7d14d20aa Mon Sep 17 00:00:00 2001 Subject: [PATCH 3/3] Adding new QSemN.hs --- Control/Concurrent/QSemN.hs | 141 +++--- 1 files c

Patch 3 of 6 for ticket #3160

2011-04-19 Thread Chris Kuklewicz
This is my third and final patch against the testsuite. The next 3 will be against base. >From 97f1e03e009e1770ed2baa2ea0ebe99cd9a70991 Mon Sep 17 00:00:00 2001 --- .../ghc-regress/lib/Concurrent/SampleVar002.stdout |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests

Patch 2 of 6 for ticket #3160

2011-04-19 Thread Chris Kuklewicz
This is a patch against the testsuite >From c3ecf07c504293238b274fa09c5d5c05d18b9d0e Mon Sep 17 00:00:00 2001 --- tests/ghc-regress/lib/Concurrent/QSemN002.hs | 63 tests/ghc-regress/lib/Concurrent/QSemN002.stdout | 13 tests/ghc-regress/lib/Concurrent/Sampl

Patch 1 of 6 for ticket #3160

2011-04-19 Thread Chris Kuklewicz
I have not sent git patches before, so let me know if I am "doing it wrong" and need to submit another way. The first 3 patches are against the testsuite, the next 3 patches are against base. This is patch 1 of 6, against the testsuite. [PATCH 1/3] Replace QSem.hs in base and add test for ticket

[commit: ghc] master: Slightly better tracing in the constraint solver (f67b457)

2011-04-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/f67b457bb0271dd1590efcaa912fc441388531d9 >--- commit f67b457bb0271dd1590efcaa912fc441388531d9 Author: simonpj Date:

[commit: ghc] master: Fix Trac #5038 (missing free variable in ifThenElse rebindable syntax) (3f9d24d)

2011-04-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/3f9d24d5188214f769552ad96876346d35366761 >--- commit 3f9d24d5188214f769552ad96876346d35366761 Author: simonpj Date:

[commit: ghc] master: Simplify treatement of pragmas slightly (08c5b67)

2011-04-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/08c5b6705243bd2032c49e5cf40b0943de5a7e20 >--- commit 08c5b6705243bd2032c49e5cf40b0943de5a7e20 Author: simonpj Date:

[commit: ghc] master: Fix typo in comment (b801454)

2011-04-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/b801454dab275597f621015321bfcb886bbcad21 >--- commit b801454dab275597f621015321bfcb886bbcad21 Author: simonpj Date:

[commit: ghc] master: Fix Trac #5045: add ticks to HsArrForms (5af7fb4)

2011-04-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/5af7fb4ffe4672dbc9cf34100ea311eb60981fe8 >--- commit 5af7fb4ffe4672dbc9cf34100ea311eb60981fe8 Author: simonpj Date:

[commit: ghc] master: Fix Trac #5041: parse the trailing '#' (bf0d3df)

2011-04-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/bf0d3df4d011bc93af28b195a97abfcd24b9e7d6 >--- commit bf0d3df4d011bc93af28b195a97abfcd24b9e7d6 Author: simonpj Date:

[commit: ghc] master: Remove unused function sigForThisGroup (d55a8b4)

2011-04-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/d55a8b427c66c98ce35c2a98bef871399bb2bf06 >--- commit d55a8b427c66c98ce35c2a98bef871399bb2bf06 Author: simonpj Date:

[commit: ghc] ghc-generics: More small fixes to generics branch (doesn't compile yet) (9dcc8bb)

2011-04-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/9dcc8bb7a8d4a239c28975c819a9e1267663a530 >--- commit 9dcc8bb7a8d4a239c28975c819a9e1267663a530 Author: Simon Pey

[commit: ghc] master: Add more ignorance (2691104)

2011-04-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/2691104be21d42ed5c0e6b3eb83da3f8eab231c9 >--- commit 2691104be21d42ed5c0e6b3eb83da3f8eab231c9 Author: Simon Peyton Jo

[commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (3a11d63)

2011-04-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/3a11d63bf25215544c6b2aea026b3a17f327a636 >--- commit 3a11d63bf25215544c6b2aea026b3a17f327a636 Merge: 2691104... 44fbc

[commit: ghc] ghc-new-co: This BIG PATCH contains most of the work for the New Coercion Representation (fdf8656)

2011-04-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-new-co http://hackage.haskell.org/trac/ghc/changeset/fdf8656855d26105ff36bdd24d41827b05037b91 >--- commit fdf8656855d26105ff36bdd24d41827b05037b91 Author: Simon Peyto

[commit: ghc] branch 'ghc-new-co' created

2011-04-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc New branch : ghc-new-co Referencing: fdf8656855d26105ff36bdd24d41827b05037b91 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc