[GHC] #1715: seldom panic
GHC
trac at galois.com
Tue Nov 20 08:39:27 EST 2007
#1715: seldom panic
----------------------------------------+-----------------------------------
Reporter: g9ks157k at acme.softbase.org | Owner: igloo
Type: merge | Status: new
Priority: normal | Milestone: 6.10 branch
Component: Compiler | Version: 6.8
Severity: critical | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Architecture: x86
Os: Linux |
----------------------------------------+-----------------------------------
Changes (by simonpj):
* owner: chak => igloo
* type: bug => merge
Comment:
Thanks to Roman's easy repo case I found and fixed this. Please merge:
{{{
Tue Nov 20 11:17:23 GMT 2007 simonpj at microsoft.com
* FIX #1715: egregious bug in ifaceDeclSubBndrs
ifaceDeclSubBndrs didn't have an IfaceSyn case; but with type
families an IfaceSyn can introduce subordinate binders. Result:
chaos.
}}}
I did not add a test case --- too hard!
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1715#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list