testsuite: Fix up tree-ssa/pr92706-1.c on 32-bit targets.
authorJakub Jelinek <jakub@redhat.com>
Thu, 30 Jan 2020 00:01:55 +0000 (01:01 +0100)
committerJakub Jelinek <jakub@redhat.com>
Thu, 30 Jan 2020 00:01:55 +0000 (01:01 +0100)
The test uses __int128_t, so won't work on targets that don't support it.

2020-01-30  Jakub Jelinek  <jakub@redhat.com>

PR tree-optimization/92706
* gcc.dg/tree-ssa/pr92706-1.c: Require int128 effective target.

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr92706-1.c

index a8d563b1205c8e93dbf168d7f1e98f23d75d28a2..57d612002a0d434acefd8e39b1c63813d2996d29 100644 (file)
@@ -1,3 +1,8 @@
+2020-01-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/92706
+       * gcc.dg/tree-ssa/pr92706-1.c: Require int128 effective target.
+
 2020-01-29  Marek Polacek  <polacek@redhat.com>
 
        PR c++/88092
index c36d103798eb65b6de30b0b7ada1ac8d4067042d..b24de161c9acfb17ff656713c21a42f77ea8a27b 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target int128 } } */
 /* { dg-options "-O2 -fdump-tree-esra-details" } */
 
 struct S { int i[4]; } __attribute__((aligned(128)));