[Bug tree-optimization/109213] [13 Regression] -Os generates significantly more code

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Mar 20 17:36:14 GMT 2023


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109213

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The difference is due to inlining of m into main.
The reason for the difference of inlining is due to removal of:
    p = {};
statement from main in dse which changes the overall cost of the TU ...


More information about the Gcc-bugs mailing list