https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98499
Sergei Trofimovich <slyfox at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jh at suse dot cz --- Comment #2 from Sergei Trofimovich <slyfox at gcc dot gnu.org> --- Bisected down to: ``` commit 520d5ad337eaa15860a5a964daf7ca46cf31c029 Author: Jan Hubicka <j...@suse.cz> Date: Sat Nov 14 13:52:36 2020 +0100 Detect EAF flags in ipa-modref A minimal patch for the EAF flags discovery. It works only in local ipa-modref and gives up on cyclic SSA graphs. It improves pt_solution_includes disambiguations twice. ```