Ticket #6060 (closed bug: fixed)
the 'impossible' happened
| Reported by: | lerkok | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.6.1 |
| Component: | Compiler | Version: | 7.4.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Compile-time crash | Difficulty: | Unknown |
| Test Case: | rename/should_fail/T6060 | Blocked By: | |
| Blocking: | Related Tickets: |
Description
$ cat bug.hs foo = do let bad = [True | x <- [] | y <- []] $ ghc bug.hs [1 of 1] Compiling Main ( bug.hs, bug.o ) bug.hs:1:10:ghc: panic! (the 'impossible' happened) (GHC version 7.4.1 for x86_64-apple-darwin): Prelude.undefined
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

