patch applied (ghc): Fixing native code generator for PowerPC

2007-07-08 Thread Andy Gill
Sun Jul 8 00:43:29 PDT 2007 [EMAIL PROTECTED] * Fixing native code generator for PowerPC M ./compiler/nativeGen/MachCodeGen.hs -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

StgCRun.c--inline assembler & MASM

2007-07-08 Thread Peter Tanski
Hello Simon and Ian, I have been porting the inline assembler portions of the RTS to MS CL/ ICL style inline assembler, a limited version of MASM. For the most part it is a simple matter of translation (with some careful review of compiler output). There is one problem in StgCRun.c:StgRun(

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

2007-07-08 Thread GHC Build Reports
/Tix.hc Trace/Hpc/Util.hc ../utils/mkdependC/mkdependC -f .depend-I. -Iinclude -I../includes -- -O -I. -Iinclude -D__GHC_PATCHLEVEL__=20070708 -I../libraries/base/cbits -I../libraries/base/include-- cbits/directory.c cbits/rawSystem.c cbits/unicode.c ../compiler/stage1/ghc-inplace -M -opt

patch applied (testsuite): Accept output (following error message changes)

2007-07-08 Thread Ian Lynagh
Sun Jul 8 12:39:47 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Accept output (following error message changes) M ./tests/ghc-regress/module/mod41.stderr -2 +3 M ./tests/ghc-regress/module/mod42.stderr -2 +3 M ./tests/ghc-regress/module/mod43.stderr -2 +3 M ./tests/ghc-regress/ren

patch applied (testsuite): Tests for -XFunctionalDependencies

2007-07-08 Thread Ian Lynagh
Sun Jul 8 08:32:51 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Tests for -XFunctionalDependencies M ./tests/ghc-regress/parser/should_compile/all.T +2 A ./tests/ghc-regress/parser/should_compile/read060.hs A ./tests/ghc-regress/parser/should_compile/read061.hs M ./tests/ghc-regre

patch applied (testsuite): Add tests for -XRecursiveDo

2007-07-08 Thread Ian Lynagh
Sun Jul 8 08:05:46 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add tests for -XRecursiveDo M ./tests/ghc-regress/parser/should_compile/all.T +2 A ./tests/ghc-regress/parser/should_compile/read058.hs A ./tests/ghc-regress/parser/should_compile/read059.hs M ./tests/ghc-regress/pars

patch applied (testsuite): Tests for -XGeneralizedNewtypeDeriving

2007-07-08 Thread Ian Lynagh
Sun Jul 8 07:44:56 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Tests for -XGeneralizedNewtypeDeriving M ./tests/ghc-regress/parser/should_compile/all.T +2 A ./tests/ghc-regress/parser/should_compile/read056.hs A ./tests/ghc-regress/parser/should_compile/read057.hs M ./tests/ghc-r

patch applied (testsuite): Add tests for -XParallelListComp

2007-07-08 Thread Ian Lynagh
Sun Jul 8 06:42:10 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add tests for -XParallelListComp M ./tests/ghc-regress/parser/should_compile/all.T +2 A ./tests/ghc-regress/parser/should_compile/read054.hs A ./tests/ghc-regress/parser/should_compile/read055.hs M ./tests/ghc-regress

patch applied (ghc): Add -XMultiParamTypeClasses flag

2007-07-08 Thread Ian Lynagh
Sun Jul 8 05:27:53 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add -XMultiParamTypeClasses flag M ./compiler/main/DynFlags.hs +3 M ./compiler/typecheck/TcTyClsDecls.lhs -2 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/

patch applied (ghc): Implement -XKindSignatures

2007-07-08 Thread Ian Lynagh
Sun Jul 8 05:05:53 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Implement -XKindSignatures M ./compiler/main/DynFlags.hs +3 M ./compiler/parser/Lexer.x -1 +4 M ./compiler/typecheck/TcTyClsDecls.lhs -2 +3 ___ Cvs-ghc mailing list Cvs-ghc@has

patch applied (ghc): Add -XEmptyDataDecls flag

2007-07-08 Thread Ian Lynagh
Sun Jul 8 04:29:07 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add -XEmptyDataDecls flag M ./compiler/main/DynFlags.hs +3 M ./compiler/typecheck/TcTyClsDecls.lhs -3 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman

patch applied (testsuite): Add tests for -XMultiParamTypeClasses

2007-07-08 Thread Ian Lynagh
Sun Jul 8 05:27:32 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add tests for -XMultiParamTypeClasses M ./tests/ghc-regress/parser/should_compile/all.T +2 A ./tests/ghc-regress/parser/should_compile/read052.hs A ./tests/ghc-regress/parser/should_compile/read053.hs M ./tests/ghc-re

patch applied (ghc): Support the MagicHash extension as a flag and LANGUAGE pragma

2007-07-08 Thread Ian Lynagh
Sun Jul 8 04:10:41 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Support the MagicHash extension as a flag and LANGUAGE pragma M ./compiler/main/DynFlags.hs +3 M ./compiler/parser/Lexer.x -24 +27 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http

patch applied (testsuite): Tests for KindSignatures

2007-07-08 Thread Ian Lynagh
Sun Jul 8 05:08:37 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Tests for KindSignatures M ./tests/ghc-regress/parser/should_compile/all.T +2 A ./tests/ghc-regress/parser/should_compile/read050.hs A ./tests/ghc-regress/parser/should_compile/read051.hs M ./tests/ghc-regress/parser/

patch applied (ghc): Tidy up comments in DynFlags

2007-07-08 Thread Ian Lynagh
Sun Jul 8 03:23:22 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Tidy up comments in DynFlags M ./compiler/main/DynFlags.hs -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Tests for EmptyDataDecls extension

2007-07-08 Thread Ian Lynagh
Sun Jul 8 04:29:38 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Tests for EmptyDataDecls extension M ./tests/ghc-regress/parser/should_compile/all.T +2 A ./tests/ghc-regress/parser/should_compile/read048.hs A ./tests/ghc-regress/parser/should_compile/read049.hs M ./tests/ghc-regre

patch applied (testsuite): Add tests for magic hashes (trac #1297)

2007-07-08 Thread Ian Lynagh
Sun Jul 8 04:09:56 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add tests for magic hashes (trac #1297) M ./tests/ghc-regress/parser/should_compile/all.T +2 A ./tests/ghc-regress/parser/should_compile/read046.hs A ./tests/ghc-regress/parser/should_compile/read047.hs M ./tests/ghc-

Daily report for head

2007-07-08 Thread BuildBot Collator
Build results: x86-64 Linux head: pass x86 Windows head: lost fail (failed darcs) x86 Windows head fast: pass pass pass pass pass pass gbesh Intel x86_64 Linux head: pass mnemosyne x86-64 Gentoo head: pass phil Intel OSX head: pass phil P4 SuSE Linux head