testsuite: Require int128 for gcc.dg/pr106063.c

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 4ebbf39068)
This commit is contained in:
Dimitar Dimitrov 2022-07-10 11:15:39 +03:00 committed by Richard Biener
parent 13d23c3133
commit 019a9ef7f7
1 changed files with 1 additions and 1 deletions

View 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;