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

2011-11-27 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 425 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/425.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions

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

2011-11-27 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 Nov 27 18:00:02 GMT 2011. checking out new source tree

pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 408, Failure

2011-11-27 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 408 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/408.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions

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

2011-11-27 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 Nov 27 18:10:02 GMT 2011. checking out new source tree

pgj (x86 FreeBSD HEAD), build 545, Failure

2011-11-27 Thread Builder
pgj (x86 FreeBSD HEAD), build 545 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/545.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching clean-check files

tn23 (x86 OSX HEAD), build 497, Failure

2011-11-27 Thread Builder
tn23 (x86 OSX HEAD), build 497 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/497.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching clean-check files

pgj2 (amd64 FreeBSD HEAD), build 543, Failure

2011-11-27 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 543 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/543.html git clone | Failure: Just (ExitFailure 128) Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/543.html Cloning into build... error: Recv failure: Connectio

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

2011-11-27 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 Nov 27 18:00:01 GMT 2011. checking out new source

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

2011-11-27 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 Nov 27 18:10:01 GMT 2011. checking out new s

mbolingbroke (x86 OSX HEAD), build 154, Incomplete

2011-11-27 Thread Builder
mbolingbroke (x86 OSX HEAD), build 154 Build incomplete Details: http://darcs.haskell.org/ghcBuilder/builders/mbolingbroke/154.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting

Re: [commit: ghc] simd: Handle 4-byte aligned stack on Win32 when generating SSE instructions. (0f251a0)

2011-11-27 Thread David Terei
The mangler exists to work around a lack of features in LLVM that we need (and until very recently a bug in the way GHC did stack management). You're telling me that Win32 only guarantees 4 byte stack alignment but LLVM assume 16byte. This seems like a bug somewhere. Either in LLVM or the way we ar

Re: [commit: ghc] simd: Handle 4-byte aligned stack on Win32 when generating SSE instructions. (0f251a0)

2011-11-27 Thread Geoffrey Mainland
LLVM assumes the stack is 16-byte aligned---either because the platform aligns the stack or because the function prologue aligns it. Therefore SSE register spills always generate movaps instructions, necessitating my hack. We can certainly discuss this with the LLVM folks, though I don't see any ot

Re: [commit: ghc] simd: Handle 4-byte aligned stack on Win32 when generating SSE instructions. (0f251a0)

2011-11-27 Thread David Terei
Is this really the only solution? I don't understand the issue completely but it sounds like something you could talk to the LLVM folks about. I've recently fixed half the reason the LLVM Mangler is needed and hope to fix the other one someday and kill the Mangler so I'm against adding any more to

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

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

[commit: ghc] simd's head updated: Merge branch 'master', remote-tracking branch 'origin' into simd (e83973b)

2011-11-27 Thread Geoffrey Mainland
Repository : ssh://darcs.haskell.org//srv/darcs/ghc Branch 'simd' now includes: dba7254... Enable pthread_getspecific() tls for LLVM compiler 6247b59... Add autoconf support to detect an LLVM-based C compiler 813596c... vectoriser: comments to PRepr and get PDatas TyCon from envir

[commit: ghc] simd: Add a bits128 type to C--. (f1d4853)

2011-11-27 Thread Geoffrey Mainland
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : simd http://hackage.haskell.org/trac/ghc/changeset/f1d48536d48c7c290440a2c97ff706049babe03f >--- commit f1d48536d48c7c290440a2c97ff706049babe03f Author: Geoffrey Mainland

[commit: ghc] simd: Make genapply use proper types for 16-byte vectors. (599f75f)

2011-11-27 Thread Geoffrey Mainland
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : simd http://hackage.haskell.org/trac/ghc/changeset/599f75f550fec81b2c05950f30574a4c2045fb30 >--- commit 599f75f550fec81b2c05950f30574a4c2045fb30 Author: Geoffrey Mainland

[commit: ghc] simd: Merge branch 'master', remote-tracking branch 'origin' into simd (e83973b)

2011-11-27 Thread Geoffrey Mainland
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : simd http://hackage.haskell.org/trac/ghc/changeset/e83973baad54a9392f3a7573d058f20e91865212 >--- commit e83973baad54a9392f3a7573d058f20e91865212 Merge: 599f75f... df43fcd

[commit: ghc] simd: Handle 4-byte aligned stack on Win32 when generating SSE instructions. (0f251a0)

2011-11-27 Thread Geoffrey Mainland
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : simd http://hackage.haskell.org/trac/ghc/changeset/0f251a04c21ca4a7de5c001d632e15a6fdaf948a >--- commit 0f251a04c21ca4a7de5c001d632e15a6fdaf948a Author: Geoffrey Mainland

