id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
5582,Panic from -C flag,mjo,igloo,"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
}}}
",bug,closed,low,7.6.1,Compiler,7.2.1,fixed,,,Unknown/Multiple,Unknown/Multiple,None/Unknown,,,,,
