[commit: ghc] ghc-7.10: Accept changed DmdType in spec-inline test output (2c7b616)
git at git.haskell.org
git at git.haskell.org
Sat Apr 25 09:25:29 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/2c7b6163937358c476f2d31576514a584286da3b/ghc
>---------------------------------------------------------------
commit 2c7b6163937358c476f2d31576514a584286da3b
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Apr 25 10:55:57 2015 +0200
Accept changed DmdType in spec-inline test output
In GHC HEAD the corresponding update occured in e6e0415befc97
>---------------------------------------------------------------
2c7b6163937358c476f2d31576514a584286da3b
testsuite/tests/simplCore/should_compile/spec-inline.stderr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/simplCore/should_compile/spec-inline.stderr b/testsuite/tests/simplCore/should_compile/spec-inline.stderr
index 29c8a91..acf799b 100644
--- a/testsuite/tests/simplCore/should_compile/spec-inline.stderr
+++ b/testsuite/tests/simplCore/should_compile/spec-inline.stderr
@@ -120,7 +120,7 @@ foo :: Int -> Int
[GblId,
Arity=1,
Caf=NoCafRefs,
- Str=DmdType <S,1*U>m,
+ Str=DmdType <S,1*U(U)>m,
Unf=Unf{Src=InlineStable, TopLvl=True, Value=True, ConLike=True,
WorkFree=True, Expandable=True,
Guidance=ALWAYS_IF(arity=1,unsat_ok=True,boring_ok=False)
More information about the ghc-commits
mailing list