[nightly] 12-Oct-2009 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2009-10-12 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) 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 12 18:00:01 BST 2009. checking out

[nightly] 12-Oct-2009 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2009-10-12 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) 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 Mon Oct 12 19:00:01 BST 2009. **

patch applied (ghc): Find nm with configure

2009-10-12 Thread Ian Lynagh
Mon Oct 12 14:39:43 PDT 2009 Ian Lynagh * Find nm with configure M ./configure.ac +7 M ./mk/config.mk.in +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091012213943-3fd76-180a1a75603e184249e8883a86f00c42e7ec2354.gz ___

patch applied (ghc): Refactor some configure.ac stuff

2009-10-12 Thread Ian Lynagh
Mon Oct 12 14:34:14 PDT 2009 Ian Lynagh * Refactor some configure.ac stuff M ./aclocal.m4 +34 M ./configure.ac -38 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091012213414-3fd76-b76a0b397a63edc226e3c28d70168e80ba63bb23.gz __

patch applied (ghc): The -e flag now has a "SepArg" argument; fixes #3568

2009-10-12 Thread Ian Lynagh
Mon Oct 12 06:49:23 PDT 2009 Ian Lynagh * The -e flag now has a "SepArg" argument; fixes #3568 This means -e must be separated from its argument by a space. It therefore doesn't try to parse "-exclude-module" as "execute xclude-module". M ./ghc/Main.hs -1 +1 View patch online: http:

patch applied (ghc): Print warnings after doMkDependHS

2009-10-12 Thread Ian Lynagh
Mon Oct 12 06:26:11 PDT 2009 Ian Lynagh * Print warnings after doMkDependHS We weren't printing any warning for a commandline like ghc -M Foo.hs -optdep--exclude-module=Bar -fffi but the last 2 flags are both deprecated. M ./ghc/Main.hs -1 +2 View patch online: http://darcs.hask

patch applied (ghc-6.12/ghc): The -e flag now has a "SepArg" argument; fixes #3568

2009-10-12 Thread Ian Lynagh
Mon Oct 12 06:49:23 PDT 2009 Ian Lynagh * The -e flag now has a "SepArg" argument; fixes #3568 This means -e must be separated from its argument by a space. It therefore doesn't try to parse "-exclude-module" as "execute xclude-module". M ./ghc/Main.hs -1 +1 View patch online: http:

patch applied (ghc-6.12/ghc): Print warnings after doMkDependHS

2009-10-12 Thread Ian Lynagh
Mon Oct 12 06:26:11 PDT 2009 Ian Lynagh * Print warnings after doMkDependHS We weren't printing any warning for a commandline like ghc -M Foo.hs -optdep--exclude-module=Bar -fffi but the last 2 flags are both deprecated. M ./ghc/Main.hs -1 +2 View patch online: http://darcs.hask

