From 084fb032de3495671d557e31dbc55dc8400f9d81 Mon Sep 17 00:00:00 2001 From: Alasdair Date: Thu, 21 Feb 2019 23:15:15 +0000 Subject: Allow monomorphisation with C generation Run C tests with -O -Oconstant_fold -auto_mono --- test/c/run_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/c/run_tests.py b/test/c/run_tests.py index 4927e281..4a02dd78 100755 --- a/test/c/run_tests.py +++ b/test/c/run_tests.py @@ -93,6 +93,7 @@ xml = '\n' xml += test_c('unoptimized C', '', '', True) xml += test_c('optimized C', '-O2', '-O', True) xml += test_c('constant folding', '', '-Oconstant_fold', True) +xml += test_c('monomorphised C', '-O2', '-O -Oconstant_fold -auto_mono', True) xml += test_c('full optimizations', '-O2 -mbmi2 -DINTRINSICS', '-O -Oconstant_fold', True) xml += test_c('address sanitised', '-O2 -fsanitize=undefined', '-O', False) -- cgit v1.2.3