diff options
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 193b51ff..15883749 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -835,6 +835,7 @@ m_divisor is 1091269979 Settings.PRECISE_I64_MATH = 1 print 'TODO: i == 64 unsigned' + print 'TODO: make precise the default, and imprecise in -O3' src = r''' #include <inttypes.h> |