
#12785: GHC panic, `tcTyVarDetails` is missing a case
-------------------------------------+-------------------------------------
Reporter: heisenbug | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
crash or panic | Test Case: yes
Blocked By: | Blocking:
Related Tickets: #12590 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by RyanGlScott):
* cc: simonpj (added)
Comment:
That patch did fix building the program in comment:7, FWIW.
Also, I found out that Simon's commit
a0899b2f66a4102a7cf21569889381446ce63833 caused the regression:
{{{
From a0899b2f66a4102a7cf21569889381446ce63833 Mon Sep 17 00:00:00 2001
From: Simon Peyton Jones