From: Janis Johnson Date: Tue, 6 Oct 2009 23:17:07 +0000 (+0000) Subject: binary-arith.cc: Fix directive to skip test. X-Git-Tag: releases/gcc-4.5.0~3077 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02ebbe2ff6d86721356236b4906df87163d48f2d;p=thirdparty%2Fgcc.git binary-arith.cc: Fix directive to skip test. * 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 5b176f544471..de805feb57e5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,22 @@ +2009-10-06 Janis Johnson + + * 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 * doc/html/*: Regenerate. diff --git a/libstdc++-v3/testsuite/decimal/binary-arith.cc b/libstdc++-v3/testsuite/decimal/binary-arith.cc index e613ff08fa0f..180bca57167b 100644 --- a/libstdc++-v3/testsuite/decimal/binary-arith.cc +++ b/libstdc++-v3/testsuite/decimal/binary-arith.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . -// { dg-require-effective-target-dfp } +// { dg-require-effective-target dfp } // ISO/IEC TR 24733 3.2.8 Binary arithmetic operators. diff --git a/libstdc++-v3/testsuite/decimal/cast_neg.cc b/libstdc++-v3/testsuite/decimal/cast_neg.cc index 7069fbb8c6fe..23749ba5e750 100644 --- a/libstdc++-v3/testsuite/decimal/cast_neg.cc +++ b/libstdc++-v3/testsuite/decimal/cast_neg.cc @@ -16,7 +16,7 @@ // . // { 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 diff --git a/libstdc++-v3/testsuite/decimal/comparison.cc b/libstdc++-v3/testsuite/decimal/comparison.cc index 724938dd925b..1efa637ac4aa 100644 --- a/libstdc++-v3/testsuite/decimal/comparison.cc +++ b/libstdc++-v3/testsuite/decimal/comparison.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . -// { dg-require-effective-target-dfp } +// { dg-require-effective-target dfp } // ISO/IEC TR 24733 3.2.9 Comparison operators. diff --git a/libstdc++-v3/testsuite/decimal/compound-assignment-memfunc.cc b/libstdc++-v3/testsuite/decimal/compound-assignment-memfunc.cc index dc38fb3d13eb..c216faa80954 100644 --- a/libstdc++-v3/testsuite/decimal/compound-assignment-memfunc.cc +++ b/libstdc++-v3/testsuite/decimal/compound-assignment-memfunc.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . -// { 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). diff --git a/libstdc++-v3/testsuite/decimal/compound-assignment.cc b/libstdc++-v3/testsuite/decimal/compound-assignment.cc index 6d833e7140f1..2a1f4a7218cc 100644 --- a/libstdc++-v3/testsuite/decimal/compound-assignment.cc +++ b/libstdc++-v3/testsuite/decimal/compound-assignment.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . -// { 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). diff --git a/libstdc++-v3/testsuite/decimal/conversion-from-float.cc b/libstdc++-v3/testsuite/decimal/conversion-from-float.cc index 9c5197d1a694..c1824a827ccb 100644 --- a/libstdc++-v3/testsuite/decimal/conversion-from-float.cc +++ b/libstdc++-v3/testsuite/decimal/conversion-from-float.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . -// { 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). diff --git a/libstdc++-v3/testsuite/decimal/conversion-from-integral.cc b/libstdc++-v3/testsuite/decimal/conversion-from-integral.cc index 5ba1806eb68b..78d5eb76a793 100644 --- a/libstdc++-v3/testsuite/decimal/conversion-from-integral.cc +++ b/libstdc++-v3/testsuite/decimal/conversion-from-integral.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . -// { 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). diff --git a/libstdc++-v3/testsuite/decimal/conversion-to-generic-float.cc b/libstdc++-v3/testsuite/decimal/conversion-to-generic-float.cc index 9a9e335cf6ef..bac0c820ee6f 100644 --- a/libstdc++-v3/testsuite/decimal/conversion-to-generic-float.cc +++ b/libstdc++-v3/testsuite/decimal/conversion-to-generic-float.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . -// { dg-require-effective-target-dfp } +// { dg-require-effective-target dfp } // ISO/IEC TR 24733 3.2.6 Conversion to generic floating-point type. diff --git a/libstdc++-v3/testsuite/decimal/conversion-to-integral.cc b/libstdc++-v3/testsuite/decimal/conversion-to-integral.cc index 36c5485c97a6..9322c1bc78fa 100644 --- a/libstdc++-v3/testsuite/decimal/conversion-to-integral.cc +++ b/libstdc++-v3/testsuite/decimal/conversion-to-integral.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . -// { 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). diff --git a/libstdc++-v3/testsuite/decimal/ctor.cc b/libstdc++-v3/testsuite/decimal/ctor.cc index 378741b6f27b..84e04ade691e 100644 --- a/libstdc++-v3/testsuite/decimal/ctor.cc +++ b/libstdc++-v3/testsuite/decimal/ctor.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . -// { 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). diff --git a/libstdc++-v3/testsuite/decimal/incdec-memfunc.cc b/libstdc++-v3/testsuite/decimal/incdec-memfunc.cc index 690224d452a3..f2d1178a6f1a 100644 --- a/libstdc++-v3/testsuite/decimal/incdec-memfunc.cc +++ b/libstdc++-v3/testsuite/decimal/incdec-memfunc.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . -// { 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). diff --git a/libstdc++-v3/testsuite/decimal/incdec.cc b/libstdc++-v3/testsuite/decimal/incdec.cc index 6286395feccf..45211b1de216 100644 --- a/libstdc++-v3/testsuite/decimal/incdec.cc +++ b/libstdc++-v3/testsuite/decimal/incdec.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . -// { 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). diff --git a/libstdc++-v3/testsuite/decimal/make-decimal.cc b/libstdc++-v3/testsuite/decimal/make-decimal.cc index 7be1c7dd208e..be4fa4632add 100644 --- a/libstdc++-v3/testsuite/decimal/make-decimal.cc +++ b/libstdc++-v3/testsuite/decimal/make-decimal.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . -// { dg-require-effective-target-dfp } +// { dg-require-effective-target dfp } // ISO/IEC TR 24733 3.2.5 Initialization from coefficient and exponent. diff --git a/libstdc++-v3/testsuite/decimal/mixed-mode_neg.cc b/libstdc++-v3/testsuite/decimal/mixed-mode_neg.cc index 3cf3f7d00745..7f9da43ed43e 100644 --- a/libstdc++-v3/testsuite/decimal/mixed-mode_neg.cc +++ b/libstdc++-v3/testsuite/decimal/mixed-mode_neg.cc @@ -16,7 +16,7 @@ // . // { 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 diff --git a/libstdc++-v3/testsuite/decimal/operator_neg.cc b/libstdc++-v3/testsuite/decimal/operator_neg.cc index d40af8146091..fff81d1c06f5 100644 --- a/libstdc++-v3/testsuite/decimal/operator_neg.cc +++ b/libstdc++-v3/testsuite/decimal/operator_neg.cc @@ -16,7 +16,7 @@ // . // { 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. diff --git a/libstdc++-v3/testsuite/decimal/unary-arith.cc b/libstdc++-v3/testsuite/decimal/unary-arith.cc index dcb8a085ac8a..d32b98d0d518 100644 --- a/libstdc++-v3/testsuite/decimal/unary-arith.cc +++ b/libstdc++-v3/testsuite/decimal/unary-arith.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . -// { dg-require-effective-target-dfp } +// { dg-require-effective-target dfp } // ISO/IEC TR 24733 3.2.7 Unary arithmetic operators.