[GHC] #7736: Parallel array enumeration causes compiler panic (enumFromToP)
GHC
cvs-ghc at haskell.org
Mon Mar 4 01:16:32 CET 2013
#7736: Parallel array enumeration causes compiler panic (enumFromToP)
-------------------------------+--------------------------------------------
Reporter: amosrobinson | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 7.6.2 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: Compile-time crash | Blockedby:
Blocking: | Related:
-------------------------------+--------------------------------------------
Enumeration doesn't work in parallel array comprehensions:
{{{
nums = [: 0 .. 100 :]
}}}
causes a compiler panic. Interestingly, the panic seems to happen before
typechecking because if we add some nonsense:
{{{
other = 5 / "bad"
nums = [: 0 .. 100 :]
}}}
it still panics.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7736>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list