[GHC] #13715: test dynamic-paper for way profasm fails with Simplifier ticks exhausted
GHC
ghc-devs at haskell.org
Thu Apr 12 09:39:02 UTC 2018
#13715: test dynamic-paper for way profasm fails with Simplifier ticks exhausted
-------------------------------------+-------------------------------------
Reporter: George | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: Research
| needed
Component: Compiler | Version: 8.2.1-rc2
Resolution: | Keywords: simplifier
| ticks
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
crash or panic | Test Case: dynamic-paper
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by alpmestan):
I'm seeing a failure for `profasm` as well with a recent checkout of the
master branch (commit 8b823f270e), with the simplifier tick limit error.
If we increase the limit, we run out of stack space. If we increase the
stack size enough with -K, we run out of simplifier ticks again. I'll mark
the test as expected broken with the `profasm` way, but this does look
rather suspicious.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13715#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list