[commit: haddock] master: Fix warnings in test helper (a2f3551)

git at git.haskell.org git at git.haskell.org
Sun Jan 12 20:51:36 UTC 2014


Repository : ssh://git@git.haskell.org/haddock

On branch  : master
Link       : http://git.haskell.org/haddock.git/commitdiff/a2f3551c276cc77d3c93f048b77cab96a5e648ed

>---------------------------------------------------------------

commit a2f3551c276cc77d3c93f048b77cab96a5e648ed
Author: Simon Hengel <sol at typeful.net>
Date:   Sat Dec 14 20:35:30 2013 +0100

    Fix warnings in test helper


>---------------------------------------------------------------

a2f3551c276cc77d3c93f048b77cab96a5e648ed
 test/Helper.hs |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/test/Helper.hs b/test/Helper.hs
index fae3b04..ec06a71 100644
--- a/test/Helper.hs
+++ b/test/Helper.hs
@@ -164,4 +164,20 @@ dynFlags = defaultDynFlags settings
       , pc_ILDV_CREATE_MASK = 0
       , pc_ILDV_STATE_CREATE = 0
       , pc_ILDV_STATE_USE = 0
+      , pc_OFFSET_StgRegTable_rYMM1 = 0
+      , pc_OFFSET_StgRegTable_rYMM2 = 0
+      , pc_OFFSET_StgRegTable_rYMM3 = 0
+      , pc_OFFSET_StgRegTable_rYMM4 = 0
+      , pc_OFFSET_StgRegTable_rYMM5 = 0
+      , pc_OFFSET_StgRegTable_rYMM6 = 0
+      , pc_OFFSET_StgRegTable_rZMM1 = 0
+      , pc_OFFSET_StgRegTable_rZMM2 = 0
+      , pc_OFFSET_StgRegTable_rZMM3 = 0
+      , pc_OFFSET_StgRegTable_rZMM4 = 0
+      , pc_OFFSET_StgRegTable_rZMM5 = 0
+      , pc_OFFSET_StgRegTable_rZMM6 = 0
+      , pc_OFFSET_StgFunInfoExtraFwd_arity = 0
+      , pc_REP_StgFunInfoExtraFwd_arity = 0
+      , pc_OFFSET_StgFunInfoExtraRev_arity = 0
+      , pc_REP_StgFunInfoExtraRev_arity = 0
       }



More information about the ghc-commits mailing list