[GHC] #14811: Unary unboxed tuple field causes interface file error
GHC
ghc-devs at haskell.org
Fri Feb 16 18:52:09 UTC 2018
#14811: Unary unboxed tuple field causes interface file error
-------------------------------------+-------------------------------------
Reporter: dfeuer | Owner: (none)
Type: bug | Status: patch
Priority: high | Milestone: 8.6.1
Component: Compiler | Version: 8.2.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
crash or panic | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D4414
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by David Feuer <David.Feuer@…>):
In [changeset:"d5ac5820111bc957e72c8ce11e59d7cbbdd63526/ghc" d5ac582/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="d5ac5820111bc957e72c8ce11e59d7cbbdd63526"
Fix #14811 by wiring in $tcUnit#
Previously, we were skipping over `$tcUnit#` entirely when
wiring in `Typeable` tycons, resulting in #14811. Easily fixed.
Test Plan: make test TEST=T14811
Reviewers: bgamari, dfeuer
Reviewed By: dfeuer
Subscribers: dfeuer, rwbarton, thomie, carter
GHC Trac Issues: #14811
Differential Revision: https://phabricator.haskell.org/D4414
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14811#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list