aboutsummaryrefslogtreecommitdiff
path: root/ports/mpfr/test_stdarg.c
AgeCommit message (Collapse)Author
2019-09-24update mpfr to 4.0.2 and fix build on osx (#8324)Lennart Trunk
* update mpfr to 4.0.2
2018-12-13Update mpfr to 4.0.1 and fix compilation under gcc 7ing. Federico Fuga
gcc 7 deprecates the use of varargs.h in favour of stdarg.h. mpfr already fixes it, but the fix is enabled if stdarg is available. This patch adds the test on CMakeLists.txt and enables the fix if needed.