diff options
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/libcall-2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/libcall-2.c b/gcc/testsuite/gcc.c-torture/compile/libcall-2.c index b33944c..9b88917 100644 --- a/gcc/testsuite/gcc.c-torture/compile/libcall-2.c +++ b/gcc/testsuite/gcc.c-torture/compile/libcall-2.c @@ -2,6 +2,8 @@ indirect calls. */ /* { dg-do compile } */ +/* __int128 is not supported in x86 -m32. */ +/* { dg-skip-if "" { ! { x86_64-*-* && { ! ilp32 } } } } */ /* { dg-options "-O2 -mcmodel=large" { target x86_64-*-* } } */ /* { dg-final { scan-assembler "globl\t__divti3" } } */ |