[Bug c/60197] ICE with _Cilk_spawn in expression
reichelt at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Feb 17 19:20:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60197
--- Comment #3 from Volker Reichelt <reichelt at gcc dot gnu.org> ---
Well, the code also crashes, if I move it out of the return statement:
=====================================
int foo()
{
int i = (_Cilk_spawn foo()) + 1;
return i;
}
=====================================
More information about the Gcc-bugs
mailing list