mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
26dfb3f2d3
On a target that doesn't enable decimal float components in libgcc (because the libc doens't define all required FE_* macros), but whose compiler supports _Decimal* types, the effective target requirement dfp passes, but several tests won't link because the runtime support they depend on is missing. State their dfprt requirement. for libstdc++-v3/ChangeLog * testsuite/decimal/binary-arith.cc: Require dfprt. * testsuite/decimal/comparison.cc: Likewise. * testsuite/decimal/compound-assignment.cc: Likewise. * testsuite/decimal/compound-assignment-memfunc.cc: Likewise. * testsuite/decimal/make-decimal.cc: Likewise. * testsuite/decimal/pr54036-1.cc: Likewise. * testsuite/decimal/pr54036-2.cc: Likewise. * testsuite/decimal/pr54036-3.cc: Likewise. * testsuite/decimal/unary-arith.cc: Likewise. |
||
---|---|---|
.. | ||
binary-arith.cc | ||
cast_neg.cc | ||
comparison.cc | ||
compound-assignment-memfunc.cc | ||
compound-assignment.cc | ||
conversion-from-float.cc | ||
conversion-from-integral.cc | ||
conversion-to-generic-float.cc | ||
conversion-to-integral.cc | ||
ctor.cc | ||
incdec-memfunc.cc | ||
incdec.cc | ||
make-decimal.cc | ||
mixed-mode-arith_neg.cc | ||
mixed-mode-cmp_neg.cc | ||
operator_neg.cc | ||
pr54036-1.cc | ||
pr54036-2.cc | ||
pr54036-3.cc | ||
pr58815.cc | ||
unary-arith.cc |