[GHC] #14777: panic when using a function defined in terms of `error`
GHC
ghc-devs at haskell.org
Mon Mar 12 17:21:47 UTC 2018
#14777: panic when using a function defined in terms of `error`
-------------------------------------+-------------------------------------
Reporter: zilinc | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.2.2
Resolution: | Keywords:
Operating System: Linux | Architecture:
Type of failure: Compile-time | Unknown/Multiple
crash or panic | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by mpickering):
`-O2` is precisely `-O -fliberate-case -fspec-constr`. Sometimes the
difference between `-O` and `-O2` can be that there there is an extra
simplifier pass which runs after `-fliberate-case`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14777#comment:24>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list