binary-arith.cc: Fix directive to skip test.
authorJanis Johnson <janis187@us.ibm.com>
Tue, 6 Oct 2009 23:17:07 +0000 (23:17 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 6 Oct 2009 23:17:07 +0000 (23:17 +0000)
* testsuite/decimal/binary-arith.cc: Fix directive to skip test.
* testsuite/decimal/cast_neg.cc: Ditto.
* testsuite/decimal/comparison.cc: Ditto.
* testsuite/decimal/compound-assignment.cc: Ditto.
* testsuite/decimal/compound-assignment-memfunc.cc: Ditto.
* testsuite/decimal/conversion-from-float.cc: Ditto.
* testsuite/decimal/conversion-from-integral.cc: Ditto.
* testsuite/decimal/conversion-to-generic-float.cc: Ditto.
* testsuite/decimal/conversion-to-integral.cc: Ditto.
* testsuite/decimal/ctor.cc: Ditto.
* testsuite/decimal/incdec.cc: Ditto.
* testsuite/decimal/incdec-memfunc.cc: Ditto.
* testsuite/decimal/make-decimal.cc: Ditto.
* testsuite/decimal/mixed-mode_neg.cc: Ditto.
* testsuite/decimal/operator_neg.cc: Ditto.
* testsuite/decimal/unary-arith.cc: Ditto.

From-SVN: r152502

17 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/decimal/binary-arith.cc
libstdc++-v3/testsuite/decimal/cast_neg.cc
libstdc++-v3/testsuite/decimal/comparison.cc
libstdc++-v3/testsuite/decimal/compound-assignment-memfunc.cc
libstdc++-v3/testsuite/decimal/compound-assignment.cc
libstdc++-v3/testsuite/decimal/conversion-from-float.cc
libstdc++-v3/testsuite/decimal/conversion-from-integral.cc
libstdc++-v3/testsuite/decimal/conversion-to-generic-float.cc
libstdc++-v3/testsuite/decimal/conversion-to-integral.cc
libstdc++-v3/testsuite/decimal/ctor.cc
libstdc++-v3/testsuite/decimal/incdec-memfunc.cc
libstdc++-v3/testsuite/decimal/incdec.cc
libstdc++-v3/testsuite/decimal/make-decimal.cc
libstdc++-v3/testsuite/decimal/mixed-mode_neg.cc
libstdc++-v3/testsuite/decimal/operator_neg.cc
libstdc++-v3/testsuite/decimal/unary-arith.cc

index 5b176f544471f2be040dd351b983fb9f5d47185b..de805feb57e5f2a295dd10930844e38ac7a94269 100644 (file)
@@ -1,3 +1,22 @@
+2009-10-06  Janis Johnson  <janis187@us.ibm.com>
+
+       * testsuite/decimal/binary-arith.cc: Fix directive to skip test.
+       * testsuite/decimal/cast_neg.cc: Ditto.
+       * testsuite/decimal/comparison.cc: Ditto.
+       * testsuite/decimal/compound-assignment.cc: Ditto.
+       * testsuite/decimal/compound-assignment-memfunc.cc: Ditto.
+       * testsuite/decimal/conversion-from-float.cc: Ditto.
+       * testsuite/decimal/conversion-from-integral.cc: Ditto.
+       * testsuite/decimal/conversion-to-generic-float.cc: Ditto.
+       * testsuite/decimal/conversion-to-integral.cc: Ditto.
+       * testsuite/decimal/ctor.cc: Ditto.
+       * testsuite/decimal/incdec.cc: Ditto.
+       * testsuite/decimal/incdec-memfunc.cc: Ditto.
+       * testsuite/decimal/make-decimal.cc: Ditto.
+       * testsuite/decimal/mixed-mode_neg.cc: Ditto.
+       * testsuite/decimal/operator_neg.cc: Ditto.
+       * testsuite/decimal/unary-arith.cc: Ditto.
+
 2009-10-05  Benjamin Kosnik  <bkoz@redhat.com>
 
        * doc/html/*: Regenerate.
index e613ff08fa0f39af09d6f49acca698bb77384f93..180bca57167bf7e9b8e599afafd816dc54f672a8 100644 (file)
@@ -15,7 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-require-effective-target-dfp }
+// { dg-require-effective-target dfp }
 
 // ISO/IEC TR 24733  3.2.8  Binary arithmetic operators.
 
index 7069fbb8c6fea8ca665d5022536ed2532ebb703a..23749ba5e750cd0ebdb23c55c537c737b45cbbc6 100644 (file)
@@ -16,7 +16,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do compile }
-// { dg-require-effective-target-dfp }
+// { dg-require-effective-target dfp }
 
 // ISO/IEC TR 24733 doesn't say explicitly that the conversion from a
 // decimal floating-point type to a generic float type is prohibited but
index 724938dd925b0a09a625f08f9bff210b10fa9a2d..1efa637ac4aacf5ba22daef09de0702e6a0c6e3b 100644 (file)
@@ -15,7 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-require-effective-target-dfp }
+// { dg-require-effective-target dfp }
 
 // ISO/IEC TR 24733  3.2.9  Comparison operators.
 
index dc38fb3d13eb78a92d76a398c90e8895a2eacaa5..c216faa809543477b6226c623daf8fa68e702c6c 100644 (file)
@@ -15,7 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-require-effective-target-dfp }
+// { dg-require-effective-target dfp }
 
 // ISO/IEC TR 24733  3.2.2.6  Compound assignment (decimal32).
 // ISO/IEC TR 24733  3.2.3.6  Compound assignment (decimal64).
index 6d833e7140f12db33ba21092045d9453c8169e37..2a1f4a7218cc4af17cd02ec076a93b9734f90506 100644 (file)
@@ -15,7 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-require-effective-target-dfp }
+// { dg-require-effective-target dfp }
 
 // ISO/IEC TR 24733  3.2.2.6  Compound assignment (decimal32).
 // ISO/IEC TR 24733  3.2.3.6  Compound assignment (decimal64).
index 9c5197d1a694d3b4921a0822ff79f8f024b79f8c..c1824a827ccb5e4ee1da02eff795ea0556595157 100644 (file)
@@ -15,7 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-require-effective-target-dfp }
+// { dg-require-effective-target dfp }
 
 // ISO/IEC TR 24733  3.2.2.2  Conversion from floating-point type (decimal32).
 // ISO/IEC TR 24733  3.2.3.2  Conversion from floating-point type (decimal64).
index 5ba1806eb68b4918372c80bfbf1e9661a68ac4f0..78d5eb76a7932d7bb44a7cc04bb888b569050b2a 100644 (file)
@@ -15,7 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-require-effective-target-dfp }
+// { dg-require-effective-target dfp }
 
 // ISO/IEC TR 24733  3.2.2.3  Conversion from integral type (decimal32).
 // ISO/IEC TR 24733  3.2.3.3  Conversion from integral type (decimal64).
index 9a9e335cf6ef9f9a6833a9f3d8618c6df84235fb..bac0c820ee6fafcc296f9ed90e85c022e06afb20 100644 (file)
@@ -15,7 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-require-effective-target-dfp }
+// { dg-require-effective-target dfp }
 
 // ISO/IEC TR 24733  3.2.6  Conversion to generic floating-point type.
 
index 36c5485c97a611fdeb43c45be3743e10180176e5..9322c1bc78fa80f1a842c966cddf8696c40857f7 100644 (file)
@@ -15,7 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-require-effective-target-dfp }
+// { dg-require-effective-target dfp }
 
 // ISO/IEC TR 24733  3.2.2.4  Conversion to integral type (decimal32).
 // ISO/IEC TR 24733  3.2.3.4  Conversion to integral type (decimal64).
index 378741b6f27bcf265e0413b2241e2a14140160bf..84e04ade691e0399758b828e887508e372beb6e9 100644 (file)
@@ -15,7 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-require-effective-target-dfp }
+// { dg-require-effective-target dfp }
 
 // ISO/IEC TR 24733  3.2.2.1  Construct/copy/destroy (decimal32).
 // ISO/IEC TR 24733  3.2.3.1  Construct/copy/destroy (decimal64).
index 690224d452a329e95da24143b10b452f0db3167a..f2d1178a6f1a527037470ef5948ffb314697f229 100644 (file)
@@ -15,7 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-require-effective-target-dfp }
+// { dg-require-effective-target dfp }
 
 // ISO/IEC TR 24733  3.2.2.5  Increment and decrement operators (decimal32).
 // ISO/IEC TR 24733  3.2.3.5  Increment and decrement operators (decimal64).
index 6286395feccf557537cdbd765a95be296b66c3d5..45211b1de216420e9e1aaa533a7354f4bb8621f8 100644 (file)
@@ -15,7 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-require-effective-target-dfp }
+// { dg-require-effective-target dfp }
 
 // ISO/IEC TR 24733  3.2.2.5  Increment and decrement operators (decimal32).
 // ISO/IEC TR 24733  3.2.3.5  Increment and decrement operators (decimal64).
index 7be1c7dd208e31959f042a1408d337bafd73f9f9..be4fa4632addd5e68ea9b9d7e366f5ef5454943a 100644 (file)
@@ -15,7 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-require-effective-target-dfp }
+// { dg-require-effective-target dfp }
 
 // ISO/IEC TR 24733  3.2.5  Initialization from coefficient and exponent.
 
index 3cf3f7d00745eb5fc9e21fb6022e0245ab72b9b5..7f9da43ed43eb5bf0c8fa1478653a793092bc361 100644 (file)
@@ -16,7 +16,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do compile }
-// { dg-require-effective-target-dfp }
+// { dg-require-effective-target dfp }
 
 // Test that binary operators do not accept mixed decimal and generic
 // floating-point operands.  This isn't explicity prohibited in
index d40af81460915ef097ec5533643f111536e8aa7a..fff81d1c06f5e8e73e8b1f9fd24eb9ab826c97e2 100644 (file)
@@ -16,7 +16,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do compile }
-// { dg-require-effective-target-dfp }
+// { dg-require-effective-target dfp }
 
 // Test that C++ binary operators that are restricted to integer operands
 // do not accept decimal float operands.
index dcb8a085ac8a6b4f3b89296f3847d77fda3e725f..d32b98d0d518316e5a24cc00cb8ae11841bb1649 100644 (file)
@@ -15,7 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-require-effective-target-dfp }
+// { dg-require-effective-target dfp }
 
 // ISO/IEC TR 24733  3.2.7  Unary arithmetic operators.