diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2024-01-20 21:36:01 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2024-01-20 21:36:01 +0000 |
commit | 584e43e43467c4b7f0accc9c0d75c45e3911f02b (patch) | |
tree | 34b3ac6e22a4c00e313237fab81ec9c6e5ae6228 /libgomp/testsuite | |
parent | 543b38f2ed698b8f18881ccb8296cccfc708b10c (diff) | |
download | gcc-584e43e43467c4b7f0accc9c0d75c45e3911f02b.zip gcc-584e43e43467c4b7f0accc9c0d75c45e3911f02b.tar.gz gcc-584e43e43467c4b7f0accc9c0d75c45e3911f02b.tar.bz2 |
Don't run libgomp.c/simd-math-1.c on hppa*-*-hpux*
hppa*-*-hpux* lacks necessary math functions.
2024-01-20 John David Anglin <danglin@gcc.gnu.org>
libgomp/ChangeLog:
* testsuite/libgomp.c/simd-math-1.c: Don't run on
hppa*-*-hpux*.
Diffstat (limited to 'libgomp/testsuite')
-rw-r--r-- | libgomp/testsuite/libgomp.c/simd-math-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/testsuite/libgomp.c/simd-math-1.c b/libgomp/testsuite/libgomp.c/simd-math-1.c index 42a008c..b30df09 100644 --- a/libgomp/testsuite/libgomp.c/simd-math-1.c +++ b/libgomp/testsuite/libgomp.c/simd-math-1.c @@ -1,7 +1,7 @@ /* Check that the SIMD versions of math routines give the same (or sufficiently close) results as their scalar equivalents. */ -/* { dg-do run } */ +/* { dg-do run { target { ! hppa*-*-hpux* } } } */ /* { dg-options "-O2 -ftree-vectorize -fno-math-errno" } */ /* { dg-additional-options -foffload-options=amdgcn-amdhsa=-mstack-size=3000000 { target offload_target_amdgcn } } */ /* { dg-additional-options "-DNONSTDFUNC=1" { target nonstandard_math_functions } } */ |