[GIT] ppl/ppl(master): test16() overflows on 16 bits even with assertions turned off.
 
            Module: ppl/ppl Branch: master Commit: 6e0e4f3e2f9cf1a8e3390575e9522e97b5cceafd URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=6e0e4f3e2f9cf...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Thu Apr 19 18:38:06 2012 +0200
test16() overflows on 16 bits even with assertions turned off.
---
tests/Grid/affineimage2.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/Grid/affineimage2.cc b/tests/Grid/affineimage2.cc index 7f04741..3aec6c8 100644 --- a/tests/Grid/affineimage2.cc +++ b/tests/Grid/affineimage2.cc @@ -392,7 +392,7 @@ BEGIN_MAIN DO_TEST(test07); DO_TEST(test08); DO_TEST(test09); - DO_TEST_F16A(test10); + DO_TEST_F16(test10); DO_TEST_F32(test11); DO_TEST_F64(test12); END_MAIN
participants (1)
- 
                 Enea Zaffanella Enea Zaffanella