
#8613: simplifier ticks exhausted -------------------------------------+------------------------------------- Reporter: guest | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.6.3 Resolution: worksforme | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by thomie): * status: new => closed * resolution: => worksforme Comment: GHC 7.10 actually started accepting this program again, with the default `simpl-tick-factor` program, but GHC 8.0 doesn't. ||||||= `-fsimpl-tick-factor` =|| ||= GHC =||= panic =||= ok =|| || 7.10 || 90 || 95 || || 8.0.1 || 110 || 115 || This doesn't seem like a GHC bug. Either increase the tick factor a bit when compiling this program, or remove some of the `INLINE`s. Thanks for reporting. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8613#comment:6 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler