https://gcc.gnu.org/g:e8abd2a50b65e3a9eb25c9232c8bfebf77ebd0c6

commit e8abd2a50b65e3a9eb25c9232c8bfebf77ebd0c6
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.
    
    (cherry picked from commit 2daf6187c7289d012365419e10995042139cf8f5)

Diff:
---
 gcc/testsuite/ChangeLog.omp      | 5 +++++
 gcc/testsuite/gcc.dg/signbit-5.c | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/ChangeLog.omp b/gcc/testsuite/ChangeLog.omp
index 7017aa7dcf03..8e3f3b3743af 100644
--- a/gcc/testsuite/ChangeLog.omp
+++ b/gcc/testsuite/ChangeLog.omp
@@ -1,5 +1,10 @@
 2024-12-18  Thomas Schwinge  <tschwi...@baylibre.com>
 
+       Backported from trunk:
+       2024-08-27  Thomas Schwinge  <tschwi...@baylibre.com>
+
+       * gcc.dg/signbit-5.c: Un-XFAIL for GCN.
+
        Backported from trunk:
        2024-12-06  Thomas Schwinge  <tschwi...@baylibre.com>
 
diff --git a/gcc/testsuite/gcc.dg/signbit-5.c b/gcc/testsuite/gcc.dg/signbit-5.c
index 2bca640f930b..1068cb7d87ce 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-*-* } } 
*/
 /* { dg-xfail-run-if "truth type does not match vector type" { riscv_v } } */

Reply via email to