summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-01-08 13:30:18 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-01-08 13:30:18 +0000
commit4778bcb4ffaaa5c257431aff717c86c7eb226d6a (patch)
treefcfacaadb8ff2845d01cf2a02f5e98d35a6b5f28
parentd2b6d92c99a62e6eec9e8246081e757c62a43942 (diff)
downloadmpfr-4778bcb4ffaaa5c257431aff717c86c7eb226d6a.tar.gz
[tests/tstrtofr.c] Updated comment about GCC bug 86554: now fixed in
the GCC trunk. (merged changeset r13385 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@13386 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/tstrtofr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tstrtofr.c b/tests/tstrtofr.c
index 967979fcf..32764f73c 100644
--- a/tests/tstrtofr.c
+++ b/tests/tstrtofr.c
@@ -914,7 +914,9 @@ check_overflow (void)
20180908-1 to 20181127-1. With gcc-snapshot from 20181209-1 to
20190102-1 (at least), the MPFR build no longer seems affected
in general, but using --with-gmp-build=... together with
- --enable-assert still triggers this failure. */
+ --enable-assert still triggers this failure. This bug has been
+ fixed in the GCC trunk rev 267725, thus the future gcc-snapshot
+ versions should no longer have this bug. */
#endif
exit (1);
}