[Bug c/60804] Another CilkPlus ICE in gimplify_expr, at gimplify.c:8335

ak at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Sep 28 14:38:00 GMT 2014


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())
    ;
}



More information about the Gcc-bugs mailing list