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

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

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

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

pgj2 (amd64 FreeBSD HEAD), build 383, Failure

2011-06-11 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 383 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/383.html git clone| Success create mk/build.mk | Success get subrepos | Success setting version date | Success booting | Success configuring | S

pgj (x86 FreeBSD HEAD), build 386, Failure

2011-06-11 Thread Builder
pgj (x86 FreeBSD HEAD), build 386 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/386.html git clone| Success create mk/build.mk | Success get subrepos | Success setting version date | Success booting | Success configuring | Succe

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

2011-06-11 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 Sat Jun 11 18:10:01 BST 2011. checking out new s

tn23 (x86 OSX HEAD), build 359, Failure

2011-06-11 Thread Builder
tn23 (x86 OSX HEAD), build 359 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/359.html git clone | Success create mk/build.mk | Success get subrepos | Failure: Just (ExitFailure 2) Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/359

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

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

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

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

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

2011-06-11 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 Sat Jun 11 18:00:02 BST 2011. checking out new source

Re: [commit: ghc] master: Without -O do not complain about SPECIALISE pragmas for non-INLINABLE things (d8d65a2)

2011-06-11 Thread Michal Terepeta
On 11.06 16:37, Ian Lynagh wrote: > On Sat, Jun 11, 2011 at 03:31:59PM +0100, Ian Lynagh wrote: > > On Sat, Jun 11, 2011 at 06:52:58AM -0700, Simon Peyton-Jones wrote: > > > > > > + ; dflags <- getDOpts > > > + ; if not (dopt Opt_Specialise dflags) then > > > +return []

Re: [commit: ghc] master: Without -O do not complain about SPECIALISE pragmas for non-INLINABLE things (d8d65a2)

2011-06-11 Thread Ian Lynagh
On Sat, Jun 11, 2011 at 03:31:59PM +0100, Ian Lynagh wrote: > On Sat, Jun 11, 2011 at 06:52:58AM -0700, Simon Peyton-Jones wrote: > > > > + ; dflags <- getDOpts > > + ; if not (dopt Opt_Specialise dflags) then > > +return []-- Ignore SPECIALISE pragmas for imported thin

Re: Build failure

2011-06-11 Thread Edward Z. Yang
Ah yes. :-) It looks like my build tree is in a weird state. Fixing up... Edward ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: Build failure

2011-06-11 Thread Ian Lynagh
On Sat, Jun 11, 2011 at 10:42:55AM -0400, Edward Z. Yang wrote: > This should be easy to fix though. > > "/home/ezyang/.local/bin/ghc" [...] -c compiler/utils/MonadUtils.hs -o > compiler/stage1/build/MonadUtils.o If you're copying the commandline from a parallel build, you need to copy the right

Build failure

2011-06-11 Thread Edward Z. Yang
This should be easy to fix though. "/home/ezyang/.local/bin/ghc" -H32m -O -Wall -Werror -H64m -O0 -package-conf libraries/bootstrapping.conf -package-name ghc-7.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/g

Re: Push error

2011-06-11 Thread Ian Lynagh
On Sat, Jun 11, 2011 at 01:54:25PM +, Simon Peyton-Jones wrote: > I got the dump below when I tried to push to the GHC repo. I have no idea > what is going on. Thanks for the heads-up. It's just teething problems with a new bit of git/trac integration. Nothing to worry about. Thanks Ian _

Re: [commit: ghc] master: Without -O do not complain about SPECIALISE pragmas for non-INLINABLE things (d8d65a2)

2011-06-11 Thread Ian Lynagh
On Sat, Jun 11, 2011 at 06:52:58AM -0700, Simon Peyton-Jones wrote: > > + ; dflags <- getDOpts > + ; if not (dopt Opt_Specialise dflags) then > +return []-- Ignore SPECIALISE pragmas for imported things > + -- when -O is not on; otherwise we get bog

[commit: testsuite] master: Test Trac #5211 (1ecf259)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/1ecf2598f256d44daa8face3a774edf691ff7f6a >--- commit 1ecf2598f256d44daa8face3a774edf691ff7f6a Author: Simon Pey

Re: Push error

2011-06-11 Thread Edward Z. Yang
It looks like a Git hook may be broken? Either way, the push seems to have gone through OK. Edward Excerpts from Simon Peyton-Jones's message of Sat Jun 11 09:54:25 -0400 2011: > I got the dump below when I tried to push to the GHC repo. I have no idea > what is going on. > > Simon > > git p

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

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/59154d28285fe9a6850063f28201ad90b12597d8 >--- commit 59154d28285fe9a6850063f28201ad90b12597d8 Merge: a891897...

[commit: testsuite] master: Tweak UNPACK pramgma test (a891897)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/a89189705bb254b9e939da422d5f1f64fe510fda >--- commit a89189705bb254b9e939da422d5f1f64fe510fda Author: Simon Pey

[commit: testsuite] master: Part of test for Trac #5252 (d0bfe5c)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/d0bfe5c7e3afb55f2019a50c9e0001ff85afcca1 >--- commit d0bfe5c7e3afb55f2019a50c9e0001ff85afcca1 Author: Simon Pey

