summaryrefslogtreecommitdiff
path: root/tests/tadd.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2018-08-31 09:29:16 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2018-08-31 09:29:16 +0000
commit47f9141d99d34fcbe8d8b0fba962f4cfa75c6112 (patch)
treef12f0c8fc41edafc68dc6d0cc86b470c270827e8 /tests/tadd.c
parentba61377bb93a470cbf8d4535995ba706a9bf4ab3 (diff)
downloadmpfr-47f9141d99d34fcbe8d8b0fba962f4cfa75c6112.tar.gz
[src/add1.c] fix for 16-bit limb
[tests/tadd.c] more output in case of error git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13084 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tadd.c')
-rw-r--r--tests/tadd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tadd.c b/tests/tadd.c
index d6de124e6..d0f833570 100644
--- a/tests/tadd.c
+++ b/tests/tadd.c
@@ -776,6 +776,8 @@ check_1111 (void)
(int) tb, (int) tc, (int) diff,
mpfr_print_rnd_mode (rnd_mode));
printf ("sb = %d, sc = %d\n", sb, sc);
+ printf ("b = "); mpfr_dump (b);
+ printf ("c = "); mpfr_dump (c);
printf ("a = "); mpfr_dump (a);
printf ("s = "); mpfr_dump (s);
printf ("inex_a = %d, inex_s = %d\n", inex_a, inex_s);