[Bug tree-optimization/108418] gcc does not optimize trivial code
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 16 14:42:55 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108418
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |missed-optimization
Ever confirmed|0 |1
Last reconfirmed| |2023-01-16
Status|UNCONFIRMED |NEW
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed. We might have a duplicate bugreport for this - it's difficult to
fix because the tests are lowered to a CFG representation and "re-associating"
in that representation is difficult.
More information about the Gcc-bugs
mailing list