ghc-7.1.20110131
linux x86_64
$ make dist-clean && perl boot && ./configure && make -j6
[..]
"/home/ghc/bin/ghc" -H64m -O0 -fasm -package-conf
libraries/bootstrapping.conf -package-name ghc-7.1 -hide-all-packages -i
-icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn
-
On 14 January 2011 10:58, Isaac Dupree wrote:
> On 01/13/11 08:42, Eric Kow wrote:
>
>> On Wed, Jan 12, 2011 at 15:49:31 -0500, Isaac Dupree wrote:
>>
>>> What if "pull" could (maybe given a flag that you'd use with your
>>> upstream) re-order all patches from upstream, new or old, as far
>>> back
Hi,
I have a couple of branches of ghc off of HEAD.
I found that I had some difficulty _finding_ my patch submissions after
weeks of 'darcs_all pull -a'. And I understand that one complaint is the
need to create 'megapatches'.
How is this flow:
1) 'darcs shunt' all patches originating from thi
On 24 November 2010 10:20, Alexander McPhail <
haskell.vivian.mcph...@gmail.com> wrote:
> Hi,
>
> build.mk:
>
> BuildFlavour = quickest
>
> GHCLibWays = v
>
> no configure flags
>
> 2010/11/24 Ian Lynagh
>
> On Tue, Nov 23, 2010 at 02:00:26PM +0100,
I have added some constant functions to GHCConstants.h but once compilation
reaches:
"/usr/bin/ghc" -H64m -O0 -fasm -package-conf
libraries/bootstrapping.conf -package-name ghc-7.1 -hide-all-packages -i
-icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn
-icompiler/deSug
Hi,
Is there a good reason that 'CgPrimOp.hs' and 'StgCmmPrim.hs' both provide a
function "emitPrimOp", the implementations of which appear identical?
Cheers,
Vivian
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/c
Hi,
I downloaded the latest patches and I can no longer reproduce the error,
however, there are a bunch of "missing *.hi" warnings that don't prevent the
successful build.
build/target linux x86_64:
ghc: 6.12.1
$ darcs get ghc
$ darcs-all get
$ darcs-all pull -a
(17:00 26 09 2010 NZDT)
in ./mk