Re: FW: HEAD build failure: incomplete patterns

2011-08-25 Thread Ian Lynagh
On Thu, Aug 25, 2011 at 06:11:43PM +0200, Daniel Fischer wrote: > On Thursday 25 August 2011, 17:44:37, Ian Lynagh wrote: > > On Mon, Aug 15, 2011 at 12:00:48PM +, Simon Peyton-Jones wrote: > > > Ian > > > > > > > compiler/cmm/CmmNode.hs:187:3: > > > > Warning: Pattern match(es) are non-ex

Re: FW: HEAD build failure: incomplete patterns

2011-08-25 Thread Daniel Fischer
On Thursday 25 August 2011, 17:44:37, Ian Lynagh wrote: > No, that works here. Daniel, are you compiling with -O0? I think that > you get that sort of warning if you do. That seems indeed to be the case, with a mk/validate.mk containing "SRC_HC_OPTS += -O2", sh validate got past that and successf

Re: FW: HEAD build failure: incomplete patterns

2011-08-25 Thread Daniel Fischer
On Thursday 25 August 2011, 17:44:37, Ian Lynagh wrote: > On Mon, Aug 15, 2011 at 12:00:48PM +, Simon Peyton-Jones wrote: > > Ian > > > > > compiler/cmm/CmmNode.hs:187:3: > > > Warning: Pattern match(es) are non-exhaustive > > > > > > In an equation for `entryLabel': > >

Re: FW: HEAD build failure: incomplete patterns

2011-08-25 Thread Ian Lynagh
On Mon, Aug 15, 2011 at 12:00:48PM +, Simon Peyton-Jones wrote: > Ian > > > compiler/cmm/CmmNode.hs:187:3: > > Warning: Pattern match(es) are non-exhaustive > > > > In an equation for `entryLabel': > > Patterns not matched: > > CmmComm

FW: HEAD build failure: incomplete patterns

2011-08-15 Thread Simon Peyton-Jones
o:cvs-ghc-boun...@haskell.org] On Behalf Of Daniel Fischer Sent: 14 August 2011 16:58 To: cvs-ghc@haskell.org Subject: HEAD build failure: incomplete patterns After (locally) fixing the imports in binary, building HEAD with 7.2.1 fails with > compiler/cmm/CmmNode.hs:187:3: > Warning: Pa

HEAD build failure: incomplete patterns

2011-08-14 Thread Daniel Fischer
After (locally) fixing the imports in binary, building HEAD with 7.2.1 fails with > compiler/cmm/CmmNode.hs:187:3: > Warning: Pattern match(es) are non-exhaustive > > In an equation for `entryLabel': > Patterns not matched: > CmmComment