[nightly] 26-Jul-2007 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-07-26 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Thu Jul 26 19:30:00 BST 2007. checki

patch applied (ghc): Fix building the HEAD with itself

2007-07-26 Thread Ian Lynagh
Thu Jul 26 11:16:22 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix building the HEAD with itself M ./compat/Makefile +7 M ./compat/compat.mk +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Link with hpc even if GhcWithInterpreter is not set

2007-07-26 Thread Ian Lynagh
Thu Jul 26 09:42:01 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Link with hpc even if GhcWithInterpreter is not set M ./compiler/Makefile -2 +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: Update; cpphs for GHC?

2007-07-26 Thread Peter Tanski
On Jul 26, 2007, at 8:54 AM, Simon Marlow wrote: Duncan Coutts wrote: On Thu, 2007-07-26 at 08:53 +0100, Simon Marlow wrote: The library route would be preferable, unless it causes any licensing headaches. LGPL'ed Haskell code can't be so easily relinked as C code (stable ABI and all that

Re: Update; cpphs for GHC?

2007-07-26 Thread Simon Marlow
Duncan Coutts wrote: On Thu, 2007-07-26 at 08:53 +0100, Simon Marlow wrote: Peter Tanski wrote: StgCRun.S is done for x86 (still need to do x86_64 and ia64). Builds fine. What about using cpphs with GHC? I could set it up as either a program run by ghc for 'runCpp' or as a library called by

Re: Update; cpphs for GHC?

2007-07-26 Thread Peter Tanski
On Jul 26, 2007, at 9:37 AM, Peter Tanski wrote: On Jul 26, 2007, at 7:02 AM, Neil Mitchell wrote: I haven't tried, but doesn't this already work if you set the CPP environment variable to cpphs before running configure? You might also need to set CPPFLAGS to something. If you pass the --c

Re: Update; cpphs for GHC?

2007-07-26 Thread Peter Tanski
On Jul 26, 2007, at 7:02 AM, Neil Mitchell wrote: I haven't tried, but doesn't this already work if you set the CPP environment variable to cpphs before running configure? You might also need to set CPPFLAGS to something. If you pass the --cpp flag then cpphs works like GHC expects, otherwi

Re: Update; cpphs for GHC?

2007-07-26 Thread Neil Mitchell
Hi I have some misgivings about whether linking LGPL Haskell libraries is within the spirit of the license, given that re-linking is often impractical. But nobody else seems to care about this, I haven't seen any authors of Haskell LGPL libraries complain that users can't easily comply with it.

Re: The tnaur PPC OSX head buildbot fails with "unexpected argument: GNUmakefile"

2007-07-26 Thread Ian Lynagh
Hi Thorkil, On Thu, Jul 26, 2007 at 12:28:22PM +0200, Thorkil Naur wrote: > > The tnaur PPC OSX builder still fails with > > > rm -f base/GNUmakefile > > cp Makefile.local base > > ifBuildable/ifBuildable base setup/Setup makefile -f GNUmakefile > > Setup: Errors: > > unexpected argument: GNUma

Re: gcc optimizer bug and registerised/mangler compilation

2007-07-26 Thread Joe Buehler
Simon Marlow wrote: > Is this perhaps related to the following comment in TailCalls.h? It looks as though it might be the same bug. No response yet from the gcc maintainers, we'll see whether it gets fixed. -- Joe Buehler ___ Cvs-ghc mailing list Cvs

Re: Update; cpphs for GHC?

2007-07-26 Thread Neil Mitchell
Hi I haven't tried, but doesn't this already work if you set the CPP environment variable to cpphs before running configure? You might also need to set CPPFLAGS to something. If you pass the --cpp flag then cpphs works like GHC expects, otherwise it has a different set of flags. Thanks Neil

Re: Update; cpphs for GHC?

2007-07-26 Thread Ian Lynagh
On Wed, Jul 25, 2007 at 03:19:39PM -0400, Peter Tanski wrote: > StgCRun.S is done for x86 (still need to do x86_64 and ia64). Builds > fine. > > What about using cpphs with GHC? I could set it up as either a > program run by ghc for 'runCpp' or as a library called by runCpp. I haven't tried

Re: Update; cpphs for GHC?

2007-07-26 Thread Duncan Coutts
On Thu, 2007-07-26 at 08:53 +0100, Simon Marlow wrote: > Peter Tanski wrote: > > StgCRun.S is done for x86 (still need to do x86_64 and ia64). Builds fine. > > > > What about using cpphs with GHC? I could set it up as either a program > > run by ghc for 'runCpp' or as a library called by runCpp

The tnaur PPC OSX head buildbot fails with "unexpected argument: GNUmakefile"

2007-07-26 Thread Thorkil Naur
Hello Ian, The tnaur PPC OSX builder still fails with > rm -f base/GNUmakefile > cp Makefile.local base > ifBuildable/ifBuildable base setup/Setup makefile -f GNUmakefile > Setup: Errors: > unexpected argument: GNUmakefile > make[1]: *** [base/GNUmakefile] Error 1 > make: *** [stage1] Error 2 > p

patch applied (ghc): Documentation updates for #1177

2007-07-26 Thread Simon Marlow
Thu Jul 26 02:40:30 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Documentation updates for #1177 We now have a section that describes what hs_exit() does (including the "wait for foreign calls to return" behaviour), and more documentation on creating libraries of Haskell code. I also impor

Re: patch applied (testsuite): Bump the delay for concio from 0.45 to 1s

2007-07-26 Thread Thorkil Naur
Hello, On Thursday 26 July 2007 09:56, Simon Marlow wrote: > Thorkil Naur wrote: > > > There is still the question of whether the 1 second delay should be considered > > excessive, but I will leave that for others to decide. > > I'd like to bring this test back into 'make fast' and hence valid

patch applied (ghc): PA instance generation code (not used yet)

2007-07-26 Thread Roman Leshchinskiy
Wed Jul 25 19:45:51 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * PA instance generation code (not used yet) M ./compiler/vectorise/VectType.hs -6 +34 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-gh

patch applied (ghc): More refactoring

2007-07-26 Thread Roman Leshchinskiy
Tue Jul 24 19:30:17 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * More refactoring M ./compiler/vectorise/VectUtils.hs -1 +9 M ./compiler/vectorise/Vectorise.hs -9 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mai

patch applied (ghc): Use the right dictionary when calling lengthPA

2007-07-26 Thread Roman Leshchinskiy
Wed Jul 25 20:12:47 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Use the right dictionary when calling lengthPA M ./compiler/vectorise/VectUtils.hs -2 +15 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/c

patch applied (ghc): PA dictionary generation

2007-07-26 Thread Roman Leshchinskiy
Tue Jul 24 21:12:42 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * PA dictionary generation M ./compiler/vectorise/VectMonad.hs -1 +4 M ./compiler/vectorise/VectType.hs -4 +31 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell

patch applied (ghc): Make sure DEFAULT always comes first in generated PA dictionaries

2007-07-26 Thread Roman Leshchinskiy
Wed Jul 25 22:22:39 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Make sure DEFAULT always comes first in generated PA dictionaries M ./compiler/vectorise/VectType.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/m

patch applied (ghc): Add missing coercion

2007-07-26 Thread Roman Leshchinskiy
Wed Jul 25 22:28:30 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Add missing coercion M ./compiler/vectorise/VectType.hs -4 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: patch applied (testsuite): Bump the delay for concio from 0.45 to 1s

2007-07-26 Thread Simon Marlow
Thorkil Naur wrote: There is still the question of whether the 1 second delay should be considered excessive, but I will leave that for others to decide. I'd like to bring this test back into 'make fast' and hence validate, since it has caught several bugs recently. On my x86_64/Linux system

Re: Update; cpphs for GHC?

2007-07-26 Thread Simon Marlow
Peter Tanski wrote: StgCRun.S is done for x86 (still need to do x86_64 and ia64). Builds fine. What about using cpphs with GHC? I could set it up as either a program run by ghc for 'runCpp' or as a library called by runCpp. We've avoided cpphs so far because of the license. But if there's

Re: patch applied (testsuite): Bump the delay for concio from 0.45 to 1s

2007-07-26 Thread Thorkil Naur
Hello, On Wednesday 25 July 2007 11:30, Simon Marlow wrote: > ... > Thorkil: I read your discussion with Igloo on #ghc last night, and I found > one bug in GHC/Handle.hs as a result. We should be allocating the Handle > buffer pinned now that it can be passed to "safe" foreign calls in the > t

Daily report for head

2007-07-26 Thread BuildBot Collator
Build results: x86-64 Linux head: pass x86 Windows head: pass x86 Windows head fast: fail (failed stage1) pass pass pass pass pass gbesh Intel x86_64 Linux head: pass kahl G5 Gentoo Linux head: fail (failed stage1) mnemosyne x86-64 Gentoo head: pass tnaur PPC O

patch applied (ghc): Fix generation of lengthPA

2007-07-26 Thread Roman Leshchinskiy
Wed Jul 25 22:21:08 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Fix generation of lengthPA M ./compiler/vectorise/VectMonad.hs -1 +4 M ./compiler/vectorise/VectType.hs -6 +9 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskel