[nightly] 13-Mar-2008 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-03-13 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) 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 Mar 13 18:10:01 GMT 2008. checki

Re: Building GHC on Solaris

2008-03-13 Thread Ian Lynagh
Hi Bernie, On Mon, Mar 10, 2008 at 05:51:50PM +1100, Bernie Pope wrote: > (If no one minds I'll keep dumping the issues that I find in this > thread.) I think getting gcc to use the GNU as, as you talk about later in this thread, is likely to be easier than fixing GHC to be compatible with Sol

patch applied (testsuite): add test for unsafePerformIO/stack overflow

2008-03-13 Thread Simon Marlow
Thu Mar 13 11:54:20 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * add test for unsafePerformIO/stack overflow M ./tests/ghc-regress/codeGen/should_run/all.T +2 A ./tests/ghc-regress/codeGen/should_run/cg060.hs A ./tests/ghc-regress/codeGen/should_run/cg060.stdout

patch applied (ghc): parsing tweak for :break

2008-03-13 Thread Simon Marlow
Thu Mar 13 11:29:36 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * parsing tweak for :break M ./compiler/ghci/InteractiveUI.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Tweaks to stack squeezing

2008-03-13 Thread Simon Marlow
Thu Feb 7 04:24:45 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * Tweaks to stack squeezing 1. We weren't squeezing two frames if one of them was a marked update frame. This is easy to fix. 2. The heuristic to decide whether to squeeze was a little conservative. It's worth co

[nightly] 13-Mar-2008 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-03-13 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 Thu Mar 13 18:00:01 GMT 2008. checking out

patch applied (ghc): Some cleanup in TcSimplify.reduceContext

2008-03-13 Thread chak
Wed Mar 12 23:52:20 PDT 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Some cleanup in TcSimplify.reduceContext - Makes this horrid function a bit better - and shorter! - Also gets rid of another API function of TcTyFuns M ./compiler/typecheck/TcSimplify.lhs -30 +10 M ./compiler/

Daily report for head

2008-03-13 Thread BuildBot Collator
Build results: x86-64 Linux head:fail (failed getsubrepos) x86 Windows head: fail (failed darcs) x86 Windows head fast:pass fail (failed darcs) fail (failed darcs) fail (failed darcs) pass gabor head: fail (failed darcs) kahl G5 Gentoo Linux head:

Daily report for stable

2008-03-13 Thread BuildBot Collator
Build results: kahl G5 Gentoo Linux stable: pass x86 Windows stable: fail (failed getsubrepos) x86 Windows stable fast: pass pass fail (failed darcs) pass pass x86-64 Linux stable: fail (failed bindisttest) Old unexpected test failures: 1679 1 kahl G5 Gento

patch applied (ghc): Properly normalise reduced dicts

2008-03-13 Thread chak
Wed Mar 12 22:17:08 PDT 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Properly normalise reduced dicts - Another chapter in the never-ending TcSimplify.reduceContext saga: after context reduction of wanted dicts it is not sufficient to normalise them wrt to the wanted equalities.

patch applied (testsuite): typecheck/FD3: revert to error msg of previous version ofthe compiler

2008-03-13 Thread chak
Wed Mar 12 23:50:06 PDT 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]> * typecheck/FD3: revert to error msg of previous version ofthe compiler M ./tests/ghc-regress/typecheck/should_compile/FD3.hs -7 M ./tests/ghc-regress/typecheck/should_compile/FD3.stderr -10 +4

patch applied (testsuite): Type families: Roman's test for normalisation of reduced dicts

2008-03-13 Thread chak
Wed Mar 12 23:01:46 PDT 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Type families: Roman's test for normalisation of reduced dicts A ./tests/ghc-regress/indexed-types/should_compile/InstContextNorm.hs M ./tests/ghc-regress/indexed-types/should_compile/all.T +2 ___