diff options
author | Artem Pelenitsyn <a.pelenitsyn@gmail.com> | 2020-06-14 03:09:50 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-06-25 03:54:47 -0400 |
commit | c50ef26edaa537c0a13ac1a574632f9078c5671b (patch) | |
tree | abfacdd70340764bcfe0dac053c45114490a6a30 /testsuite/tests/perf/compiler/all.T | |
parent | 67a86b4d4d21954bae7aaddec7617228025a8270 (diff) | |
download | haskell-c50ef26edaa537c0a13ac1a574632f9078c5671b.tar.gz |
test suite: add reproducer for #17516
Diffstat (limited to 'testsuite/tests/perf/compiler/all.T')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 658cec6270..41928d2cb3 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -364,6 +364,14 @@ test('T16190', test('T16473', normal, makefile_test, ['T16473']) +test('T17516', + [ collect_compiler_stats(), + extra_clean(['T17516A.hi', 'T17516A.o']) + ], + multimod_compile, + ['T17516', '-O -v0']) + + test ('T18304', [ collect_compiler_stats('bytes allocated',2) ], |