summaryrefslogtreecommitdiff
path: root/tests/tcmp_ui.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-10-04 08:28:16 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-10-04 08:28:16 +0000
commit941fa4aaf0de41ab9d18669144241f2015d3929c (patch)
tree22275bf4d4be21e90d1917926f7f28376ef54381 /tests/tcmp_ui.c
parent20158b82c75a16aaa5d0d3803eb33cb0dea6ff71 (diff)
downloadmpfr-941fa4aaf0de41ab9d18669144241f2015d3929c.tar.gz
[tests/tcmp_ui.c] Added a comment: failure of a test with the
clang-9 1:9-1 Debian package. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13627 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tcmp_ui.c')
-rw-r--r--tests/tcmp_ui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcmp_ui.c b/tests/tcmp_ui.c
index 493590116..b10a1a202 100644
--- a/tests/tcmp_ui.c
+++ b/tests/tcmp_ui.c
@@ -110,6 +110,8 @@ check_macros (void)
}
if (c != 1)
{
+ /* Failure in r13626 on x86_64 with the clang-9 1:9-1 Debian package:
+ c = 2 instead of 1 */
printf ("Error 3 on mpfr_cmp_ui(x,17) in check_macros\n"
"(c = %d instead of 1)\n", c);
exit (1);