#5116: Using -fno-code and -ddump-simpl don't work together anymore.
-------------------------------+--------------------------------------------
    Reporter:  FUZxxl          |       Owner:           
        Type:  bug             |      Status:  new      
    Priority:  normal          |   Component:  Compiler 
     Version:  7.1             |    Keywords:  -fno-code
    Testcase:                  |   Blockedby:           
          Os:  Linux           |    Blocking:           
Architecture:  x86_64 (amd64)  |     Failure:  Other    
-------------------------------+--------------------------------------------
 In 6.12.1, I could just use a command like
 {{{
 ghc -fno-code -ddump-simpl Module.hs
 }}}
 to dump the simplified core representation of a module without generating
 any object files. As of now, GHC won't output anything when called like
 this.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5116>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to