Build description = HEAD on i386-unknown-linux (cam-02-unx)
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 Sat Feb 19 18:00:01 GMT 2011.
checking out new source tree
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 158
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/158.html
darcs checkout| Success
create mk/build.mk| Success
get subrepos | Success
repo versions
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 141
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/141.html
darcs checkout| Success
create mk/build.mk| Success
get subrepos | Success
repo versions | S
Build description = STABLE on i386-unknown-linux (cam-02-unx)
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 Sat Feb 19 18:10:01 GMT 2011.
checking out new source tree
pgj2 (amd64 FreeBSD HEAD), build 276
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/276.html
darcs checkout| Success
create mk/build.mk| Success
get subrepos | Success
repo versions | Success
setting version date | Succ
simonmar-win32-head (x86 Windows HEAD), build 239
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/239.html
darcs checkout| Success
create mk/build.mk| Success
get subrepos | Success
repo versions | Success
set
simonmar-win32-stable (x86 Windows STABLE), build 174
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/174.html
darcs checkout| Success
create mk/build.mk| Success
get subrepos | Success
repo versions | Succe
tn23 (x86 OSX HEAD), build 262
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/262.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
pgj (x86 FreeBSD HEAD), build 278
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/278.html
darcs checkout| Success
create mk/build.mk| Success
get subrepos | Success
repo versions | Success
setting version date | Success
Build description = HEAD on x86_64-unknown-linux (cam-04-unx)
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 Sat Feb 19 18:00:01 GMT 2011.
checking out new source
If I have the following program:
import Bagel
main = do
l <- getContents
length l `seq` putStr (sort l)
with sort defined in the module Bagel as such:
module Bagel where
-- a bastardized version of sort that still exhibits the bug
sort :: Ord a => [a] -> [a]
Build description = STABLE on x86_64-unknown-linux (cam-04-unx)
Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx
Nightly build started on cam-04-unx at Sat Feb 19 18:10:01 GMT 2011.
checking out new s
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 136
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/136.html
darcs checkout| Success
create mk/build.mk| Success
get subrepos | Success
repo versions
Sat Feb 19 08:15:08 PST 2011 Ian Lynagh
* Clarify the "object splitting" variable names
M ./compiler/ghc.mk -2 +2
M ./compiler/main/DynFlags.hs -2 +2
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110219161508-3fd76-39eca114b141889b6deb9b
Sat Feb 19 11:14:09 PST 2011 Ian Lynagh
* Reenable object splitting on Darwin, now #4013 appears to be fixed
M ./mk/config.mk.in -2 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110219191409-3fd76-c7d79f114f29f4cc15045b5b2e801909161174b6.
Disregard, this was just me being silly.
Cheers,
Edward
Excerpts from Edward Z. Yang's message of Sat Feb 19 11:36:28 -0500 2011:
> I have the following tail call from the old code generator that
> uses R2 despite this being i686 (which only has one vanilla
> register.)
>
> so0_ret()
>
On Wed, Jan 19, 2011 at 07:11:51PM -0800, Mark Lentczner wrote:
>
> On Jan 19, 2011, at 4:45 PM, Ian Lynagh wrote:
>
> > The alternative to an installer would be a bindist,..
>
> This seems of no advantage to me. So, if you're building installers, I'll use
> those! (I like the certainty of HP i
I have the following tail call from the old code generator that
uses R2 despite this being i686 (which only has one vanilla
register.)
so0_ret()
{ [const 3;, const 32;]
}
cqR:
_cqS::I32 = R1 & 3;
if (_cqS::I32 >= 2) goto cqT;
R1 = I32[Sp + 12];
Mon Feb 14 07:09:24 PST 2011 gwri...@antiope.com
* Fix #4867 (updated; corrects address calculation)
This is a corrected fix for ticket #4867, "ghci displays negative floats
incorrectly". The previous patch sometimes gave incorrect offset to values
in the __const section of the __TEXT
On Sat, Feb 19, 2011 at 01:16:04PM +, Simon Peyton-Jones wrote:
>
> Do you think you could give ghc-generic-15Feb11 separate ghc-prim and base
> repos? And then revert Pedro's patch on the head?
No problem, done.
Thanks
Ian
___
Cvs-ghc maili
Mon Feb 14 07:09:24 PST 2011 gwri...@antiope.com
* Fix #4867 (updated; corrects address calculation)
This is a corrected fix for ticket #4867, "ghci displays negative floats
incorrectly". The previous patch sometimes gave incorrect offset to values
in the __const section of the __TEXT
Ian
| yesterday night build of HEAD fails with:
|
| libraries/base/Data/Maybe.hs:67:7:
| Can't find interface-file declaration for data constructor GHC.Generics.Inl
I think this may be my fault. Pedro is implementing his new generic stuff for
GHC. I created a new repo on d.h.o, as
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 157
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/157.html
darcs checkout| Success
create mk/build.mk| Success
get subrepos | Success
repo versions
23 matches
Mail list logo