https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86210
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2018-06-20 Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 44302 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44302&action=edit gcc9-pr86210.patch Untested patch to fix the C++ FE regression (presumably started with delayed folding). The enhancement to warn during inlining can be done incrementally (but that one certainly shouldn't be backported).