[commit: ghc] type-nats: Fix up to build with renamed promoting functions. (191250b)

2012-10-30 Thread Iavor Diatchki
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : type-nats http://hackage.haskell.org/trac/ghc/changeset/191250b426dbdff013bb0ac49f6ed7a3894e5962 --- commit 191250b426dbdff013bb0ac49f6ed7a3894e5962 Author: Iavor S.

pgj2 (amd64 FreeBSD HEAD), build 846, Success

2012-10-30 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 846 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/846.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching

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

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

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

2012-10-30 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 718 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/718.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions

Re: Changes to Typeable

2012-10-30 Thread José Pedro Magalhães
Hi, On Mon, Oct 29, 2012 at 10:28 PM, Simon Peyton-Jones simo...@microsoft.comwrote: Right. Re the library packages that have to change, I replied (4 Oct) thus It’s tiresome, but for good reasons. You have to talk to each of the maintainers of the other repos, and ask them to

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

2012-10-30 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 Mon Oct 29 18:10:02 GMT 2012. checking out new source tree

Re: Windows falures

2012-10-30 Thread Simon Marlow
ghcpkg03 and ghcpkg05 are not Windows-specific: Actual stderr output differs from expected: --- ./cabal/ghcpkg03.stderr 2012-10-29 13:53:32.0 + +++ ./cabal/ghcpkg03.run.stderr 2012-10-30 11:44:26.723934678 + @@ -7,7 +7,7 @@ testpkg-1.2.3.4: cannot find any of

[commit: ghc] master: INFO_TABLE_RET should generate a CmmRetInfoLabel, not a CmmInfoLabel (4444dd8)

2012-10-30 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/dd88a2021cc8acb05550a16110a20d95c017 --- commit dd88a2021cc8acb05550a16110a20d95c017 Author: Simon Marlow

[commit: ghc] master: Make DYNAMIC_BY_DEFAULT=NO when GhcUnregisterised (092c0bd)

2012-10-30 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/092c0bd466230cf248ecb996fd5891c413ed7b7d --- commit 092c0bd466230cf248ecb996fd5891c413ed7b7d Author: Simon Marlow

[commit: testsuite] master: make it optional to have DynamicByDefault, to support older GHCs (65ab228)

2012-10-30 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/65ab2281b3a3024220d02a8aa557cfe5a4cba118 --- commit 65ab2281b3a3024220d02a8aa557cfe5a4cba118 Author: Simon

[commit: testsuite] master: add test for #7319 (23ad5a9)

2012-10-30 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/23ad5a9841b2e2935daf2fc35e534ad3f8232494 --- commit 23ad5a9841b2e2935daf2fc35e534ad3f8232494 Author: Simon

[commit: testsuite] master: fix HAVE_VANILLA when we have both static profiling and vanilla libs (03a016b)

2012-10-30 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/03a016b75d9a5216709a5d60c7c207613e1e --- commit 03a016b75d9a5216709a5d60c7c207613e1e Author: Simon

[commit: testsuite] master: accept (46a856a)

2012-10-30 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/46a856ae42719d31a92c74f949fa353b539a58ba --- commit 46a856ae42719d31a92c74f949fa353b539a58ba Author: Simon

Re: [commit: ghc] master: Fix dependency generation when GhcLibWays = dyn p (11aa737)

2012-10-30 Thread Simon Marlow
On 30/10/2012 02:48, Ian Lynagh wrote: +# Setting hisuf/osuf is a kludge. If DYNAMIC_BY_DEFAULT is on, dyn is +# the first way, and p is another way, then without this kludge we run +# ghc -M -hisuf dyn_hi -osuf dyn_o -dep-suffix dyn -dep-suffix p +# which means we get dependencies for

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

2012-10-30 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 Mon Oct 29 18:00:01 GMT 2012. checking out new source tree

Re: [commit: ghc] master: Fix dependency generation when GhcLibWays = dyn p (11aa737)

2012-10-30 Thread Ian Lynagh
On Tue, Oct 30, 2012 at 12:15:16PM +, Simon Marlow wrote: On 30/10/2012 02:48, Ian Lynagh wrote: +# Setting hisuf/osuf is a kludge. If DYNAMIC_BY_DEFAULT is on, dyn is +# the first way, and p is another way, then without this kludge we run +# ghc -M -hisuf dyn_hi -osuf dyn_o

Re: [commit: ghc] master: Fix dependency generation when GhcLibWays = dyn p (11aa737)

2012-10-30 Thread Simon Marlow
On 30/10/2012 12:29, Ian Lynagh wrote: On Tue, Oct 30, 2012 at 12:15:16PM +, Simon Marlow wrote: On 30/10/2012 02:48, Ian Lynagh wrote: +# Setting hisuf/osuf is a kludge. If DYNAMIC_BY_DEFAULT is on, dyn is +# the first way, and p is another way, then without this kludge we run +# ghc

