https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120985
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Richard Biener from comment #2) > It's also a short-lived and small binary, not worth the trouble of fixing > (and making the code more complicated because it's largely C and obstacks > and manual memory management). Note the driver code is reused by the GCC JIT library so it is not exactly short lived any more.