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

--- Comment #10 from ak at gcc dot gnu.org ---
Reduced test case. It's probably invalid cilk, but gcc shouldn't ICE:

fn1() {
  if (_Cilk_spawn func_2())
    ;
}

Reply via email to