[Bug target/64215] -Os misses an opportunity to merge two ret instructions

2023-10-07 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64215 Jeffrey A. Law changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #5

[Bug target/64215] -Os misses an opportunity to merge two ret instructions

2022-09-28 Thread tommy_murphy at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64215 --- Comment #4 from Tommy Murphy --- I meant to say that maybe the target needs to be widened/generalised beyond just "Target: x86_64-*-*"? As per my previous comment and link, the same issue has been observed with RISC-V and this comment

[Bug target/64215] -Os misses an opportunity to merge two ret instructions

2022-09-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64215 --- Comment #3 from Andrew Pinski --- Hmm, I thought this would have been fixed by r13-2871-g1b74b5cb4e9d71 but it was not ...

[Bug target/64215] -Os misses an opportunity to merge two ret instructions

2022-09-28 Thread tommy_murphy at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64215 Tommy Murphy changed: What|Removed |Added CC||tommy_murphy at hotmail dot com ---

[Bug target/64215] -Os misses an opportunity to merge two ret instructions

2021-08-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64215 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2014-12-08 00:00:00 |2021-8-9 Severity|minor

[Bug target/64215] -Os misses an opportunity to merge two ret instructions

2014-12-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64215 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug target/64215] -Os misses an opportunity to merge two ret instructions

2014-12-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64215 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|