libstdc++.exp (check_v3_target_c99_math): Rename to check_v3_target_cmath.
[gcc.git] / libstdc++-v3 / ChangeLog
index 2fcc943b8290d5ec7d63f6f85b5fc31489dc7a27..49e73f732ca19a152499aec8d58adb9ff4c8512a 100644 (file)
@@ -1,3 +1,36 @@
+2011-03-19  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * testsuite/lib/libstdc++.exp (check_v3_target_c99_math): Rename
+       to check_v3_target_cmath.
+       * testsuite/lib/dg-options.exp (dg-require-c99_math): Rename
+       to dg-require-cmath.
+       * testsuite/26_numerics/random/binomial_distribution/
+       operators/values.cc: Adjust.
+
+2011-03-18  Diego Novillo  <dnovillo@google.com>
+
+       * testsuite/decimal/mixed-mode-arith_neg.cc: Rename from
+       mixed-mode_neg.cc
+       * testsuite/decimal/mixed-mode-cmp_neg.cc: Factor out of
+       mixed-mode-arith_neg.cc
+
+2011-03-18  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * testsuite/util/testsuite_random.h: New.
+       * testsuite/lib/libstdc++.exp (check_v3_target_c99_math): Add.
+       * testsuite/lib/dg-options.exp (dg-require-c99_math): Likewise.
+       * testsuite/26_numerics/random/bernoulli_distribution/
+       operators/values.cc: New.
+       * testsuite/26_numerics/random/binomial_distribution/
+       operators/values.cc: Likewise.
+       * testsuite/26_numerics/random/geometric_distribution/
+       operators/values.cc: Likewise.
+
+2011-03-16  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * config/abi/pre/gnu.ver: Add base destructors for stdexcept classes.
+       * testsuite/19_diagnostics/stdexcept.cc: New.
+
 2011-03-15  Benjamin Kosnik  <bkoz@redhat.com>
 
        * include/std/thread: Revert.