This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, PR60189, Cilk+] Fix for ICE with incorrect Cilk_sync usage
- From: Jason Merrill <jason at redhat dot com>
- To: "Zamyatin, Igor" <igor dot zamyatin at intel dot com>, Jakub Jelinek <jakub at redhat dot com>
- Cc: "GCC Patches (gcc-patches at gcc dot gnu dot org)" <gcc-patches at gcc dot gnu dot org>, "Iyer, Balaji V" <balaji dot v dot iyer at intel dot com>
- Date: Mon, 14 Apr 2014 13:48:33 -0400
- Subject: Re: [PATCH, PR60189, Cilk+] Fix for ICE with incorrect Cilk_sync usage
- Authentication-results: sourceware.org; auth=none
- References: <0EFAB2BDD0F67E4FB6CCC8B9F87D7569429DBFEF at IRSMSX103 dot ger dot corp dot intel dot com> <0EFAB2BDD0F67E4FB6CCC8B9F87D7569429DC138 at IRSMSX103 dot ger dot corp dot intel dot com> <20140410142731 dot GF1817 at tucnak dot redhat dot com> <5348027F dot 1050407 at redhat dot com> <0EFAB2BDD0F67E4FB6CCC8B9F87D7569429E0533 at IRSMSX103 dot ger dot corp dot intel dot com> <534B6054 dot 1070800 at redhat dot com> <0EFAB2BDD0F67E4FB6CCC8B9F87D7569429EE571 at IRSMSX101 dot ger dot corp dot intel dot com>
Oh, I see where the problem is coming from. Cilk_sync is a statement,
but it's being parsed as an expression. Let's move it to
cp_parser_statement.
Jason
- References:
- [PATCH, PR60189, Cilk+] Fix for ICE with incorrect Cilk_sync usage
- RE: [PATCH, PR60189, Cilk+] Fix for ICE with incorrect Cilk_sync usage
- Re: [PATCH, PR60189, Cilk+] Fix for ICE with incorrect Cilk_sync usage
- Re: [PATCH, PR60189, Cilk+] Fix for ICE with incorrect Cilk_sync usage
- RE: [PATCH, PR60189, Cilk+] Fix for ICE with incorrect Cilk_sync usage
- Re: [PATCH, PR60189, Cilk+] Fix for ICE with incorrect Cilk_sync usage
- RE: [PATCH, PR60189, Cilk+] Fix for ICE with incorrect Cilk_sync usage