https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110227
liuhongt at gcc dot gnu.org changed:
What|Removed |Added
CC||liuhongt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110227
Richard Biener changed:
What|Removed |Added
Target Milestone|13.2|13.3
--- Comment #8 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110227
--- Comment #7 from Hongtao.liu ---
Fixed for GCC14 and GCC13.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110227
--- Comment #6 from CVS Commits ---
The releases/gcc-13 branch has been updated by hongtao Liu
:
https://gcc.gnu.org/g:66f8f9b35f0499cf54b8a432fbe5f645ad1c523a
commit r13-7445-g66f8f9b35f0499cf54b8a432fbe5f645ad1c523a
Author: liuhongt
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110227
--- Comment #5 from CVS Commits ---
The master branch has been updated by hongtao Liu :
https://gcc.gnu.org/g:b7e42b85212e03eb59193a712eb523f26911a581
commit r14-1802-gb7e42b85212e03eb59193a712eb523f26911a581
Author: liuhongt
Date: Tue Jun
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110227
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110227
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110227
--- Comment #3 from Hongtao.liu ---
(In reply to Andrew Pinski from comment #2)
> Semi-Reduced testcase:
> ```
> #include
>
> void f()
> {
> __m256i mask = _mm256_set_epi32(0, 0, 0, 0, -1, -1, -1, -1);
> register __m256i reg asm("xmm16") =
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110227
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.2
Last reconfirmed|