Re: [PATCH, Cilk+] Fix for PR62008

2014-08-12 Thread Jeff Law
On 08/07/14 16:06, Zamyatin, Igor wrote: Hi! Following patch adds necessary handling of the cases with incorrect type of an array in ArrayNotation and thus avoids ICE. Regtested on x86_64. Ok for trunk/4.9? Thanks, Igor gcc/c/ChangeLog: 2014-08-07 Igor Zamyatin PR other/62008

[PATCH, Cilk+] Fix for PR62008

2014-08-07 Thread Zamyatin, Igor
Hi! Following patch adds necessary handling of the cases with incorrect type of an array in ArrayNotation and thus avoids ICE. Regtested on x86_64. Ok for trunk/4.9? Thanks, Igor gcc/c/ChangeLog: 2014-08-07  Igor Zamyatin  PR other/62008 * c-parser.c (c_parser_array_notation):