]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Un-XFAIL 'gcc.dg/signbit-5.c' for GCN
authorThomas Schwinge <tschwinge@baylibre.com>
Tue, 27 Aug 2024 10:37:29 +0000 (12:37 +0200)
committerThomas Schwinge <tschwinge@baylibre.com>
Tue, 27 Aug 2024 10:40:44 +0000 (12:40 +0200)
It XPASSes after recent commit 5a3387938d4d95717cac29eecd0ba53e0ef9094d
"testsuite: Add -fwrapv to signbit-5.c".

gcc/testsuite/
* gcc.dg/signbit-5.c: Un-XFAIL for GCN.

gcc/testsuite/gcc.dg/signbit-5.c

index e65c8910c82574182880f03a63aed8392cd286ff..57e29e3ca63efbb0ae34010f8a275ebc247b14ff 100644 (file)
@@ -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>