libstdc++.exp (check_v3_target_c99_math): Rename to check_v3_target_cmath.
[gcc.git] / libstdc++-v3 / ChangeLog
index e476058c1a5b2262cfa3c9727697f86caffc64fd..49e73f732ca19a152499aec8d58adb9ff4c8512a 100644 (file)
@@ -1,8 +1,24 @@
+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,
-       dg-require-c99_math): Add.
+       * 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/