https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117190
--- Comment #11 from Frank Scheiner <frank.scheiner at web dot de> --- (In reply to GCC Commits from comment #10) > The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: > > https://gcc.gnu.org/g:a6db5908a55adbef0a0dc1eb2a22743064fe17b8 > > commit r15-4554-ga6db5908a55adbef0a0dc1eb2a22743064fe17b8 > Author: Jakub Jelinek <ja...@redhat.com> > Date: Tue Oct 22 22:36:03 2024 +0200 > > c: Better fix for speed up compilation of large char array initializers > when not using #embed [PR117190] Works the same, but in my case is actually slower than with the prior fix (only two tests so far per compiler): https://gcc.gnu.org/g:8f173da4520ddf64f3926580042f1103146bf0bd real 7m55.154s user 57m31.140s sys 2m26.230s => 1. Done with fresh clone. real 7m55.196s user 57m27.089s sys 2m26.544s => 4. Done with mrpropered sources from 3. https://gcc.gnu.org/g:a6db5908a55adbef0a0dc1eb2a22743064fe17b8 real 7m58.186s user 57m49.545s sys 2m28.443s => 2. Done with fresh clone. real 7m58.135s user 57m49.629s sys 2m29.433s => 3. Done with mrpropered sources from 2.