OSDN Git Service

* testsuite/decimal/binary-arith.cc: Fix directive to skip test.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Oct 2009 23:17:07 +0000 (23:17 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Oct 2009 23:17:07 +0000 (23:17 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152502 138bc75d-0d04-0410-961f-82ee72b054a4

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 5b176f5..de805fe 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 e613ff0..180bca5 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 7069fbb..23749ba 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 724938d..1efa637 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 dc38fb3..c216faa 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 6d833e7..2a1f4a7 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 9c5197d..c1824a8 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 5ba1806..78d5eb7 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 9a9e335..bac0c82 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 36c5485..9322c1b 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 378741b..84e04ad 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 690224d..f2d1178 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 6286395..45211b1 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 7be1c7d..be4fa46 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 3cf3f7d..7f9da43 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 d40af81..fff81d1 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 dcb8a08..d32b98d 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.