Re: Validate failures in DPH

2012-10-21 Thread Daniel Fischer
On Montag, 22. Oktober 2012, 12:03:24, Ben Lippmeier wrote: > > I went to find out what got broken and I'm getting a validate failure > somewhere else: > > compiler/stage1/build/Parser.hs:38:27: > Module `StaticFlags' does not export `opt_Hpc' > make[1]: *** [compiler/stage1/build/Parser.o]

Re: Validate failures in DPH

2012-10-21 Thread Ben Lippmeier
On 19/10/2012, at 2:17 AM, Simon Peyton-Jones wrote: > I’m getting these failures in DPH when validating on Windows (32-bit) > >dph/nbody dph-nbody-copy-fast [exit code non-0] > (normal) >dph/nbody dph-nbody-vseg-fast [exit code non-0] > (normal

Re: Validate failures in dph tests

2010-12-19 Thread Roman Leshchinskiy
Should be fixed now. Roman ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: Validate failures in dph tests

2010-12-15 Thread Manuel M T Chakravarty
This is due to SimonPJ's recursive superclass patch (and the resulting changes in the layout of dfuns). Roman is currently adapting the vectoriser to use the new layout. Manuel Simon Marlow: > I'm getting -dcore-lint errors in the dph tests in my validate build. Does > anyone know anything ab

Re: Validate failures in dph tests

2010-12-15 Thread Simon Marlow
On 15/12/2010 14:59, Ian Lynagh wrote: On Wed, Dec 15, 2010 at 02:35:01PM +, Simon Marlow wrote: I'm getting -dcore-lint errors in the dph tests in my validate build. Does anyone know anything about this? http://www.haskell.org/pipermail/cvs-ghc/2010-December/058267.html Ah, I missed tha

Re: Validate failures in dph tests

2010-12-15 Thread Ian Lynagh
On Wed, Dec 15, 2010 at 02:35:01PM +, Simon Marlow wrote: > I'm getting -dcore-lint errors in the dph tests in my validate build. > Does anyone know anything about this? http://www.haskell.org/pipermail/cvs-ghc/2010-December/058267.html Thanks Ian