These tests use int128 type, so require target int128 instead of ! ia32.
Also, use -mtune= instead of deprecated -mcpu= to avoid compiler warning.
PR rtl-optimization/118067
gcc/testsuite/ChangeLog:
* gcc.target/i386/pr118067.c (dg-compile): Use target int128.
* gcc.target/i386/pr118067-2.c (dg-compile): Ditto.
(dg-options): Use -mtune= instead of deprecated -mcpu= option.
-/* { dg-do compile { target { ! ia32 } } } */
-/* { dg-options "-O -fno-split-wide-types -mavx512f -mcpu=k8" } */
+/* { dg-do compile { target int128 } } */
+/* { dg-options "-O -fno-split-wide-types -mavx512f -mtune=k8" } */
typedef unsigned short U __attribute__((__vector_size__(64)));
typedef int V __attribute__((__vector_size__(64)));
-/* { dg-do compile { target { ! ia32 } } } */
+/* { dg-do compile { target int128 } } */
/* { dg-options "-O -fno-split-wide-types -mavx512f" } */
typedef unsigned short U __attribute__((__vector_size__(64)));