#7514: Rename cmmz flags -------------------------------+-------------------------------------------- Reporter: thoughtpolice | Owner: simonpj Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.6.1 Resolution: fixed | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: -------------------------------+-------------------------------------------- Changes (by simonpj):
* status: patch => closed * resolution: => fixed Comment: Done. Thanks Austin! {{{ commit f6f881f09c1ac69be2ae1850cb3067459f623360 Author: Austin Seipp <mad....@gmail.com> Date: Mon Dec 17 04:21:50 2012 -0600 Rename all of the 'cmmz' flags and make them more consistent. There's only a single compiler backend now, so the 'z' suffix means nothing. Also, the flags were confusingly named ('cmm-foo' vs 'foo-cmm',) and counter-intuitively, '-ddump-cmm' did not do at all what you expected since the new backend went live. Basically, all of the -ddump-cmmz-* flags are now -ddump-cmm-*. Some were renamed to be more consistent. This doesn't update the manual; it already mentions '-ddump-cmm' and that flag implies all the others anyway, which is probably what you want. Signed-off-by: Austin Seipp <mad....@gmail.com> compiler/cmm/CmmPipeline.hs | 37 +++++++++++++++---------------- compiler/cmm/CmmProcPoint.hs | 2 +- compiler/main/DynFlags.hs | 48 ++++++++++++++++++++--------------------- compiler/main/HscMain.hs | 8 +++--- 4 files changed, 46 insertions(+), 49 deletions(-) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7514#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler _______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs