Ticket #5582 (closed bug: fixed)
Panic from -C flag
| Reported by: | mjo | Owned by: | igloo |
|---|---|---|---|
| Priority: | low | Milestone: | 7.6.1 |
| Component: | Compiler | Version: | 7.2.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
jumba ~ $ cat hello_world.hs
main = do print "Hello, World."
jumba ~ $ ghc -C hello_world.hs
addFlag by -C on the commandline:
Warning: The -fvia-C flag does nothing; it will be removed in a future GHC release
ghc: panic! (the 'impossible' happened)
(GHC version 7.2.1 for x86_64-unknown-linux):
pipeLoop: at phase As but I wanted to stop at phase HCc
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
Change History
Note: See
TracTickets for help on using
tickets.
