[Bug target/89040] [9 Regressiom] Wrong code with -mno-mmx

2022-05-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89040 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/89040] [9 Regressiom] Wrong code with -mno-mmx

2021-09-25 Thread mikpelinux at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89040 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com ---

[Bug target/89040] [9 Regressiom] Wrong code with -mno-mmx

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89040 --- Comment #4 from Andrew Pinski --- (In reply to Hongtao.liu from comment #3) > > foo3b: > > .LFB0: > > .cfi_startproc > > movq%xmm0, %rax This should be "movd %xmm0, %eax". > > The issue can't be reproduced on current

[Bug target/89040] [9 Regressiom] Wrong code with -mno-mmx

2021-09-15 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89040 --- Comment #3 from Hongtao.liu --- > foo3b: > .LFB0: > .cfi_startproc > movq%xmm0, %rax This should be "movd %xmm0, %eax". The issue can't be reproduced on current trunk.

[Bug target/89040] [9 Regressiom] Wrong code with -mno-mmx

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89040 Andrew Pinski changed: What|Removed |Added Known to fail||9.1.0, 9.4.0 Target Milestone|---