This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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Ãââ

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]