[GHC] #14552: GHC panic on pattern synonym
GHC
ghc-devs at haskell.org
Thu Jan 4 17:40:56 UTC 2018
#14552: GHC panic on pattern synonym
-------------------------------------+-------------------------------------
Reporter: Iceland_jack | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.3
Resolution: | Keywords:
| PatternSynonyms, TypeInType,
| ViewPatterns
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Simon Peyton Jones <simonpj@…>):
In [changeset:"e2998d720c6b6bf72c86201d816f256a8ba704e6/ghc"
e2998d72/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="e2998d720c6b6bf72c86201d816f256a8ba704e6"
Stop double-stacktrace in ASSERT failures
We were getting the stack trace printed twice in assertion
failures (e.g. see the Description of Trac #14552).
This fixes it, by deleting code.
(c.f. Trac #14635 which reports the same bug in documentation).
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14552#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list