[Bug middle-end/80372] non-optimal handling of copying a std::complex

2021-07-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80372 --- Comment #5 from Andrew Pinski --- ;; MEM[(struct complex *)res_1(D) + 16B] = MEM[(const struct complex &)res_1(D)]; (insn 7 6 8 (set (reg:DF 83) (mem:DF (reg/v/f:DI 82 [ res ]) [4 MEM[(const struct complex &)res_1(D)]+0 S8 A64])) "/a

[Bug middle-end/80372] non-optimal handling of copying a std::complex

2021-07-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80372 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2017-04-09 00:00:00 |2021-7-24 Severity|normal

[Bug middle-end/80372] non-optimal handling of copying a std::complex

2017-04-09 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80372 Marc Glisse changed: What|Removed |Added Keywords||missed-optimization Status|UNC