https://gcc.gnu.org/g:2daf6187c7289d012365419e10995042139cf8f5

commit r15-3214-g2daf6187c7289d012365419e10995042139cf8f5
Author: Thomas Schwinge <tschwi...@baylibre.com>
Date:   Tue Aug 27 12:37:29 2024 +0200

    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.

Diff:
---
 gcc/testsuite/gcc.dg/signbit-5.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/signbit-5.c b/gcc/testsuite/gcc.dg/signbit-5.c
index e65c8910c825..57e29e3ca63e 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>

Reply via email to