[GHC] #11276: GHC hangs/takes an exponential amount of time with simple program
GHC
ghc-devs at haskell.org
Tue Dec 22 08:16:50 UTC 2015
#11276: GHC hangs/takes an exponential amount of time with simple program
-------------------------------------+-------------------------------------
Reporter: mpickering | Owner: gkaracha
Type: bug | Status: new
Priority: highest | Milestone:
Component: Compiler | Version: 7.10.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by simonpj):
* owner: => gkaracha
Comment:
Eek. This is another example of the new pattern-match checker falling
into exponential behaviour.
Workaround: `-fno-warn-overlapping-patterns -fno-warn-incomplete-patterns`
George: here is another for your list
Simon
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11276#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list