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

2011-10-18 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 369 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/369.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting versi

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

2011-10-18 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 Oct 18 18:00:01 BST 2011. checking out new source tree

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

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

pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 386, Failure

2011-10-18 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 386 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/386.html git clone | Success create mk/build.mk | Success get subrepos | Failure: Just (ExitFailure 2) Build failed Details: htt

pgj (x86 FreeBSD HEAD), build 506, Success

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

pgj2 (amd64 FreeBSD HEAD), build 504, Failure

2011-10-18 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 504 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/504.html git clone | Success create mk/build.mk | Success get subrepos | Failure: Just (ExitFailure 2) Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pg

tn23 (x86 OSX HEAD), build 461, Failure

2011-10-18 Thread Builder
tn23 (x86 OSX HEAD), build 461 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/461.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success

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

2011-10-18 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 Oct 18 18:00:01 BST 2011. checking out new source

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

2011-10-18 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 Oct 18 18:10:01 BST 2011. checking out new s

kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 377, Failure

2011-10-18 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 377 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/377.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting

[commit: ghc] master: Fix warning. (53f1414)

2011-10-18 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/53f1414526a7c6a844568a82fdfc0553d7b66ab8 >--- commit 53f1414526a7c6a844568a82fdfc0553d7b66ab8 Author: David Terei Da

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

2011-10-18 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/78df9af0155279329a10c5e44d0b5dbbb18007a9 >--- commit 78df9af0155279329a10c5e44d0b5dbbb18007a9 Merge: 077c207... 2dea1

[commit: ghc] master: Fix file permissions (077c207)

2011-10-18 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/077c20727efe43326dcd9325b90d6388a9716936 >--- commit 077c20727efe43326dcd9325b90d6388a9716936 Author: David Terei Da

Re: Compile speed benchmarking

2011-10-18 Thread David Terei
No its fine for now but I may drop them myself later. Cheers, David On 18 October 2011 15:34, Erik de Castro Lopo wrote: > David Terei wrote: > >> Looks good. Why did you keep the Show instances at all? You say for >> debugging, where is the debugging being done? > > The show instances were usef

Re: Compile speed benchmarking

2011-10-18 Thread Erik de Castro Lopo
David Terei wrote: > Looks good. Why did you keep the Show instances at all? You say for > debugging, where is the debugging being done? The show instances were useful for the DDC backend. I haven't used them in any of my GHC work. Would you like me to rejig the patch to drop them? Cheers, Erik

Re: Compile speed benchmarking

2011-10-18 Thread David Terei
Looks good. Why did you keep the Show instances at all? You say for debugging, where is the debugging being done? On 16 October 2011 01:57, Erik de Castro Lopo wrote: > David Terei wrote: > >> Hmmm I wasn't expecting a huge speedup but was hoping for a few >> percentage points at least. Can you f

[commit: ghc] master: Remove OSUnknown (f75f26c)

2011-10-18 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/f75f26cc4eed3c3cfc256ebfb9e77b8e82a766fc >--- commit f75f26cc4eed3c3cfc256ebfb9e77b8e82a766fc Author: Ian Lynagh Dat

[commit: ghc] master: Remove ArchUnknown (2dea11a)

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

simonmar-win32-head (x86 Windows HEAD), build 417, Failure

2011-10-18 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 417 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/417.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Suc

[PATCH] Add optllvm as allowed way in testsuite

2011-10-18 Thread David Peixotto
The hooks for the optllvm way were there in the ghc config file, but there was no entry in config.other_ways so that a `make WAY=optllvm` would fail with an "unknown way" error message. This patch simply adds optllvm to the other_ways list. 0001-Add-optllvm-as-allowed-way-in-testsuite.patch Des

[commit: ghc] ghc-constraint-solver's head updated: Merging from head and numerous bugfixes in the new constraint solver. (ed4a11a)

2011-10-18 Thread dimitris
Repository : ssh://darcs.haskell.org//srv/darcs/ghc Branch 'ghc-constraint-solver' now includes: 7bde01d... Fix #5464: Change the way the extra bindings for the generic representation are generated. ffada1e... Record selectors should be Exported Ids 5c312b4... Merge branch 'master

[commit: ghc] ghc-constraint-solver: Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-constraint-solver (1fbf869)

2011-10-18 Thread dimitris
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-constraint-solver http://hackage.haskell.org/trac/ghc/changeset/1fbf869f9ceb3dce2bbf92cfa2abd7e274245986 >--- commit 1fbf869f9ceb3dce2bbf92cfa2abd7e274245986 Merge: a

[commit: ghc] ghc-constraint-solver: Merging from head and numerous bugfixes in the new constraint solver. (ed4a11a)

2011-10-18 Thread dimitris
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-constraint-solver http://hackage.haskell.org/trac/ghc/changeset/ed4a11a35cecae97f253a852b5a01f3d7212621a >--- commit ed4a11a35cecae97f253a852b5a01f3d7212621a Author:

[commit: testsuite] master: Catch any uncaught exceptions in test_common_work (4918c2f)

2011-10-18 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/4918c2f7601c5a1c07f7d81a0959882dea1e58ef >--- commit 4918c2f7601c5a1c07f7d81a0959882dea1e58ef Author: Ian Lynag

