summaryrefslogtreecommitdiff
path: root/tests/tset_ld.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-02 12:32:02 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-02 12:32:02 +0000
commit98abbaec6f67a00bc5c61e5ef35df965f301da01 (patch)
treeaf60851dc834205d9d985b57d7794ad2d4a9a044 /tests/tset_ld.c
parentcb5f1c7b54fccc610fd4329ea6ea4aa6d1eeb61b (diff)
downloadmpfr-98abbaec6f67a00bc5c61e5ef35df965f301da01.tar.gz
[tests]
* Replaced calloc + free by tests_allocate + tests_free as usual. * Replaced some fprintf with stderr by printf. * Do bitwise operations in unsigned arithmetic. * Formatting. (merged changesets r12188-12190 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@12191 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tset_ld.c')
-rw-r--r--tests/tset_ld.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tset_ld.c b/tests/tset_ld.c
index e6701971d..5c4881470 100644
--- a/tests/tset_ld.c
+++ b/tests/tset_ld.c
@@ -31,6 +31,7 @@ static void
check_gcc33_bug (void)
{
volatile long double x;
+
x = (long double) 9007199254740992.0 + 1.0;
if (x != 0.0)
return; /* OK */