https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70161
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> --- Hum, what does it do if only guarding the !pass->graph_dump_initialized check? Otherwise your patch is equivalent to removing the if (dump_file) do_per_function (execute_function_dump, NULL); call from execute_one_ipa_transform_pass, no? That is, no graph dumps from IPA passes?