PR libstdc++/88204 disable std::complex<long double> tests
authorJonathan Wakely <jwakely@redhat.com>
Wed, 9 Jan 2019 09:37:34 +0000 (09:37 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 9 Jan 2019 09:37:34 +0000 (09:37 +0000)
commitc86fab9d08853121dfe3d001b973af1e1c44fddd
treec355e5124ff17620f3ba495706ad1e35899f6619
parent73075e06b7591dacd413e2e9a944d9fe6722dde9
PR libstdc++/88204 disable std::complex<long double> tests

The IBM128 long double format isn't foldable in constant expressions, so
conditionally skip the std::complex<long double> cases when they'll
fail.

PR libstdc++/88204
* testsuite/26_numerics/complex/operators/more_constexpr.cc: Do not
test std::complex<long double> if long double format is IBM128.
* testsuite/26_numerics/complex/requirements/more_constexpr.cc:
Likewise.

From-SVN: r267757
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/26_numerics/complex/operators/more_constexpr.cc
libstdc++-v3/testsuite/26_numerics/complex/requirements/more_constexpr.cc