[commit: ghc] wip/gadtpm: Add -Wno-too-many-guards for T783 (bcba1aa)
git at git.haskell.org
git at git.haskell.org
Mon Dec 21 14:33:44 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/gadtpm
Link : http://ghc.haskell.org/trac/ghc/changeset/bcba1aa6205cb280a20f35e0451f3ebc7ac0d190/ghc
>---------------------------------------------------------------
commit bcba1aa6205cb280a20f35e0451f3ebc7ac0d190
Author: George Karachalias <george.karachalias at gmail.com>
Date: Mon Dec 21 15:18:56 2015 +0100
Add -Wno-too-many-guards for T783
>---------------------------------------------------------------
bcba1aa6205cb280a20f35e0451f3ebc7ac0d190
testsuite/tests/perf/compiler/T783.hs | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/testsuite/tests/perf/compiler/T783.hs b/testsuite/tests/perf/compiler/T783.hs
index c3ea08d..fea814e 100644
--- a/testsuite/tests/perf/compiler/T783.hs
+++ b/testsuite/tests/perf/compiler/T783.hs
@@ -1,3 +1,7 @@
+#if __GLASGOW_HASKELL__ > 710
+{-# OPTIONS_GHC -Wno-too-many-guards #-}
+#endif
+
module Test where
foo :: Double -> Int
More information about the ghc-commits
mailing list