Ticket #7225 (closed bug: fixed)
"ghc -C" failed
| Reported by: | guest | Owned by: | igloo |
|---|---|---|---|
| Priority: | high | Milestone: | 7.8.1 |
| Component: | Compiler | Version: | 7.4.1 |
| Keywords: | Cc: | ||
| Operating System: | Windows | Architecture: | x86 |
| Type of failure: | Compile-time crash | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
--- source file --- module Main where
main = return ()
--- command line --- E:\DANE\wisnipr2\Temp>ghc -C Main.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.4.1 for i386-unknown-mingw32):
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.
