aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2005-01-26 10:34:53 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2005-01-26 10:34:53 +0000
commit02a65d230fc24a23a5c74483bc6de7dcd24b4e80 (patch)
tree8649195ff92300ce4f1438e8b0637e1bc93132c4 /libstdc++-v3/ChangeLog
parent97bd954f1c5c2e26f5a429bab411e510b3f2ad39 (diff)
downloadgcc-02a65d230fc24a23a5c74483bc6de7dcd24b4e80.zip
gcc-02a65d230fc24a23a5c74483bc6de7dcd24b4e80.tar.gz
gcc-02a65d230fc24a23a5c74483bc6de7dcd24b4e80.tar.bz2
acinclude.m4 ([GLIBCXX_ENABLE_C99]): Add ac_c99_complex to the final test for enable_c99, thus robustifying it...
2005-01-26 Paolo Carlini <pcarlini@suse.de> * acinclude.m4 ([GLIBCXX_ENABLE_C99]): Add ac_c99_complex to the final test for enable_c99, thus robustifying it; remove duplicate final test on ac_99_math. * configure: Regenerate. * include/std/std_complex.h: Remove usages of the dead _GLIBCXX_BUGGY_COMPLEX macro. * testsuite/26_numerics/cmath/19322.cc: Protect with _GLIBCXX_USE_C99_MATH instead of the stronger _GLIBCXX_USE_C99, since only C99 math facilities are involved. * testsuite/26_numerics/cmath/c99_classification_macros_c++.cc: Likewise. From-SVN: r94257
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c8de690..d362f20 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,19 @@
+2005-01-26 Paolo Carlini <pcarlini@suse.de>
+
+ * acinclude.m4 ([GLIBCXX_ENABLE_C99]): Add ac_c99_complex
+ to the final test for enable_c99, thus robustifying it; remove
+ duplicate final test on ac_99_math.
+ * configure: Regenerate.
+
+ * include/std/std_complex.h: Remove usages of the dead
+ _GLIBCXX_BUGGY_COMPLEX macro.
+
+ * testsuite/26_numerics/cmath/19322.cc: Protect with
+ _GLIBCXX_USE_C99_MATH instead of the stronger _GLIBCXX_USE_C99,
+ since only C99 math facilities are involved.
+ * testsuite/26_numerics/cmath/c99_classification_macros_c++.cc:
+ Likewise.
+
2005-01-25 Loren J. Rittle <ljrittle@acm.org>
* acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Map FreeBSD to darwin