[Bug ipa/105166] [12 Regression] ICE in ao_ref_init_from_ptr_and_range, at tree-ssa-alias.cc:863 since r12-5244

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Apr 5 17:15:02 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105166

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Testcase without warnings:

void
bar (foo, a)
  void (**foo) ();
  int a;
{
  (foo)[1] = bar;
  foo[1] (1);
}


More information about the Gcc-bugs mailing list