aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Carlini <paolo@gcc.gnu.org>2011-03-19 19:49:16 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2011-03-19 19:49:16 +0000
commit67bd9a32cfa19de87bb909f42ed604199940b230 (patch)
treeafeaa3175971a28709a670092ffdf3044cc33c4d
parentf773c2bd761b15c79456aae0390b854ab5a7a1cd (diff)
downloadgcc-67bd9a32cfa19de87bb909f42ed604199940b230.zip
gcc-67bd9a32cfa19de87bb909f42ed604199940b230.tar.gz
gcc-67bd9a32cfa19de87bb909f42ed604199940b230.tar.bz2
libstdc++.exp (check_v3_target_c99_math): Rename to check_v3_target_cmath.
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. From-SVN: r171184
-rw-r--r--libstdc++-v3/ChangeLog15
-rw-r--r--libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values.cc2
-rw-r--r--libstdc++-v3/testsuite/lib/dg-options.exp4
-rw-r--r--libstdc++-v3/testsuite/lib/libstdc++.exp2
4 files changed, 17 insertions, 6 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 4eb500d..49e73f7 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,7 +1,18 @@
+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>
- * mixed-mode-arith_neg.cc: Rename from mixed-mode_neg.cc
- * mixed-mode-cmp_neg.cc: Factor out of mixed-mode-arith_neg.cc
+ * 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>
diff --git a/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values.cc b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values.cc
index f1f9565..c0248ab 100644
--- a/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values.cc
+++ b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values.cc
@@ -1,6 +1,6 @@
// { dg-options "-std=gnu++0x" }
// { dg-require-cstdint "" }
-// { dg-require-c99_math "" }
+// { dg-require-cmath "" }
//
// Copyright (C) 2011 Free Software Foundation, Inc.
//
diff --git a/libstdc++-v3/testsuite/lib/dg-options.exp b/libstdc++-v3/testsuite/lib/dg-options.exp
index 34f81e8..43695f0 100644
--- a/libstdc++-v3/testsuite/lib/dg-options.exp
+++ b/libstdc++-v3/testsuite/lib/dg-options.exp
@@ -107,8 +107,8 @@ proc dg-require-cstdint { args } {
return
}
-proc dg-require-c99_math { args } {
- if { ![ check_v3_target_c99_math ] } {
+proc dg-require-cmath { args } {
+ if { ![ check_v3_target_cmath ] } {
upvar dg-do-what dg-do-what
set dg-do-what [list [lindex ${dg-do-what} 0] "N" "P"]
return
diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp
index ac67ebb..7d77a12 100644
--- a/libstdc++-v3/testsuite/lib/libstdc++.exp
+++ b/libstdc++-v3/testsuite/lib/libstdc++.exp
@@ -1146,7 +1146,7 @@ proc check_v3_target_cstdint { } {
return $et_cstdint
}
-proc check_v3_target_c99_math { } {
+proc check_v3_target_cmath { } {
global cxxflags
global DEFAULT_CXXFLAGS
global et_c99_math