g++.target/i386/pr105953.C: Skip for x32

Since -mabi=ms isn't supported for x32, skip g++.target/i386/pr105953.C
for x32.

	* g++.target/i386/pr105953.C: Skip for x32.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
This commit is contained in:
H.J. Lu 2024-10-10 19:00:32 +08:00
parent 3ba65a7f2d
commit 69f91fbd47

View file

@ -1,4 +1,4 @@
/* { dg-do compile } */
/* { dg-do compile { target { ! x32 } } } */
/* { dg-options "-O2 -mavx512vl -mabi=ms" } */
#include "pr100738-1.C"