Re: [PATCH, Cilk+] Fix for PR61963

2014-07-31 Thread Jeff Law
On 07/31/14 13:51, Zamyatin, Igor wrote: Hi! This patch fixes the ICE on invalid code by adding missed check for error_mark_node. Regtested on x86_64. Ok for trunk/4.9? Thanks, Igor Changelog: gcc/cp: 2014-07-31 Igor Zamyatin PR other/61963 * parser.c (cp_parser_array_n

[PATCH, Cilk+] Fix for PR61963

2014-07-31 Thread Zamyatin, Igor
Hi! This patch fixes the ICE on invalid code by adding missed check for error_mark_node. Regtested on x86_64. Ok for trunk/4.9? Thanks, Igor Changelog: gcc/cp: 2014-07-31 Igor Zamyatin PR other/61963 * parser.c (cp_parser_array_notation): Added check for array_type. gc