Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263
authorMax Bolingbroke <batterseapower@hotmail.com>
Wed, 1 Jul 2009 20:03:44 +0000 (20:03 +0000)
committerMax Bolingbroke <batterseapower@hotmail.com>
Wed, 1 Jul 2009 20:03:44 +0000 (20:03 +0000)
commit9d0c8f842e35dde3d570580cf62a32779f66a6de
treedbe3743f4ff24c8d4ed7129c780b179275e3748e
parentab1d5052de53479377c961d1e966f0cf0b82c592
Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263
49 files changed:
compiler/cmm/CmmCPSZ.hs
compiler/cmm/CmmLint.hs
compiler/cmm/DFMonad.hs
compiler/cmm/ZipDataflow.hs
compiler/codeGen/CgCon.lhs
compiler/codeGen/CgHeapery.lhs
compiler/codeGen/CgLetNoEscape.lhs
compiler/codeGen/CgMonad.lhs
compiler/codeGen/CgStackery.lhs
compiler/codeGen/StgCmm.hs
compiler/codeGen/StgCmmExpr.hs
compiler/codeGen/StgCmmMonad.hs
compiler/coreSyn/CoreLint.lhs
compiler/cprAnalysis/CprAnalyse.lhs
compiler/deSugar/DsExpr.lhs
compiler/ghci/Debugger.hs
compiler/ghci/Linker.lhs
compiler/ghci/RtClosureInspect.hs
compiler/hsSyn/Convert.lhs
compiler/iface/BinIface.hs
compiler/iface/LoadIface.lhs
compiler/main/DriverMkDepend.hs
compiler/main/DriverPipeline.hs
compiler/main/DynFlags.hs
compiler/main/GHC.hs
compiler/main/HscMain.lhs
compiler/main/InteractiveEval.hs
compiler/main/SysTools.lhs
compiler/rename/RnExpr.lhs
compiler/stgSyn/StgLint.lhs
compiler/typecheck/TcBinds.lhs
compiler/typecheck/TcClassDcl.lhs
compiler/typecheck/TcHsSyn.lhs
compiler/typecheck/TcPat.lhs
compiler/typecheck/TcSimplify.lhs
compiler/typecheck/TcSplice.lhs
compiler/typecheck/TcUnify.lhs
compiler/utils/Binary.hs
compiler/utils/Exception.hs
compiler/utils/IOEnv.hs
compiler/utils/MonadUtils.hs
compiler/utils/Panic.lhs
docs/users_guide/flags.xml
docs/users_guide/using.xml
ghc/GhciMonad.hs
ghc/InteractiveUI.hs
ghc/Main.hs
utils/ghc-pkg/Main.hs
utils/hpc/Main.hs