[commit: ghc] wip/T14677: more dump (5214d59)
git at git.haskell.org
git at git.haskell.org
Sun Mar 31 15:08:03 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T14677
Link : http://ghc.haskell.org/trac/ghc/changeset/5214d5970b416e0be4c954c51e1f74f751675d3e/ghc
>---------------------------------------------------------------
commit 5214d5970b416e0be4c954c51e1f74f751675d3e
Author: Gabor Greif <ggreif at gmail.com>
Date: Sun Jan 6 22:55:53 2019 +0100
more dump
>---------------------------------------------------------------
5214d5970b416e0be4c954c51e1f74f751675d3e
testsuite/tests/codeGen/should_run/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index f3bf1e0..88cf628 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -193,4 +193,4 @@ test('T15892',
extra_run_opts('+RTS -G1 -A32k -RTS') ],
compile_and_run, ['-O'])
-test('T14677', normal, compile_and_run, ['-O'])
+test('T14677', normal, compile_and_run, ['-O2 -ddump-stg -ddump-cmm'])
More information about the ghc-commits
mailing list