diff options
author | Thomas Schwinge <tschwinge@baylibre.com> | 2024-08-27 12:37:29 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@baylibre.com> | 2024-08-27 12:40:44 +0200 |
commit | 2daf6187c7289d012365419e10995042139cf8f5 (patch) | |
tree | fc872ffbf07c91c93a8d40dbaa9e268103731a12 | |
parent | 708ee71808ea61758e73d0e36274b4194b28576a (diff) | |
download | gcc-2daf6187c7289d012365419e10995042139cf8f5.zip gcc-2daf6187c7289d012365419e10995042139cf8f5.tar.gz gcc-2daf6187c7289d012365419e10995042139cf8f5.tar.bz2 |
Un-XFAIL 'gcc.dg/signbit-5.c' for GCN
It XPASSes after recent commit 5a3387938d4d95717cac29eecd0ba53e0ef9094d
"testsuite: Add -fwrapv to signbit-5.c".
gcc/testsuite/
* gcc.dg/signbit-5.c: Un-XFAIL for GCN.
-rw-r--r-- | gcc/testsuite/gcc.dg/signbit-5.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/signbit-5.c b/gcc/testsuite/gcc.dg/signbit-5.c index e65c891..57e29e3 100644 --- a/gcc/testsuite/gcc.dg/signbit-5.c +++ b/gcc/testsuite/gcc.dg/signbit-5.c @@ -3,7 +3,6 @@ /* This test does not work when the truth type does not match vector type. */ /* { dg-additional-options "-march=armv8-a" { target aarch64_sve } } */ -/* { dg-xfail-run-if "truth type does not match vector type" { amdgcn-*-* } } */ #include <stdint.h> |