https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85459
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- I think this is a result of many changes. E.g. r249885 bumps .s size from 3709 to 4599 bytes, r254724 from 4599 to 5768, r255510 from 5772 to 7713. You are compiling with -O3, not -Os, so the size is not what counts though, but the code speed, right?