https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82801
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Dec 19 07:41:30 2017 New Revision: 255805 URL: https://gcc.gnu.org/viewcvs?rev=255805&root=gcc&view=rev Log: PR ipa/82801 PR ipa/83346 * ipa-inline.c (flatten_remove_node_hook): New function. (ipa_inline): Keep only nodes with flatten attribute at the end of the array in the order from ipa_reverse_postorder, only walk that portion of array for flattening, if there is more than one such node, temporarily register a removal hook and ignore removed nodes. * g++.dg/ipa/pr82801.C: New test. Added: trunk/gcc/testsuite/g++.dg/ipa/pr82801.C Modified: trunk/gcc/ChangeLog trunk/gcc/ipa-inline.c trunk/gcc/testsuite/ChangeLog