[Bug target/119327] -Os breaks inlining: raw_hash_set.h: error: inlining failed in call to 'always_inline': target specific option mismatch
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 17 23:37:35 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119327
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Trying to reduce it.
But yes I can reproduce it on the trunk and -O2 works but -Os does not.
This might be due to the code savings with the C++ front-end and constructors.
Or it could be something else.
More information about the Gcc-bugs
mailing list