From 80e4c797f20b03b0529891adca4727911629fde7 Mon Sep 17 00:00:00 2001 From: paolo Date: Sat, 19 Mar 2011 19:49:16 +0000 Subject: [PATCH] 2011-03-19 Paolo Carlini * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171184 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 15 +++++++++++++-- .../random/binomial_distribution/operators/values.cc | 2 +- libstdc++-v3/testsuite/lib/dg-options.exp | 4 ++-- libstdc++-v3/testsuite/lib/libstdc++.exp | 2 +- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4eb500d296b..49e73f732ca 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,7 +1,18 @@ +2011-03-19 Paolo Carlini + + * 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 - * 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 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 f1f956575a9..c0248ab914c 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 34f81e85978..43695f01b1c 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 ac67ebbb51f..7d77a1233d7 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 -- 2.11.0