-
- Downloads
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
Showing
- libstdc++-v3/ChangeLog 8 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/testsuite/26_numerics/complex/operators/more_constexpr.cc 2 additions, 0 deletions...testsuite/26_numerics/complex/operators/more_constexpr.cc
- libstdc++-v3/testsuite/26_numerics/complex/requirements/more_constexpr.cc 2 additions, 1 deletion...tsuite/26_numerics/complex/requirements/more_constexpr.cc
Loading
Please register or sign in to comment