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

2009-12-03 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 Dec 3 18:00:01 GMT 2009. checking out

Re: Fix GHC ticket 2615 (linker scripts in .so files)

2009-12-03 Thread Howard B. Golden
On Thursday December 3, 2009, Duncan Coutts wrote: > On Wed, 2009-12-02 at 16:38 -0800, Howard B. Golden wrote: > > At present, it is possible to say 'ghci -lpcre' or 'addDLL > > "lpcre"'. For these to work, you have to be able to call the system > > linker from ghci dynamically. (Therefore, I thin

patch applied (ghc): Fix loading of annotations

2009-12-03 Thread Roman Leshchinskiy
Thu Dec 3 18:42:59 PST 2009 Roman Leshchinskiy * Fix loading of annotations Ignore-this: 5750856feecbf9c6aeebfec012b1a1fd The problem was that we collected all annotations we knew about once when the simplifier started and threaded them through the CoreM monad. If new interface file

patch applied (ghc): Add new ForceSpecConstr annotation

2009-12-03 Thread Roman Leshchinskiy
Wed Dec 2 22:54:55 PST 2009 Roman Leshchinskiy * Add new ForceSpecConstr annotation Ignore-this: ca5327f85d9d40c78d95e8bfe3e7fab1 Annotating a type with {-# ANN type T ForceSpecConstr #-} makes SpecConstr ignore -fspec-constr-threshold and -fspec-constr-count for recursive functions

patch applied (ghc): Generate INLINE pragmas for PA methods

2009-12-03 Thread Roman Leshchinskiy
Wed Dec 2 19:14:52 PST 2009 Roman Leshchinskiy * Generate INLINE pragmas for PA methods Ignore-this: 3435044aec2737ba58d269aeff915fbd M ./compiler/basicTypes/BasicTypes.lhs -2 +5 M ./compiler/vectorise/VectType.hs -1 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches

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

2009-12-03 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 Thu Dec 3 19:00:01 GMT 2009. ***

patch applied (testsuite): Accept column change output in break021

2009-12-03 Thread Ian Lynagh
Thu Dec 3 06:33:26 PST 2009 Ian Lynagh * Accept column change output in break021 M ./tests/ghc-regress/ghci.debugger/scripts/break021.stdout -23 +23 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20091203143326-3fd76-ceea8f1873da6778e39f101aa6522ed17128d198.gz

patch applied (testsuite): Accept output for break020

2009-12-03 Thread Ian Lynagh
Thu Dec 3 05:56:42 PST 2009 Ian Lynagh * Accept output for break020 It now gets the columns right for the highlighting M ./tests/ghc-regress/ghci.debugger/scripts/break020.stdout -7 +7 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20091203135642-3fd76-db815f5ae3a

patch applied (ghc): Add a GHC layout extension to the alternative layout rule

2009-12-03 Thread Ian Lynagh
Thu Dec 3 07:57:08 PST 2009 Ian Lynagh * Add a GHC layout extension to the alternative layout rule M ./compiler/parser/Lexer.x +9 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091203155708-3fd76-3f75d2d07c857489feedf15edb21b93eaaa76b5c.gz _

patch applied (ghc): Fix HPC column numbers, following the column number changes in GHC

2009-12-03 Thread Ian Lynagh
Thu Dec 3 05:55:20 PST 2009 Ian Lynagh * Fix HPC column numbers, following the column number changes in GHC M ./compiler/deSugar/Coverage.lhs -2 +2 M ./utils/hpc/HpcLexer.hs -2 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091203135520-3fd76-84ef15f5170c2e3bf841

patch applied (ghc): Whitespace only

2009-12-03 Thread Ian Lynagh
Thu Dec 3 05:22:59 PST 2009 Ian Lynagh * Whitespace only M ./utils/hpc/HpcMarkup.hs -189 +189 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091203132259-3fd76-c7b53447a2ce8cb64b57d8deffeac6ec94a74025.gz ___ Cvs-ghc mailing l

patch applied (ghc): Fix column numbers used when highlighting :list output

2009-12-03 Thread Ian Lynagh
Thu Dec 3 05:03:28 PST 2009 Ian Lynagh * Fix column numbers used when highlighting :list output M ./ghc/InteractiveUI.hs -2 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091203130328-3fd76-10d73b1e6de096652725384a74c1fa56aaf1e701.gz

RE: patch applied (ghc): More work on the simplifier's inlining strategies

2009-12-03 Thread Simon Peyton-Jones
| -Original Message- | From: Simon Marlow [mailto:marlo...@gmail.com] | Sent: 03 December 2009 13:24 | To: Simon Peyton-Jones | Cc: cvs-ghc@haskell.org | Subject: Re: patch applied (ghc): More work on the simplifier's inlining strategies | | On 02/12/2009 17:45, Simon Peyton Jones wrote

Re: patch applied (ghc): More work on the simplifier's inlining strategies

2009-12-03 Thread Simon Marlow
On 02/12/2009 17:45, Simon Peyton Jones wrote: Wed Dec 2 09:42:56 PST 2009 simo...@microsoft.com * More work on the simplifier's inlining strategies Ignore-this: 5840392a95d9a47f37c3074f7394f2c2 This patch collects a small raft of related changes T1969 has started working for me aga

patch applied (ghc): add a missing lock around allocGroup()

2009-12-03 Thread Simon Marlow
Thu Dec 3 03:02:09 PST 2009 Simon Marlow * add a missing lock around allocGroup() Ignore-this: 5898b3de4010e16789b628b004aa77db M ./rts/sm/Storage.c +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091203110209-12142-bc9a72a90a1f14d0e3db2673a3b7975af8605998.gz _

patch applied (ghc): remove unused cap->in_gc flag

2009-12-03 Thread Simon Marlow
Wed Dec 2 07:42:40 PST 2009 Simon Marlow * remove unused cap->in_gc flag Ignore-this: db2ef6c957c8d32233bbcc344e3c06b6 M ./rts/Capability.c -1 M ./rts/Capability.h -3 M ./rts/sm/GC.c -2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091202154240-12142-96afe01f

patch applied (ghc): Refactoring only

2009-12-03 Thread Simon Marlow
Wed Dec 2 04:38:06 PST 2009 Simon Marlow * Refactoring only Ignore-this: 95a93f6e330f2c609c197194412cac75 ./rts/Sanity.c -> ./rts/sm/Sanity.c ./rts/Sanity.h -> ./rts/sm/Sanity.h M ./rts/Interpreter.c -1 +1 M ./rts/Linker.c +1 M ./rts/RaiseAsync.c -1 +1 M ./rts/Reta

patch applied (ghc): move sanity checking code from Storage.c to Sanity.c

2009-12-03 Thread Simon Marlow
Wed Dec 2 04:11:41 PST 2009 Simon Marlow * move sanity checking code from Storage.c to Sanity.c Ignore-this: 216d434c3c3d2250effac22b37bc2b4d M ./rts/Sanity.c +60 M ./rts/Sanity.h -5 +7 M ./rts/sm/GC.c -5 +4 M ./rts/sm/Storage.c -54 M ./rts/sm/Storage.h -2 View patch on

patch applied (ghc): stg_ap_0_fast: sanity-check only the topmost frame, not the whole stack

2009-12-03 Thread Simon Marlow
Wed Dec 2 03:51:09 PST 2009 Simon Marlow * stg_ap_0_fast: sanity-check only the topmost frame, not the whole stack Ignore-this: ad45e07c26aa961913d367d7c53efb75 Sanity checking was getting too slow in some cases, this returns it to a constant-factor overhead. M ./rts/Apply.cmm -3 +1

patch applied (ghc): Fix profiling build

2009-12-03 Thread Simon Marlow
Thu Dec 3 00:59:30 PST 2009 Simon Marlow * Fix profiling build Ignore-this: ff3de527cbf7703e8bac4a48933cd8ba M ./rts/LdvProfile.c -22 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091203085930-12142-48de3f71071a55758a4b90b587d573b4220ffc41.gz ___

Re: Fix GHC ticket 2615 (linker scripts in .so files)

2009-12-03 Thread Duncan Coutts
On Wed, 2009-12-02 at 16:38 -0800, Howard B. Golden wrote: > At present, it is possible to say 'ghci -lpcre' or 'addDLL "lpcre"'. For > these to work, you have to be able to call the system linker from ghci > dynamically. (Therefore, I think it means replacing Linker.c with the > native system

Re: Fix GHC ticket 2615 (linker scripts in .so files)

2009-12-03 Thread Simon Marlow
On 03/12/2009 00:38, Howard B. Golden wrote: Hi Duncan, On Wednesday December 2, 2009, Duncan Coutts wrote: On Mon, 2009-11-30 at 22:49 -0800, Howard B. Golden wrote: Mon Nov 30 22:12:34 PST 2009 howard_b_gol...@yahoo.com * Fix GHC ticket 2615 (linker scripts in .so files) This patch on

Re: Fix GHC ticket 2615 (linker scripts in .so files)

2009-12-03 Thread Simon Marlow
On 03/12/2009 05:06, Howard B. Golden wrote: Hi Simon M., On Wednesday December 2, 2009, I wrote: I'm not sure how to write a test case that can be added to the validation tests. By _hand_ I have been testing by running: $ ghc-stage2 --interactive -lpcre On my system (Gentoo), /usr/lib64/lib

Re: Fix GHC ticket 2615 (linker scripts in .so files)

2009-12-03 Thread Simon Marlow
On 02/12/2009 23:38, Howard B. Golden wrote: On Wednesday December 2, 2009, I wrote: On Wednesday December 2, 2009, Simon Marlow wrote: Can we rely on the availability of regex.h and POSIX regexes? Does this need a configure test? I don't know the answer to this. Isn't POSIX part of the

Re: Fix GHC ticket 2615 (linker scripts in .so files)

2009-12-03 Thread Simon Marlow
On 02/12/2009 21:08, Howard B. Golden wrote: Hi Simon M., On Wednesday December 2, 2009, Simon Marlow wrote: On 01/12/2009 06:49, Howard B. Golden wrote: Mon Nov 30 22:12:34 PST 2009 howard_b_gol...@yahoo.com * Fix GHC ticket 2615 (linker scripts in .so files) This patch only applies

Daily report for stable

2009-12-03 Thread BuildBot Collator
Build results: x86 Linux stable:lost x86 Windows stable: fail (failed boottestsuite runtestsuite nofib.clean.0 nofib.boot.0 nofib.run.0 nofib.clean.0_2 nofib.boot.0_2 nofib.run.0_2 nofib.clean.0_3 nofib.boot.0_3 nofib.run.0_3 nofib.clean.0_4 nofib.boot.0_4 nofib.run.0_4 nofib.clean