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
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
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':
> >
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
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
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