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

2011-02-10 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 Thu Feb 10 18:00:01 GMT 2011. checking out new source tree

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

2011-02-10 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 Thu Feb 10 18:10:01 GMT 2011. checking out new source tree

patch applied (ghc-7.0/ghc): Fix #4867, ghci displays negative floats incorrectly

2011-02-10 Thread Ian Lynagh
Wed Feb 9 14:24:23 PST 2011 gwri...@antiope.com * Fix #4867, ghci displays negative floats incorrectly This patch fixes the erroneous relocations that caused the bug in ticket #4867. External addresses and global offset table entries were relocated correctly, but all other relocatio

patch applied (ghc-7.0/ghc): Enable DTrace on Solaris; based on a patch from Karel Gardas

2011-02-10 Thread Ian Lynagh
Thu Feb 10 07:52:17 PST 2011 Ian Lynagh * Enable DTrace on Solaris; based on a patch from Karel Gardas M ./configure.ac -1 +1 M ./rts/PrimOps.cmm -1 +14 M ./rts/ghc.mk -7 +28 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=201102

patch applied (ghc-7.0/ghc): Simpify constraints from a TH bracket eagerly

2011-02-10 Thread Ian Lynagh
Wed Feb 9 09:50:03 PST 2011 simo...@microsoft.com * Simpify constraints from a TH bracket eagerly See Trac #4949, where having a TH bracket implication was messing things up. Better to get rid of it right away. M ./compiler/typecheck/TcSplice.lhs -4 +16 View patch online: http://d

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

2011-02-10 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 Thu Feb 10 18:00:01 GMT 2011. checking out new source

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

2011-02-10 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 Thu Feb 10 18:10:01 GMT 2011. checking out new s

patch applied (ghc): Fix #4867, ghci displays negative floats incorrectly

2011-02-10 Thread Ian Lynagh
Wed Feb 9 14:24:23 PST 2011 gwri...@antiope.com * Fix #4867, ghci displays negative floats incorrectly This patch fixes the erroneous relocations that caused the bug in ticket #4867. External addresses and global offset table entries were relocated correctly, but all other relocatio

patch applied (ghc): Use DTrace whenever it's available

2011-02-10 Thread Ian Lynagh
Thu Feb 10 07:33:00 PST 2011 Ian Lynagh * Use DTrace whenever it's available Now that we've stopped trying to support 64bit OS X 10.5, the DTrace problems there don't matter. M ./mk/config.mk.in -3 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commi

patch applied (ghc): Enable DTrace on Solaris; based on a patch from Karel Gardas

2011-02-10 Thread Ian Lynagh
Thu Feb 10 07:52:17 PST 2011 Ian Lynagh * Enable DTrace on Solaris; based on a patch from Karel Gardas M ./configure.ac -1 +1 M ./rts/PrimOps.cmm -1 +14 M ./rts/ghc.mk -7 +28 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110210155217

