[Bug c++/60189] ICE with invalid use of _Cilk_sync

izamyatin at gmail dot com gcc-bugzilla@gcc.gnu.org
Tue Mar 4 08:30:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60189

Igor Zamyatin <izamyatin at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |izamyatin at gmail dot com

--- Comment #2 from Igor Zamyatin <izamyatin at gmail dot com> ---
Now on trunk I see the following

cilk_test_60189.c: In function ‘foo’:
cilk_test_60189.c:3:16: error: expected ‘;’ before ‘return’
     _Cilk_sync return;
                ^
cilk_test_60189.c:3:16: error: expected ‘_Cilk_spawn’ before
‘_Cilk_sync’


More information about the Gcc-bugs mailing list