Re: dynamic linking test failures

2009-05-13 Thread Simon Marlow
On 02/05/2009 01:14, Duncan Coutts wrote: On Fri, 2009-05-01 at 12:05 +0100, Duncan Coutts wrote: So the specific dyn way failures are: [ ... ] Turns out all but two are instances of the same problem which is fixed by this patch: Fri May 1 13:14:45 BST 2009 Duncan Coutts * Make ghc -dyn

Re: dynamic linking test failures

2009-05-01 Thread Duncan Coutts
On Fri, 2009-05-01 at 09:33 +0100, Duncan Coutts wrote: > Currently I'm getting some test failures for WAY=dyn. I'm not posting > the full list at the moment as I'm not convinced it's quite accurate. > I'll post an update later. Unexpected failures: 1679(dyn) 2469(dyn) 2594(dyn) T1969(

dynamic linking test failures

2009-05-01 Thread Duncan Coutts
Currently I'm getting some test failures for WAY=dyn. I'm not posting the full list at the moment as I'm not convinced it's quite accurate. I'll post an update later. I've investigated ffi002. This test ffi exports a Haskell foo function and calls it from a C main function. Two things go wrong whe