https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99122
--- Comment #37 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-11 branch has been updated by Eric Botcazou <ebotca...@gcc.gnu.org>: https://gcc.gnu.org/g:8b1190d527d01dc74ee53e47b0366d01270c330c commit r11-8508-g8b1190d527d01dc74ee53e47b0366d01270c330c Author: Eric Botcazou <ebotca...@adacore.com> Date: Thu Jun 3 12:39:39 2021 +0200 Tame fix for PR ipa/99122 The return part has a major performance impact in Ada where variable-sized types are first-class citizens, but it turns out that it is not exercized in the testsuite yet, so back it out for now. gcc/ PR ipa/99122 * tree-inline.c (inline_forbidden_p): Remove test on return type. gcc/testsuite/ * gnat.dg/inline22.adb: New test.