[commit: testsuite] master: Ignore .stackdump files (828c102)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/828c102a612022fba97acde088b8eb94cad856bd >--- commit 828c102a612022fba97acde088b8eb94cad856bd Author: Simon Pey

[commit: testsuite] master: Less UNPACKing in GHCi (Trac #5252) (09edb03)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/09edb0330e06a88ed624adbcdaa29ae0b8635f7b >--- commit 09edb0330e06a88ed624adbcdaa29ae0b8635f7b Author: Simon Pey

[commit: testsuite] master: Test Trac #2436 (2ca9e3a)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/2ca9e3a0ecf969531a6b68414ed2775e6511d4e1 >--- commit 2ca9e3a0ecf969531a6b68414ed2775e6511d4e1 Author: Simon Pey

[commit: testsuite] master: Test Trac #5252 (1c72f4d)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/1c72f4d046dbd5dfa6441d17ac8efa9313260146 >--- commit 1c72f4d046dbd5dfa6441d17ac8efa9313260146 Author: Simon Pey

[commit: testsuite] master: Ignore .tix files (11200b2)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/11200b2f624d60ba86ae4e7b3820845e21f1fda4 >--- commit 11200b2f624d60ba86ae4e7b3820845e21f1fda4 Author: Simon Pey

Push error

2011-06-11 Thread Simon Peyton-Jones
I got the dump below when I tried to push to the GHC repo. I have no idea what is going on. Simon git push Counting objects: 94, done. Compressing objects: 100% (59/59), done. Writing objects: 100% (59/59), 9.66 KiB, done. Total 59 (delta 49), reused 0 (delta 0) To g...@github.com:ghc/ghc.git

[commit: ghc] master: Ignore UNPACK pragmas with OmitInterfacePragmas is on (fixes Trac #5252) (792449f)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/792449f555bb4dfa8e718079f6d42dc9babe938a >--- commit 792449f555bb4dfa8e718079f6d42dc9babe938a Author: Simon Peyton Jo

[commit: ghc] master: Without -O do not complain about SPECIALISE pragmas for non-INLINABLE things (d8d65a2)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/d8d65a2939fbbab478c895de5f432cb0da869709 >--- commit d8d65a2939fbbab478c895de5f432cb0da869709 Author: Simon Peyton Jo

[commit: ghc] master: Comments only (769f5c9)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/769f5c90a96742beec5e1870e68b3c7f21d9e573 >--- commit 769f5c90a96742beec5e1870e68b3c7f21d9e573 Author: Simon Peyton Jo

[commit: ghc] master: Further improvents to duplicate-export warnings (Trac #2436) (ceb6725)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/ceb672554ef7e668eb92f703a3d21c6bd1e3b91e >--- commit ceb672554ef7e668eb92f703a3d21c6bd1e3b91e Author: Simon Peyton Jo

[commit: ghc] master: Fix tracking of what RdrNames are used (fixes Trac #5211) (6f60f1f)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/6f60f1f541cafdb3bfdd71d48eb9dd7f0a708bda >--- commit 6f60f1f541cafdb3bfdd71d48eb9dd7f0a708bda Author: Simon Peyton Jo

[commit: ghc] master: Add -fno-omit-interface-pragmas to SrcLoc, to work around Trac #5252 (8fb9d66)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/8fb9d66966e99beea793b695edef596ac8d5aea5 >--- commit 8fb9d66966e99beea793b695edef596ac8d5aea5 Author: Simon Peyton Jo

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

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/7b5b3b0cab463e108a0132435a28ef19d17cb32b >--- commit 7b5b3b0cab463e108a0132435a28ef19d17cb32b Merge: 9992bfb... 0b432

[commit: ghc] master: Kill bogus duplicate-export warnings (fix Trac #2436) (9992bfb)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/9992bfb6bd3644384b9a26b810ef68f05fd60879 >--- commit 9992bfb6bd3644384b9a26b810ef68f05fd60879 Author: Simon Peyton Jo

[commit: ghc] master: Make DsMeta catch up with LastStmt (fix Trac #5235) (ba33ff9)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/ba33ff9b0ae36ebeeda2eb5a37758984779fc11d >--- commit ba33ff9b0ae36ebeeda2eb5a37758984779fc11d Author: Simon Peyton Jo

[commit: ghc] master: Comments, layout and cmm-notes (d25676a)

2011-06-11 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/d25676a6b1c42495702048b6ca6f26ebd15205d8 >--- commit d25676a6b1c42495702048b6ca6f26ebd15205d8 Author: Simon Peyton Jo

Debugging non-firing rewrite rules

2011-06-11 Thread Simon Meier
Hi, there's quite some material on how to debug/track rewrite rules that do fire. However, I couldn't find information about how to find out what is wrong with a rule that supposedly should, but actually doesn't fire. Concretely, I would like to add a rewrite rule that converts mconcat . map (f