[commit: testsuite] master: Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuite (eed0564)

2012-10-30 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/eed0564e57eff9808aa1bb4ae6230f53ac184d23 --- commit eed0564e57eff9808aa1bb4ae6230f53ac184d23 Merge: 90033bb...

[commit: testsuite] master: Fix the have-we-got-vanilla-libraries test (90033bb)

2012-10-30 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/90033bb91c19be44bda84f9e2b7099a08850c1b3 --- commit 90033bb91c19be44bda84f9e2b7099a08850c1b3 Author: Ian

test output mismatch in nofib

2012-10-30 Thread Ilya Sergey
Hi all. I've just tried to run the nofib suite with the latest build from `master` (last commit 092c0bd466230cf248ecb996fd5891c413ed7b7d), and I ran into the following error: expected stdout not matched by reality --- nucleic2.stdout1 2012-07-18 23:49:12.0 +0200 +++

RE: Windows falures

2012-10-30 Thread Simon Peyton-Jones
| \ No newline at end of file | +T7341.hs:11:12: | +Expecting one more argument to `[]' | +The first argument of `C' should have kind `*', | + but `[]' has kind `* - *' | +In the instance declaration for `C []' | *** unexpected failure for T7341(normal) yes, sorry missing

[commit: ghc] new-demand-to-merge: cleanup (09c49d3)

2012-10-30 Thread Ilya Sergey
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : new-demand-to-merge http://hackage.haskell.org/trac/ghc/changeset/09c49d31312980ba5ae0ae8613dfbf5e684a104e --- commit 09c49d31312980ba5ae0ae8613dfbf5e684a104e Author:

[commit: ghc] new-demand-to-merge's head updated: cleanup (37f59ef)

2012-10-30 Thread Ilya Sergey
Repository : ssh://darcs.haskell.org//srv/darcs/ghc Branch 'new-demand-to-merge' now includes: 2c6d11f... Re-jig the reporting of names bound multiple times 1a591a0... Refactor the way we infer types for functions in a mutually recursive group 98c29f9... Whitespace only in

[commit: ghc] new-demand-to-merge: cleanup (a56d356)

2012-10-30 Thread Ilya Sergey
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : new-demand-to-merge http://hackage.haskell.org/trac/ghc/changeset/a56d356cb23981d0f3c23e9b13cbcc89e2c03240 --- commit a56d356cb23981d0f3c23e9b13cbcc89e2c03240 Author:

[commit: ghc] new-demand-to-merge: Merge branch 'master' into new-demand-to-merge (f288a5b)

2012-10-30 Thread Ilya Sergey
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : new-demand-to-merge http://hackage.haskell.org/trac/ghc/changeset/f288a5b795a57c834e3192aaa8d2623a8f297413 --- commit f288a5b795a57c834e3192aaa8d2623a8f297413 Merge:

[commit: ghc] new-demand-to-merge: cleanup (37f59ef)

2012-10-30 Thread Ilya Sergey
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : new-demand-to-merge http://hackage.haskell.org/trac/ghc/changeset/37f59ef769fec4815021c90a51fb58ddd6e8f47b --- commit 37f59ef769fec4815021c90a51fb58ddd6e8f47b Author:

[commit: ghc] new-demand-to-merge: Merge branch 'master' into new-demand-to-merge (26284ea)

2012-10-30 Thread Ilya Sergey
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : new-demand-to-merge http://hackage.haskell.org/trac/ghc/changeset/26284ea13daffdec3a2035b9cd994ccaa09509d6 --- commit 26284ea13daffdec3a2035b9cd994ccaa09509d6 Merge:

[PATCH] define own version of PRIdPTR on platform where its not available

2012-10-30 Thread Karel Gardas
Note that PRIdPTR is considered as linux-ism so it's not available on platforms like Solaris, although some other free Unix(-like) OSes apparently supports it too. --- includes/mkDerivedConstants.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git

[commit: ghc] cardinality's head updated: cleanup (8e5fe67)

2012-10-30 Thread Ilya Sergey
Repository : ssh://darcs.haskell.org//srv/darcs/ghc Branch 'cardinality' now includes: 2c6d11f... Re-jig the reporting of names bound multiple times 1a591a0... Refactor the way we infer types for functions in a mutually recursive group 98c29f9... Whitespace only in

[commit: ghc] cardinality: cleanup (8e5fe67)

2012-10-30 Thread Ilya Sergey
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : cardinality http://hackage.haskell.org/trac/ghc/changeset/8e5fe67dc6b77271789abdc3577bea0aa4135622 --- commit 8e5fe67dc6b77271789abdc3577bea0aa4135622 Author: Ilya

[commit: ghc] cardinality: Merge branch 'new-demand-to-merge' into cardinality (aa2ef7c)

