https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98036
--- Comment #5 from Uroš Bizjak <ubizjak at gmail dot com> ---
Oh...
--cut here--
diff --git a/gcc/testsuite/gcc.target/i386/xop-hsubX.c
b/gcc/testsuite/gcc.target/i386/xop-hsubX.c
index f0fa9b312f2..dc7944d8bb7 100644
--- a/gcc/testsuite/gcc.target/i386/xop-hsubX.c
+++ b/gcc/testsuite/gcc.target/i386/xop-hsubX.c
@@ -58,6 +58,7 @@ check_sbyte2word ()
check_fails++;
}
}
+ return check_fails;
}
static int
@@ -75,6 +76,7 @@ check_sword2dword ()
check_fails++;
}
}
+ return check_fails;
}
static int
@@ -92,6 +94,7 @@ check_dword2qword ()
check_fails++;
}
}
+ return check_fails;
}
static void
--cut here--