[commit: ghc] master: Move -fno-warn-orphan flag into individual modules (af7c648)
Ian Lynagh
igloo at earth.li
Fri Jul 20 15:47:05 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/af7c648aaaf4bd3af7a58f4e9913ec740f09de58
>---------------------------------------------------------------
commit af7c648aaaf4bd3af7a58f4e9913ec740f09de58
Author: Ian Lynagh <igloo at earth.li>
Date: Sun Jul 15 22:01:51 2012 +0100
Move -fno-warn-orphan flag into individual modules
compiler/cmm/BlockId.hs | 1 +
compiler/cmm/OldPprCmm.hs | 1 +
compiler/cmm/PprCmm.hs | 1 +
compiler/cmm/PprCmmDecl.hs | 1 +
compiler/cmm/PprCmmExpr.hs | 1 +
compiler/coreSyn/PprCore.lhs | 1 +
compiler/coreSyn/PprExternalCore.lhs | 1 +
compiler/ghc.cabal.in | 2 +-
compiler/hsSyn/HsSyn.lhs | 1 +
compiler/iface/BinIface.hs | 1 +
compiler/iface/LoadIface.lhs | 1 +
compiler/nativeGen/PPC/Ppr.hs | 1 +
compiler/nativeGen/RegAlloc/Linear/State.hs | 1 +
compiler/nativeGen/SPARC/Ppr.hs | 1 +
compiler/nativeGen/X86/Ppr.hs | 1 +
compiler/simplCore/FloatOut.lhs | 1 +
compiler/typecheck/TcEnv.lhs | 1 +
compiler/typecheck/TcRnMonad.lhs | 1 +
compiler/typecheck/TcSplice.lhs | 1 +
compiler/types/Type.lhs | 1 +
compiler/utils/Fingerprint.hsc | 1 +
21 files changed, 21 insertions(+), 1 deletions(-)
Diff suppressed because of size. To see it, use:
git show af7c648aaaf4bd3af7a58f4e9913ec740f09de58
More information about the Cvs-ghc
mailing list