summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/all.T
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2020-02-06 15:11:21 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-02-20 21:56:15 -0500
commit6de966f1369740d00193e64ec82d11e934256616 (patch)
treed96c7d9656b7019d743066c7b0d0e8f4d2cffc64 /testsuite/tests/simplCore/should_compile/all.T
parent04eb0d6c4de23a4cfe3953e7496f5bc4b5b1d53c (diff)
downloadhaskell-6de966f1369740d00193e64ec82d11e934256616.tar.gz
Fix #17724 by having occAnal preserve used bindings.
It sometimes happened that occAnal would remove bindings as dead code by relying on bindings to be in dependency order. The fix was contributed by SPJ.
Diffstat (limited to 'testsuite/tests/simplCore/should_compile/all.T')
-rw-r--r--testsuite/tests/simplCore/should_compile/all.T2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index 4ec89337ea..bd512897a7 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -312,3 +312,5 @@ test('T17409',
normal,
makefile_test, ['T17409'])
test('T17429', normal, compile, ['-dcore-lint -O2'])
+test('T17722', normal, multimod_compile, ['T17722B', '-dcore-lint -O2 -v0'])
+test('T17724', normal, compile, ['-dcore-lint -O2'])