patch applied (ghc): Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263

Ian Lynagh igloo at earth.li
Sat Jul 4 18:05:12 EDT 2009


Wed Jul  1 13:03:44 PDT 2009  Max Bolingbroke <batterseapower at hotmail.com>
  * Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263
  Ignore-this: 511117ffc10d4b656e530b751559b8b8

    M ./compiler/cmm/CmmCPSZ.hs -4 +4
    M ./compiler/cmm/CmmLint.hs -3 +3
    M ./compiler/cmm/DFMonad.hs -2 +1
    M ./compiler/cmm/ZipDataflow.hs -6 +6
    M ./compiler/codeGen/CgCon.lhs -1 +1
    M ./compiler/codeGen/CgHeapery.lhs -1 +1
    M ./compiler/codeGen/CgLetNoEscape.lhs -1 +1
    M ./compiler/codeGen/CgMonad.lhs -1 +4
    M ./compiler/codeGen/CgStackery.lhs -7 +5
    M ./compiler/codeGen/StgCmm.hs -2 +2
    M ./compiler/codeGen/StgCmmExpr.hs -2 +2
    M ./compiler/codeGen/StgCmmMonad.hs -1 +3
    M ./compiler/coreSyn/CoreLint.lhs -10 +8
    M ./compiler/cprAnalysis/CprAnalyse.lhs +1
    M ./compiler/deSugar/DsExpr.lhs -23 +65
    M ./compiler/ghci/Debugger.hs -1 +1
    M ./compiler/ghci/Linker.lhs -1 +1
    M ./compiler/ghci/RtClosureInspect.hs -2 +2
    M ./compiler/hsSyn/Convert.lhs -3 +4
    M ./compiler/iface/BinIface.hs -2 +2
    M ./compiler/iface/LoadIface.lhs -1 +1
    M ./compiler/main/DriverMkDepend.hs -1 +1
    M ./compiler/main/DriverPipeline.hs -3 +3
    M ./compiler/main/DynFlags.hs -3 +9
    M ./compiler/main/GHC.hs -3 +3
    M ./compiler/main/HscMain.lhs -1 +1
    M ./compiler/main/InteractiveEval.hs -1 +1
    M ./compiler/main/SysTools.lhs -2 +2
    M ./compiler/rename/RnExpr.lhs -2 +2
    M ./compiler/stgSyn/StgLint.lhs -1 +1
    M ./compiler/typecheck/TcBinds.lhs -2 +2
    M ./compiler/typecheck/TcClassDcl.lhs -1 +1
    M ./compiler/typecheck/TcHsSyn.lhs -1 +1
    M ./compiler/typecheck/TcPat.lhs -3 +3
    M ./compiler/typecheck/TcSimplify.lhs -2 +2
    M ./compiler/typecheck/TcSplice.lhs -5 +5
    M ./compiler/typecheck/TcUnify.lhs -3 +3
    M ./compiler/utils/Binary.hs -2 +2
    M ./compiler/utils/Exception.hs -3 +3
    M ./compiler/utils/IOEnv.hs -1 +1
    M ./compiler/utils/MonadUtils.hs -1 +5
    M ./compiler/utils/Panic.lhs -2 +2
    M ./docs/users_guide/flags.xml +14
    M ./docs/users_guide/using.xml -2 +54
    M ./ghc/GhciMonad.hs -4 +3
    M ./ghc/InteractiveUI.hs -17 +17
    M ./ghc/Main.hs -1 +1
    M ./utils/ghc-pkg/Main.hs -5 +5
    M ./utils/hpc/Main.hs -1 +1

View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090701200344-9b787-e9c128166ceb931fcd926a940e5f20b53234ddec.gz



More information about the Cvs-ghc mailing list