patch applied (ghc-6.12/ghc): remove duplicate entry for -fwarn-unused-do-bind (#3576)

2009-10-12 Thread Ian Lynagh
Mon Oct 12 04:02:16 PDT 2009 Simon Marlow * remove duplicate entry for -fwarn-unused-do-bind (#3576) Ignore-this: a7fa8f53b223fe5abe8885b634edeae1 M ./docs/users_guide/6.12.1-notes.xml -10 +1 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091012110216-12142-39

patch applied (ghc-6.12/ghc): fix markup

2009-10-12 Thread Ian Lynagh
Mon Oct 12 01:36:56 PDT 2009 Simon Marlow * fix markup Ignore-this: 649ca712cbc361c1d6016d84d15e30d4 M ./docs/users_guide/6.12.1-notes.xml -4 +4 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091012083656-12142-966aa48a47161bb8be44b002cbb2cdb915dac647.gz

patch applied (ghc): remove duplicate entry for -fwarn-unused-do-bind (#3576)

2009-10-12 Thread Simon Marlow
Mon Oct 12 04:02:16 PDT 2009 Simon Marlow * remove duplicate entry for -fwarn-unused-do-bind (#3576) Ignore-this: a7fa8f53b223fe5abe8885b634edeae1 M ./docs/users_guide/6.12.1-notes.xml -10 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091012110216-12142-392c39b5112

patch applied (ghc): fix markup

2009-10-12 Thread Simon Marlow
Mon Oct 12 01:36:56 PDT 2009 Simon Marlow * fix markup Ignore-this: 649ca712cbc361c1d6016d84d15e30d4 M ./docs/users_guide/6.12.1-notes.xml -4 +4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091012083656-12142-966aa48a47161bb8be44b002cbb2cdb915dac647.gz _

patch applied (ghc): Retry pulling from our own spark pool if there was a collision

2009-10-12 Thread Simon Marlow
Wed Oct 7 05:50:31 PDT 2009 Simon Marlow * Retry pulling from our own spark pool if there was a collision Ignore-this: be7ace83165a9c15e2ac5d5c7e188cbf M ./rts/Capability.c -19 +22 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091007125031-12142-34b28899ae0f4fee08fbf

patch applied (ghc-6.12/ghc): Install libHSffi_p.a

2009-10-12 Thread Ian Lynagh
Mon Oct 12 03:19:52 PDT 2009 Ian Lynagh * Install libHSffi_p.a M ./libffi/ghc.mk -1 +1 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091012101952-3fd76-2221bcdeed0f1983b723baf07efdb9086da89b13.gz ___ Cvs-ghc mailing

patch applied (ghc-6.12/ghc): More README updates

2009-10-12 Thread Ian Lynagh
Mon Oct 12 02:51:42 PDT 2009 Ian Lynagh * More README updates M ./README -14 +4 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091012095142-3fd76-dcb0cd82a972d800140e9659f9e5d9c1604419de.gz ___ Cvs-ghc mailing list Cv

patch applied (ghc-6.12/ghc): Update the README instructions for getting the source

2009-10-12 Thread Ian Lynagh
Mon Oct 12 02:43:25 PDT 2009 Ian Lynagh * Update the README instructions for getting the source M ./README -21 +20 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091012094325-3fd76-f7cfc9e6509f6abceb6e9592857e66df2b61cd20.gz

patch applied (ghc-6.12/ghc): Make ghci work with libraries compiled with -ticky

2009-10-12 Thread Ian Lynagh
Thu Oct 8 09:27:52 PDT 2009 simo...@microsoft.com * Make ghci work with libraries compiled with -ticky Ignore-this: 97d2d10fbc5fa21afb1076920c1aec66 This is a follow up to the patch tha fixes Trac #3439. We had forgotten the dynamic linker, which needs to know all these ticky symbols

patch applied (ghc-6.12/ghc): Only make the Windows installer if ISCC is set

2009-10-12 Thread Ian Lynagh
Sat Oct 10 09:02:46 PDT 2009 Ian Lynagh * Only make the Windows installer if ISCC is set Now that we make bindists during validate, we can't assume that ISCC is available. M ./ghc.mk +4 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091010160246-3fd76-601041

patch applied (ghc): Update the README instructions for getting the source

2009-10-12 Thread Ian Lynagh
Mon Oct 12 02:43:25 PDT 2009 Ian Lynagh * Update the README instructions for getting the source M ./README -21 +20 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091012094325-3fd76-f7cfc9e6509f6abceb6e9592857e66df2b61cd20.gz _

patch applied (ghc): Install libHSffi_p.a

2009-10-12 Thread Ian Lynagh
Mon Oct 12 03:19:52 PDT 2009 Ian Lynagh * Install libHSffi_p.a M ./libffi/ghc.mk -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091012101952-3fd76-2221bcdeed0f1983b723baf07efdb9086da89b13.gz ___ Cvs-ghc mailing list Cvs-

patch applied (ghc): More README updates

2009-10-12 Thread Ian Lynagh
Mon Oct 12 02:51:42 PDT 2009 Ian Lynagh * More README updates M ./README -14 +4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091012095142-3fd76-dcb0cd82a972d800140e9659f9e5d9c1604419de.gz ___ Cvs-ghc mailing list Cvs-ghc@has

Re: nofib benchmarks for measuring the effects of compiler optimizations

2009-10-12 Thread Simon Marlow
On 09/10/2009 17:34, Ian Lynagh wrote: On Fri, Oct 09, 2009 at 11:25:43AM -0500, David Peixotto wrote: Simon M, can you say what your reliance on nobench-analyse is (output format, specific collected stats, etc.)? If you're planning on working on -analyse, it would make sense to switch to usi

Re: nofib benchmarks for measuring the effects of compiler optimizations

2009-10-12 Thread Simon Marlow
On 09/10/2009 17:25, David Peixotto wrote: Thanks for the input. I'll take a look at the nobench suite. I might be interested in working to improve nobench. Is there some obvious improvements that people have in mind (besides using Criterion), or it just generally needs some updated benchmarks? I

[nightly] 11-Oct-2009 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2009-10-12 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) 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 Oct 11 18:00:01 BST 2009. checking out