Ticket #5630 (new bug)
External Core needs love
| Reported by: | quux | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.6.2 |
| Component: | Compiler | Version: | 7.2.1 |
| Keywords: | Cc: | dterei, eventh@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Compile-time crash | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
{-# LANGUAGE GADTs #-}
data T a b where
T1 :: a -> b -> T [a] (a,b)
main = putStrLn ":("
and then "ghc this.hs -fext-core" results in
>ghc core-sandbox.hs -fext-core ghc core-sandbox.hs -fext-core [1 of 1] Compiling Main ( core-sandbox.hs, core-sandbox.o ) ghc: panic! (the 'impossible' happened) (GHC version 7.2.1 for i386-unknown-mingw32): make_exp (App _ (Coercion _)) Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
Change History
Note: See
TracTickets for help on using
tickets.
