From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 59AF939B8CA6; Wed, 3 Feb 2021 15:50:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 59AF939B8CA6 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r11-7077] libstdc++: Skip testing hypot3 for long double on PPC X-Act-Checkin: gcc X-Git-Author: Matthias Kretz X-Git-Refname: refs/heads/master X-Git-Oldrev: 81c2c32de9c1058c33fcf77ada31186b4ae1f1fe X-Git-Newrev: b83a52fe07b36f65ccd73c9c8c1796f92db6f191 Message-Id: <20210203155054.59AF939B8CA6@sourceware.org> Date: Wed, 3 Feb 2021 15:50:54 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2021 15:50:54 -0000 https://gcc.gnu.org/g:b83a52fe07b36f65ccd73c9c8c1796f92db6f191 commit r11-7077-gb83a52fe07b36f65ccd73c9c8c1796f92db6f191 Author: Matthias Kretz Date: Wed Feb 3 15:49:30 2021 +0000 libstdc++: Skip testing hypot3 for long double on PPC std::hypot(a, b, c) is imprecise and makes this test fail even though the failure is unrelated to simd. libstdc++-v3/ChangeLog: * testsuite/experimental/simd/tests/hypot3_fma.cc: Add skip: markup for long double on powerpc64*. Diff: --- libstdc++-v3/testsuite/experimental/simd/tests/hypot3_fma.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libstdc++-v3/testsuite/experimental/simd/tests/hypot3_fma.cc b/libstdc++-v3/testsuite/experimental/simd/tests/hypot3_fma.cc index 003bd4f9be6..28e75d4edfd 100644 --- a/libstdc++-v3/testsuite/experimental/simd/tests/hypot3_fma.cc +++ b/libstdc++-v3/testsuite/experimental/simd/tests/hypot3_fma.cc @@ -16,6 +16,7 @@ // . // only: float|double|ldouble * * * +// skip: ldouble * powerpc64* * // expensive: * [1-9] * * #include "bits/verify.h" #include "bits/metahelpers.h"