https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98036
Uroš Bizjak changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98036
--- Comment #8 from Uroš Bizjak ---
Fixed by the above change for gcc-10 and gcc-11.
(I don't know why cvs-commit hook hates my commits...)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98036
--- Comment #7 from Uroš Bizjak ---
https://gcc.gnu.org/g:67138ea1b041fe1637da6b3568f064f172d9358c
commit r11-5501-g67138ea1b041fe1637da6b3568f064f172d9358c
Author: Uros Bizjak
Date: Fri Nov 27 18:41:56 2020 +0100
testsuite/i386: Fix XOP
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98036
--- Comment #6 from Richard Biener ---
Seems to help.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98036
--- Comment #5 from Uroš Bizjak ---
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98036
--- Comment #4 from Uroš Bizjak ---
Something is wrong in [printf added by me]:
static int
check_sword2dword ()
{
int i, j, s, t, check_fails = 0;
for (i = 0; i < (NUM * 8); i = i + 8)
{
for (j = 0; j < 4; j++)
{
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98036
Uroš Bizjak changed:
What|Removed |Added
Last reconfirmed||2020-11-27
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98036
--- Comment #2 from Uroš Bizjak ---
Created attachment 49637
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49637&action=edit
Testcase with emulated XOP instructions
This testcase without XOP insns also fails with "-O2 -msse" on 32bit targ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98036
Richard Biener changed:
What|Removed |Added
Target||i?86-*-*
--- Comment #1 from Richard Bi