patch applied (ghc): replace C++ comments with C comments (Solaris' DTrace fails on C++ comments)

2011-02-10 Thread Ian Lynagh
Tue Jan 11 21:18:29 PST 2011 Karel Gardas * replace C++ comments with C comments (Solaris' DTrace fails on C++ comments) M ./includes/rts/EventLogFormat.h -3 +3 M ./rts/RtsProbes.d -23 +25 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=2011

Re: Severe bug in GHC HEAD

2011-02-10 Thread Simon Marlow
On 10/02/2011 12:48, Kyra wrote: On 2/10/2011 12:10 PM, Simon Marlow wrote: Thanks for letting me know. If you have a GHC build, can you try unpulling this patch Wed Feb 2 03:49:07 PST 2011 Simon Marlow * scheduleProcessInbox: use non-blocking acquire, and take the whole queue and let me know

patch applied (testsuite): Add test for sizeofArray# and sizeofMutableArray#

2011-02-10 Thread Simon Marlow
Sun Feb 6 14:25:43 PST 2011 Johan Tibell * Add test for sizeofArray# and sizeofMutableArray# M ./tests/ghc-regress/codeGen/should_run/all.T +1 A ./tests/ghc-regress/codeGen/should_run/cgrun065.hs A ./tests/ghc-regress/codeGen/should_run/cgrun065.stdout View patch online: http://d

patch applied (testsuite): accept output (unicode tables updated)

2011-02-10 Thread Simon Marlow
Thu Feb 10 08:09:25 PST 2011 Simon Marlow * accept output (unicode tables updated) M ./tests/ghc-regress/lib/Char/unicode002.stdout -235 +235 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20110210160925-12142-23474ad826fc8fc3c99de559cf0f

patch applied (ghc): Fix Array sizeof primops to use the correct offset (which happens to be 0, so it worked before anyway). Makes us more future-proof, at least

2011-02-10 Thread Simon Marlow
Mon Jan 31 22:30:17 PST 2011 Daniel Peebles * Fix Array sizeof primops to use the correct offset (which happens to be 0, so it worked before anyway). Makes us more future-proof, at least M ./compiler/codeGen/CgPrimOp.hs -1 +1 M ./compiler/codeGen/StgCmmPrim.hs -1 +1 View patch online

patch applied (ghc): Add sizeof(Mutable)Array# primitives

2011-02-10 Thread Simon Marlow
Tue Jan 25 21:15:54 PST 2011 Daniel Peebles * Add sizeof(Mutable)Array# primitives M ./compiler/codeGen/CgPrimOp.hs +5 M ./compiler/codeGen/StgCmmPrim.hs +5 M ./compiler/prelude/primops.txt.pp +8 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commit

patch applied (ghc): constant fold (a + N) - M and (a - N) + M

2011-02-10 Thread Simon Marlow
Thu Feb 10 03:56:08 PST 2011 Simon Marlow * constant fold (a + N) - M and (a - N) + M M ./compiler/cmm/CmmOpt.hs -2 +11 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110210115608-12142-18667ee5d322d45014b2cdb18fbc9c14e3c3175f.gz

patch applied (ghc): fix TRY_ACQUIRE_LOCK on Windows.

2011-02-10 Thread Simon Marlow
Thu Feb 10 07:00:35 PST 2011 Simon Marlow * fix TRY_ACQUIRE_LOCK on Windows. M ./includes/rts/OSThreads.h -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110210150035-12142-912e3044ddfacef91bbb9751161ab18c6a434dff.gz ___

patch applied (ghc): Recursively call cmmMachOpFold on divides that we turned into shifts

2011-02-10 Thread Simon Marlow
Tue Feb 8 02:43:45 PST 2011 Simon Marlow * Recursively call cmmMachOpFold on divides that we turned into shifts There might be more simplification to do. M ./compiler/cmm/CmmOpt.hs -3 +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=2011020

patch applied (testsuite): Add a test for TH and unboxed tuples

2011-02-10 Thread Ian Lynagh
Thu Feb 10 06:26:46 PST 2011 Ian Lynagh * Add a test for TH and unboxed tuples A ./tests/ghc-regress/th/TH_repUnboxedTuples.hs A ./tests/ghc-regress/th/TH_repUnboxedTuples.stderr M ./tests/ghc-regress/th/all.T +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=t

patch applied (ghc): Add unboxed tuple support to Template Haskell

2011-02-10 Thread Ian Lynagh
Thu Feb 10 05:45:28 PST 2011 Ian Lynagh * Add unboxed tuple support to Template Haskell M ./compiler/deSugar/DsMeta.hs -14 +37 M ./compiler/hsSyn/Convert.lhs +14 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110210134528-3fd76-8ee07a8c3d

darcs patch: Fix #4867, ghci displays negative floats incorrectly

2011-02-10 Thread gwright
1 patch for repository http://darcs.haskell.org/ghc-7.0/ghc: Wed Feb 9 17:24:23 EST 2011 gwri...@antiope.com * Fix #4867, ghci displays negative floats incorrectly This patch fixes the erroneous relocations that caused the bug in ticket #4867. External addresses and global offset tab

Re: Severe bug in GHC HEAD

2011-02-10 Thread Kyra
On 2/10/2011 12:10 PM, Simon Marlow wrote: Thanks for letting me know. If you have a GHC build, can you try unpulling this patch Wed Feb 2 03:49:07 PST 2011 Simon Marlow * scheduleProcessInbox: use non-blocking acquire, and take the whole queue and let me know if it helps? It helps. F

[commit: ghc] master: Allow TH brackets to contain things of any kind (cb8fb4d)

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

[commit: ghc] master: Typo in comment (b076da6)

2011-02-10 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/b076da6047bf4c6b3d74a97c6c5fd59ed3bdd114 >--- commit b076da6047bf4c6b3d74a97c6c5fd59ed3bdd114 Author: simo...@microso

[commit: ghc] master: Fix Trac #4945: another SpecConstr infelicity (28ca359)

2011-02-10 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/28ca359b42fb5d62207f72270d20e386968eb1a9 >--- commit 28ca359b42fb5d62207f72270d20e386968eb1a9 Author: simo...@microso

[commit: ghc] master: Simpify constraints from a TH bracket eagerly (43cc549)

2011-02-10 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/43cc549d6b596a0ba33fff2b126e5149f07eca29 >--- commit 43cc549d6b596a0ba33fff2b126e5149f07eca29 Author: simo...@microso

[commit: ghc] master: Call the final build system phase "final" rather than "" (6f573eb)

2011-02-10 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/6f573eb5dedb0625d1df9a6fdf9839bcaa9cba8e >--- commit 6f573eb5dedb0625d1df9a6fdf9839bcaa9cba8e Author: Ian Lynagh Dat

[commit: ghc] master: Fix bug introduced in "Implement fuzzy matching for the Finder" (c21f076)

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

Re: Severe bug in GHC HEAD

2011-02-10 Thread Simon Marlow
On 09/02/11 22:54, Kyra wrote: Ghc HEAD has some severe bug. A have not filled an "official" bug report since I nave not isolated it properly. Below is how can I describe this bug: 1. Symptoms: under a heavy load *and* with RTS option -Nn where n > 1 my application stops responding to (http) req