[commit: testsuite] master: Get rid of the multisrc* test types (180fc6c)

2011-10-18 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/180fc6c9694bf07849ae3b1a851098f69fe45659 >--- commit 180fc6c9694bf07849ae3b1a851098f69fe45659 Author: Ian Lynag

[commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (7ac387e)

2011-10-18 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/7ac387eb9ce4364d57291431a68dd0e5e7162a2d >--- commit 7ac387eb9ce4364d57291431a68dd0e5e7162a2d Merge: 180fc6c...

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

2011-10-18 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/ead78579ce9c32d53f848d03921a718e6d33f05d >--- commit ead78579ce9c32d53f848d03921a718e6d33f05d Merge: 7b6de59... ae583

[commit: ghc] master: Get Windows building dynlibs again (bf28158)

2011-10-18 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/bf281580f5c1b6ca28d1fff3b6f1f66afbee92ec >--- commit bf281580f5c1b6ca28d1fff3b6f1f66afbee92ec Author: Ian Lynagh Dat

[commit: ghc] master: On non-Windows, go back to using the libffi dynlib for the dyn way (4dd52f2)

2011-10-18 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/4dd52f2ad3347e604d6a77bac1f8cdd8120dcd03 >--- commit 4dd52f2ad3347e604d6a77bac1f8cdd8120dcd03 Author: Ian Lynagh Dat

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

2011-10-18 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/7b6de599c9ebc7259b1fc86e40688125ed1f1688 >--- commit 7b6de599c9ebc7259b1fc86e40688125ed1f1688 Merge: bf28158... 2615b

[commit: testsuite] master: generalise cmd_prefix to a general function to transform the command (dac5424)

2011-10-18 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/dac5424b8d45f2c7c51b794741f648ab568535e8 >--- commit dac5424b8d45f2c7c51b794741f648ab568535e8 Author: Simon Mar

[commit: testsuite] master: use "-osuf p.o" instead of "-osuf p_o", to test #5554 (2a62681)

2011-10-18 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/2a6268143d8905125482b68a1b62503edeb546c8 >--- commit 2a6268143d8905125482b68a1b62503edeb546c8 Author: Simon Mar

[commit: testsuite] master: add a test for #5558 (13a4962)

2011-10-18 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/13a496260a364ba876c0333504901df8c826863c >--- commit 13a496260a364ba876c0333504901df8c826863c Author: Simon Mar

[commit: testsuite] master: add test for #5545 (1963804)

2011-10-18 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/19638042d8127f7cfe28f5ea00174e6a478fabca >--- commit 19638042d8127f7cfe28f5ea00174e6a478fabca Author: Simon Mar

[commit: ghc] master: Move freeStablePtr() into the exported API (Lennart wants it) (ae583f2)

2011-10-18 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/ae583f2949570755c8a03f68a71416c0fd7f257c >--- commit ae583f2949570755c8a03f68a71416c0fd7f257c Author: Simon Marlow D

[commit: ghc] master: fix value of this_mod passed to tcRnImports (#5545) (6a34205)

2011-10-18 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/6a342059c19c85a929884453806b1727b526df68 >--- commit 6a342059c19c85a929884453806b1727b526df68 Author: Simon Marlow D

[commit: ghc] master: fix the object suffix when using TH with profiling (#5554) (c489af7)

2011-10-18 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/c489af738b4a4999ca110fe5dcf7944d119f >--- commit c489af738b4a4999ca110fe5dcf7944d119f Author: Simon Marlow D

New patches in /srv/darcs/git-mirrors/Win32

2011-10-18 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/Win32 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

New patches in /srv/darcs/git-mirrors/haskeline

2011-10-18 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/haskeline commit b999b15634b20ad8122c91fdf8b318bce5549aa9 Author: Judah Jacobson Date: Mon Oct 17 00:02:51 2011 + Update the CHANGES file. commit 441b41485bd89a7a99f047b1aa38094a8cd00ef5 Author: Judah Jacobson Date: Sun Oct 16 23:38:24 2011 +0

Re: Name clash errors during stage 2 compile of Foreign.Marshal.Alloc

2011-10-18 Thread Simon Marlow
On 17/10/2011 18:27, Gabriel Dos Reis wrote: On Mon, Oct 17, 2011 at 11:50 AM, Ben Gamari wrote: On Mon, 17 Oct 2011 10:24:29 -0500, Gabriel Dos Reis wrote: On Mon, Oct 17, 2011 at 9:52 AM, Ben Gamari wrote: On Mon, 17 Oct 2011 08:55:42 +0100, Simon Marlow wrote: I think if we just add t

Re: Name clash errors during stage 2 compile of Foreign.Marshal.Alloc

2011-10-18 Thread Simon Marlow
On 17/10/2011 17:50, Ben Gamari wrote: On Mon, 17 Oct 2011 10:24:29 -0500, Gabriel Dos Reis wrote: Builtin support for malloc(), calloc() was introduced in GCC-3.4 (If my memory serves me correctly.) It had been in GCC development tree since April 2003. Really? I find it hard to believe t

simonmar-win32-stable (x86 Windows STABLE), build 349, Success

2011-10-18 Thread Builder
simonmar-win32-stable (x86 Windows STABLE), build 349 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/349.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version d