Re: hppa/HPUX registerised port of GHC 6.6.1 available

2007-08-03 Thread Peter Tanski
This is a real feat! Right on! It's too bad neither Make nor ghc can handle building in parallel, at least when ghc is not threaded. Maybe someone could merge this for the repository, or set it up as a branch? I don't have the access for that but I can merge it and test the build on oth

patch applied (testsuite): Add tests for catching exceptions on Windows

2007-08-03 Thread Ian Lynagh
Fri Aug 3 11:35:30 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add tests for catching exceptions on Windows M ./tests/ghc-regress/rts/all.T +8 A ./tests/ghc-regress/rts/derefnull.hs A ./tests/ghc-regress/rts/divbyzero.hs ___ Cvs-ghc mailin

patch applied (testsuite): Add exit_code_if_platform functions to the testlib

2007-08-03 Thread Ian Lynagh
Fri Aug 3 11:34:49 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add exit_code_if_platform functions to the testlib M ./driver/testlib.py +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Docs have moved to the wiki

2007-08-03 Thread Ian Lynagh
Fri Aug 3 05:31:18 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Docs have moved to the wiki M ./README -424 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Update the boring file

2007-08-03 Thread Ian Lynagh
Fri Aug 3 11:38:35 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Update the boring file M ./.darcs-boring +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Catch exceptions on Windows, to stop it popping up dialog boxes

2007-08-03 Thread Ian Lynagh
Fri Aug 3 11:32:29 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Catch exceptions on Windows, to stop it popping up dialog boxes Adaptated from code from Sigbjorn Finne M ./rts/Main.c -1 +5 A ./rts/seh_excn.c A ./rts/seh_excn.h ___ Cvs-ghc

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

2007-08-03 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 Fri Aug 3 19:30:00 BST 2007. checkin

Re: patch applied (testsuite): Testsuite driver doc updates

2007-08-03 Thread Ian Lynagh
On Fri, Aug 03, 2007 at 10:34:46AM +0100, Simon Marlow wrote: > Ian Lynagh wrote: > >Thu Aug 2 10:03:43 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> > > * Testsuite driver doc updates > > > >M ./README -27 +45 > > This doc is now in the wiki: > > http://hackage.haskell.org/trac/ghc/wiki/Buildin

patch applied (ghc): FIX -ddump-cmm by temporarily disabling the gc_target part (#1582)

2007-08-03 Thread Simon Marlow
Fri Aug 3 03:21:43 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX -ddump-cmm by temporarily disabling the gc_target part (#1582) M ./compiler/cmm/PprCmm.hs -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/lis

patch applied (ghc): FIX part of #1372, improvements to the recompilation checker

2007-08-03 Thread Simon Marlow
Fri Aug 3 03:20:45 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX part of #1372, improvements to the recompilation checker This patch adds a check that each imported module is listed in the dependencies from the previous interface. It catches the following cases and forces recompilation

patch applied (ghc): mkLiveness: when calculating the size of a parameter, round up not down.

2007-08-03 Thread Simon Marlow
Fri Aug 3 02:32:29 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * mkLiveness: when calculating the size of a parameter, round up not down. Fixes read002 on x86_64 (and maybe others). The stg_ap_f_info info table had the wrong liveness on it, because the float had been treated as having zero

Fwd: Re: Daily report for head: tnaur x86 Linux head: fail (failed stage1)

2007-08-03 Thread Thorkil Naur
Hello, Sorry about the multiple posts of this. Best regards Thorkil -- Forwarded Message -- From: Thorkil Naur <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: Re: Daily report for head: tnaur x86 Linux head: fail (failed stage1) Date: Fri, 3 Aug 2007 11:44:05 +0200 User-A

Re: patch applied (testsuite): cabal01: we need --with-ld=$(LD) for Windows

2007-08-03 Thread Esa Ilari Vuokko
On 8/3/07, Simon Marlow <[EMAIL PROTECTED]> wrote: > Fri Aug 3 00:52:31 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> > * cabal01: we need --with-ld=$(LD) for Windows > > M ./tests/ghc-regress/cabal/cabal01/Makefile -1 +1 What's the story of how to find ld for ghc-inplace in Windows? Ian adde

Re: question regarding StgRun / StgReturn

2007-08-03 Thread Joe Buehler
Duncan Coutts wrote: > If you think it's all working and have patches against ghc-6.6.1 then > we'd be glad to use them in the Gentoo ebuild. We've got an hppa build, > but unregisterised of course. I ported 6.4.2 because the only instructions I could initially find did not match the 6.6.1 source

RE: patch applied (testsuite): Testsuite driver doc updates

2007-08-03 Thread Simon Peyton-Jones
Indeed! And the 'broken_for' stuff should be documented there. | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Marlow | Sent: 03 August 2007 10:35 | To: Ian Lynagh | Cc: cvs-ghc@haskell.org | Subject: Re: patch applied (testsuite): Testsuite dri

Re: patch applied (testsuite): Testsuite driver doc updates

2007-08-03 Thread Simon Marlow
Ian Lynagh wrote: Thu Aug 2 10:03:43 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Testsuite driver doc updates M ./README -27 +45 This doc is now in the wiki: http://hackage.haskell.org/trac/ghc/wiki/Building/RunningTests maybe the README should just point there? Cheers, Simon

patch applied (testsuite): cabal01: we need --with-ld=$(LD) for Windows

2007-08-03 Thread Simon Marlow
Fri Aug 3 00:52:31 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * cabal01: we need --with-ld=$(LD) for Windows M ./tests/ghc-regress/cabal/cabal01/Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/c

Daily report for head

2007-08-03 Thread BuildBot Collator
Build results: x86 Windows head: pass x86 Windows head fast: fail (failed darcs) pass pass pass pass pass pass kahl G5 Gentoo Linux head: fail (failed stage1) phil Intel OSX head: pass phil P4 SuSE Linux head: fail (failed stage1) tnaur x86 Linux head: fail (failed stage1)