diff options
author | hanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4> | 1999-07-07 11:37:10 +0000 |
---|---|---|
committer | hanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4> | 1999-07-07 11:37:10 +0000 |
commit | 87558b64467fefff236b4207f1470c3e1b3d26fa (patch) | |
tree | 76f84581dba713559a991603cd470538907b6f41 /tests | |
parent | 96bc4df2ad54dd7d602629aa380f74cf83b04321 (diff) | |
download | mpfr-87558b64467fefff236b4207f1470c3e1b3d26fa.tar.gz |
Added an example which causes an ABW in mpz_get_str.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@347 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tget_str.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tget_str.c b/tests/tget_str.c index 75ed0261c..3e2d0b7e1 100644 --- a/tests/tget_str.c +++ b/tests/tget_str.c @@ -34,6 +34,7 @@ main(int argc, char **argv) check(-4.53063926135729747564e-308, 0); check(2.14478198760196000000e+16, 0); check(7.02293374921793516813e-84, 0); + check(-6.7274500420134077e-87,0); for (i=0;i<100000;i++) { do { d = drand(); } while (isnan(d)); check(d, 0); |