diff options
author | Tobias Burnus <burnus@net-b.de> | 2010-12-08 23:35:52 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2010-12-08 23:35:52 +0100 |
commit | 09c2d63aa4ea2fb3e90055ca521940df9f8fcb56 (patch) | |
tree | 9d974046f38ebbea8d09e3ffc79bc2cd83beca81 /libquadmath/ChangeLog | |
parent | feb6efc1f4ada2d63c48270d6a303d8823c7845d (diff) | |
download | gcc-09c2d63aa4ea2fb3e90055ca521940df9f8fcb56.zip gcc-09c2d63aa4ea2fb3e90055ca521940df9f8fcb56.tar.gz gcc-09c2d63aa4ea2fb3e90055ca521940df9f8fcb56.tar.bz2 |
re PR fortran/46772 (libquadmath: Build failure - strtod: static declaration of 'strtod' follows non-static declaration)
2010-12-08 Tobias Burnus <burnus@net-b.de>
PR fortran/46772
* gdtoa/gdtoa.h: Include stdlib.h instead of declare strtod.
* gdtoa/gdtoaimp.h: Don't declare strtod.
From-SVN: r167608
Diffstat (limited to 'libquadmath/ChangeLog')
-rw-r--r-- | libquadmath/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index 7cf5219..8e17d2d 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,5 +1,11 @@ 2010-12-08 Tobias Burnus <burnus@net-b.de> + PR fortran/46772 + * gdtoa/gdtoa.h: Include stdlib.h instead of declare strtod. + * gdtoa/gdtoaimp.h: Don't declare strtod. + +2010-12-08 Tobias Burnus <burnus@net-b.de> + PR fortran/46520 * configure.ac: Use GCC_TRY_COMPILE_OR_LINK instead of AC_TRY_LINK and cache libquad_have_float128. |