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>
This commit is contained in:
Dimitar Dimitrov 2022-07-10 11:15:39 +03:00
parent c106825b93
commit 4ebbf39068
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;