Re: [commit: ghc] master: Pass "--hash-size=31 --reduce-memory-overhead" to ld; fixes trac #5240 (3275b7b)

2011-11-27 Thread austin seipp
Fix confirmed. Thanks Ian! On Sun, Nov 27, 2011 at 8:15 AM, Ian Lynagh wrote: > On Sun, Nov 27, 2011 at 02:09:45AM -0600, austin seipp wrote: >> I'll note this patch causes ./configure to fail when using the gold >> linker on Linux systems > > Thanks for the report. Should be fixed now. > > > Tha

simonmar-win32-stable (x86 Windows STABLE), build 391, Failure

2011-11-27 Thread Builder
simonmar-win32-stable (x86 Windows STABLE), build 391 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/391.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date

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

2011-11-27 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 457 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/457.html git clone | Failure: Just (ExitFailure 128) Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/457.html fatal:

Re: [PATCH] Fix document to follow renaming -XPArr to -XParallelArrays

2011-11-27 Thread Ian Lynagh
On Sun, Nov 27, 2011 at 03:05:32PM +0900, shelarcy wrote: > > GHC 7.2.x renames -XPArr to -XParallelArrays. But user guide doesn't follow > this change. > > I made patch for fixing this problem. Applied, thanks! Thanks Ian ___ Cvs-ghc mailing list

[commit: testsuite] master: Expect 3307 and environment001 to fail on msys; fixes trac #5599 (f6f2038)

2011-11-27 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/f6f20381c8064f7f98f9b9ab082e5ad65c132be9 >--- commit f6f20381c8064f7f98f9b9ab082e5ad65c132be9 Author: Ian Lynag

[commit: ghc] master: Fix document to follow renaming -XPArr to -XParallelArrays (df43fcd)

2011-11-27 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/df43fcd5e7c331c71c323e8fa91e69c7e0f404e4 >--- commit df43fcd5e7c331c71c323e8fa91e69c7e0f404e4 Author: shelarcy Date:

Re: [commit: ghc] master: Pass "--hash-size=31 --reduce-memory-overhead" to ld; fixes trac #5240 (3275b7b)

2011-11-27 Thread Ian Lynagh
On Sun, Nov 27, 2011 at 02:09:45AM -0600, austin seipp wrote: > I'll note this patch causes ./configure to fail when using the gold > linker on Linux systems Thanks for the report. Should be fixed now. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@hask

[commit: ghc] master: Test whether ld flags exist before using them (9ccb59e)

2011-11-27 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/9ccb59ed6e5edf73c876e87429e69e8848162497 >--- commit 9ccb59ed6e5edf73c876e87429e69e8848162497 Author: Ian Lynagh Dat

tn23 (x86 OSX HEAD), build 496, Success

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

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

2011-11-27 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/containers commit 59a1fd58b656020e5ebbc74c1a3984bc58e8a7ca Author: Milan Straka Date: Thu Nov 24 12:49:39 2011 +0100 Refactor and improve seq-properties. * Use test-framework as the rest of the testsuite. * Move testing-related code

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

2011-11-27 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/bytestring commit a1ac70364a80d1423a83ee6f4d9422f2fd393b59 Author: Duncan Coutts Date: Thu Nov 17 01:11:28 2011 + Allow using older versions of the random package commit e14c4a70cfe8d206b34dd0fefdc70646e7a2f326 Author: Duncan Coutts Date: Thu

New patches in /srv/darcs/git-mirrors/utf8-string

2011-11-27 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/utf8-string commit d7386bea7fe286483ea559fb9b3898be080af700 Merge: ec2b859... b7aa0a0... Author: Eric Mertens Date: Thu Nov 17 13:35:01 2011 -0800 Merge pull request #4 from TomMD/master Minor performance improvements commit b7aa0a0b51e79186

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

2011-11-27 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/Cabal commit 94be18132d1429be3c68b6e262555980c12da8c8 Author: Duncan Coutts Date: Thu Nov 17 00:17:19 2011 + Now require mtl-2 commit 596d0cf3337863f9f49088250f17cd2a4cb84ac7 Author: Duncan Coutts Date: Wed Nov 16 19:14:55 2011 + Incl

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

2011-11-27 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/terminfo commit 64d1e6201b490942636f5f3883cf5e81c2338fc8 Author: Judah Jacobson Date: Fri Nov 11 17:20:37 2011 + Fix the termColumns capacity. ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.has

Re: [commit: ghc] master: Pass "--hash-size=31 --reduce-memory-overhead" to ld; fixes trac #5240 (3275b7b)

2011-11-27 Thread austin seipp
I'll note this patch causes ./configure to fail when using the gold linker on Linux systems, as it doesn't understand these options, so if it's your default (i.e. you installed `binutils-gold`) you'll need to update your alternatives or merely remove the package. The trac ticket (#5204) notes that