summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/compiler/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/perf/compiler/all.T')
-rw-r--r--testsuite/tests/perf/compiler/all.T6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 14cd4cce94..d0c60235a0 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -171,7 +171,7 @@ test ('T8095',
[ only_ways(['normal']),
collect_compiler_stats('bytes allocated',2) ],
compile,
- ['-v0 -O'])
+ ['-v0 -O -fkeep-dcoercions'])
test ('T13386',
[ only_ways(['normal']),
collect_compiler_stats('bytes allocated',1) ],
@@ -208,7 +208,7 @@ test ('LargeRecord',
, extra_files(['SuperRecord.hs'])
],
multimod_compile,
- ['LargeRecord', '-v0 -O'])
+ ['LargeRecord', '-v0 -O -fkeep-dcoercions'])
test('T9961',
[ only_ways(['normal']),
@@ -245,7 +245,7 @@ test('T12227',
],
compile,
# Use `-M1G` to prevent memory thrashing with ghc-8.0.1.
- ['-O2 -ddump-hi -ddump-to-file +RTS -M1G'])
+ ['-O2 -fkeep-dcoercions -ddump-hi -ddump-to-file +RTS -M1G'])
test('T12425',
[ only_ways(['optasm']),