Jakub Jelinek <ja...@redhat.com> writes: > Hi! > > We ICE on the following testcase, because we first gather all cgraph nodes > in an array and then we walk it backwards and flatten_function anything > that has "flatten" attribute. But flatten_function can result in cgraph > node removal and so we then try to dereference removed cgraph nodes.
I wonder if this fixes PR83346 too? This is also about a flatten crash. -Andi