]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Enable TImode tests on hppa64
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 15 Dec 2024 21:02:54 +0000 (16:02 -0500)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 15 Dec 2024 21:02:54 +0000 (16:02 -0500)
2024-12-15  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

* gcc.dg/tree-ssa/ivopts-1.c: Enable TImode tests on hppa64.

gcc/testsuite/gcc.dg/tree-ssa/ivopts-1.c

index 5ee87b033b11ad85447057801b97385e20832677..ebd5d59b92705549e456d013e2a808b92e05b67a 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 
 /* Not all platforms support TImode integers.  */
-#if defined(__LP64__) && !defined(__hppa__)
+#if defined(__LP64__)
 typedef int TItype __attribute__ ((mode (TI)));
 #else
 typedef long TItype;