> Yeah, it passed regtesting. Note that we also ICE on e.g.
> int
> foo (void)
> {
> int i;
> i = (_Cilk_spawn foo ()) + 1;
> return i;
> }
>
> I don't know whether this is valid use of _Cilk_spawn though. In any case,
> this patch addresses only _Cilk_spawn in return statements.This is invalid. Thanks, Balaji V. Iyer.
