libstdc++.exp (check_v3_target_c99_math): Rename to check_v3_target_cmath.
authorPaolo Carlini <paolo@gcc.gnu.org>
Sat, 19 Mar 2011 19:49:16 +0000 (19:49 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 19 Mar 2011 19:49:16 +0000 (19:49 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values.cc
libstdc++-v3/testsuite/lib/dg-options.exp
libstdc++-v3/testsuite/lib/libstdc++.exp

index 4eb500d296bfd0199db6c5e0cdf71022bd7b707d..49e73f732ca19a152499aec8d58adb9ff4c8512a 100644 (file)
@@ -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>
 
index f1f956575a9b5934ee29e2b2ef4f1d0545b1d1e0..c0248ab914c8720e34a2fbd1b85946a14301421e 100644 (file)
@@ -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.
 //
index 34f81e859787d43ddca1a234c2395ea3ba438385..43695f01b1c00eb11eb404f2d499ad09cdc36219 100644 (file)
@@ -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
index ac67ebbb51fba6b7b12bb85173e1ad7e620167d9..7d77a1233d79a9ac5eb3aa9649c0e350b8738d89 100644 (file)
@@ -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