[Bug testsuite/98036] gcc.target/i386/xop-hsubX.c is broken

2020-12-01 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98036 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug testsuite/98036] gcc.target/i386/xop-hsubX.c is broken

2020-12-01 Thread ubizjak at gmail dot com via Gcc-bugs
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...)

[Bug testsuite/98036] gcc.target/i386/xop-hsubX.c is broken

2020-12-01 Thread ubizjak at gmail dot com via Gcc-bugs
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

[Bug testsuite/98036] gcc.target/i386/xop-hsubX.c is broken

2020-12-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98036 --- Comment #6 from Richard Biener --- Seems to help.

[Bug testsuite/98036] gcc.target/i386/xop-hsubX.c is broken

2020-11-27 Thread ubizjak at gmail dot com via Gcc-bugs
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

[Bug testsuite/98036] gcc.target/i386/xop-hsubX.c is broken

2020-11-27 Thread ubizjak at gmail dot com via Gcc-bugs
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++) {

[Bug testsuite/98036] gcc.target/i386/xop-hsubX.c is broken

2020-11-27 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98036 Uroš Bizjak changed: What|Removed |Added Last reconfirmed||2020-11-27 Status|UNCONFIRMED

[Bug testsuite/98036] gcc.target/i386/xop-hsubX.c is broken

2020-11-27 Thread ubizjak at gmail dot com via Gcc-bugs
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

[Bug testsuite/98036] gcc.target/i386/xop-hsubX.c is broken

2020-11-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98036 Richard Biener changed: What|Removed |Added Target||i?86-*-* --- Comment #1 from Richard Bi