2012-10-30 Thread Ilya Sergey
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : cardinality http://hackage.haskell.org/trac/ghc/changeset/aa2ef7c7237867d3c613735519ccc5144d882d3c --- commit aa2ef7c7237867d3c613735519ccc5144d882d3c Merge: d92aecc...

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

2012-10-30 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 669 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/669.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions|

[nightly] 30-Oct-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)

2012-10-30 Thread GHC Build Reports
Build description = HEAD (unreg) on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/HEAD-unreg-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-unreg-cam-04-unx Nightly build started on cam-04-unx at Tue Oct 30 18:20:02 GMT 2012.

[commit: ghc] master: Save and restore registers across calls to unlockClosure. (3db0254)

2012-10-30 Thread Geoffrey Mainland
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/3db0254253a20473c774dccdb37e3b79464b5b41 --- commit 3db0254253a20473c774dccdb37e3b79464b5b41 Author: Geoffrey

[commit: ghc] master: Attach proper jump liveness information to generated C-- code. (f9265dd)

2012-10-30 Thread Geoffrey Mainland
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/f9265dd369b9e269349930012c25e670248f2a09 --- commit f9265dd369b9e269349930012c25e670248f2a09 Author: Geoffrey

[commit: ghc] master: Cmm jumps always have live register information. (8e81684)

2012-10-30 Thread Geoffrey Mainland
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/8e8168446a6f1fe2747ba10bc76053097862f4db --- commit 8e8168446a6f1fe2747ba10bc76053097862f4db Author: Geoffrey

[commit: ghc] master: Draw STG F and D registers from the same pool of available SSE registers on x86-64. (e2f6bbd)

2012-10-30 Thread Geoffrey Mainland
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/e2f6bbd3a27685bc667655fdb093734cb565b4cf --- commit e2f6bbd3a27685bc667655fdb093734cb565b4cf Author: Geoffrey

[commit: ghc] master: Generalize register sets and liveness calculations. (6a68507)

2012-10-30 Thread Geoffrey Mainland
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/6a685070116d3e61cda0c622212acac6482885d0 --- commit 6a685070116d3e61cda0c622212acac6482885d0 Author: Geoffrey

[commit: ghc] master: Properly mark C-- calls to _assertFail as never returns. (82ede42)

2012-10-30 Thread Geoffrey Mainland
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/82ede42607140f8e8a05579a43fb4e7376a430db --- commit 82ede42607140f8e8a05579a43fb4e7376a430db Author: Geoffrey

[commit: ghc] master: Get ride of the -fregs-liveness flag. (a50cd57)

2012-10-30 Thread Geoffrey Mainland
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/a50cd57af13bbd046b274a42724f8ad059fc03be --- commit a50cd57af13bbd046b274a42724f8ad059fc03be Author: Geoffrey

[commit: ghc] master: Attach global register liveness info to Cmm procedures. (5ee08dd)

2012-10-30 Thread Geoffrey Mainland
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/5ee08ddffbbe596d7716a09306888004e6baf2b1 --- commit 5ee08ddffbbe596d7716a09306888004e6baf2b1 Author: Geoffrey

[commit: ghc] master: Generate correct LLVM for the new register allocation scheme. (dcf88e6)

2012-10-30 Thread Geoffrey Mainland
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/dcf88e66caefb3e79e68d4c149a878bc6eca639e --- commit dcf88e66caefb3e79e68d4c149a878bc6eca639e Author: Geoffrey

am-deb7-64 (HEAD), build 227, Success

2012-10-30 Thread Builder
am-deb7-64 (HEAD), build 227 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/am-deb7-64/227.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching clean-check

tn23 (x86 OSX HEAD), build 741, Failure

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

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

2012-10-30 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 30 18:00:01 GMT 2012. checking out new source

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

2012-10-30 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 30 18:10:01 GMT 2012. checking out new

[commit: ghc] master: Change how touchy sets the file time (8c7dc71)

2012-10-30 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/8c7dc7182803c8e3888e7138958b73ea067fd7e9 --- commit 8c7dc7182803c8e3888e7138958b73ea067fd7e9 Author: Ian Lynagh

[commit: ghc] master: Improve touchy (8d226e2)

2012-10-30 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/8d226e286252928452c2572d5a92ba31e0d0af2a --- commit 8d226e286252928452c2572d5a92ba31e0d0af2a Author: Ian Lynagh

[commit: ghc] master: Clean some old files that we no longer generate (a44a5e3)

2012-10-30 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/a44a5e335f18699e2b97e9c6ecb869900145cbec --- commit a44a5e335f18699e2b97e9c6ecb869900145cbec Author: Ian Lynagh

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

2012-10-30 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/8623be0b37449cd8b2149c9928d39d5acb80fd36 --- commit 8623be0b37449cd8b2149c9928d39d5acb80fd36 Merge: 8d226e2...

pgj (x86 FreeBSD HEAD), build 844, Success

2012-10-30 Thread Builder
pgj (x86 FreeBSD HEAD), build 844 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/844.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching clean-check