testsuite: Require int128 for gcc.dg/pr106063.c
authorDimitar Dimitrov <dimitar@dinux.eu>
Sun, 10 Jul 2022 08:15:39 +0000 (11:15 +0300)
committerRichard Biener <rguenther@suse.de>
Wed, 27 Jul 2022 09:23:44 +0000 (11:23 +0200)
Require effective target int128 for gcc.dg/pr106063.c.

PR tree-optimization/106063

gcc/testsuite/ChangeLog:

* gcc.dg/pr106063.c: Require effective target int128.

Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
(cherry picked from commit 4ebbf3906895bcb40d7ff2729cf46deae66bc268)

gcc/testsuite/gcc.dg/pr106063.c

index b235967..467b31d 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target int128 } } */
 /* { dg-options "-O2 -fno-tree-forwprop --disable-tree-evrp" } */
 typedef __int128 __attribute__((__vector_size__ (16))) V;