Re: [PATCH 2/3, Cilk+] Fix for PR61455

2014-07-17 Thread Jeff Law
On 07/12/14 03:51, Zamyatin, Igor wrote: Hi! This patch adds correct handling of declarations whit initializations that contain array notation. It fixes ICE in PR61455. Regtested for x86_64 (along with the first patch in the chain). Ok for trunk/4.9? Thanks, Igor gcc/c-family/ChangeLog: 2

[PATCH 2/3, Cilk+] Fix for PR61455

2014-07-12 Thread Zamyatin, Igor
Hi! This patch adds correct handling of declarations whit initializations that contain array notation. It fixes ICE in PR61455. Regtested for x86_64 (along with the first patch in the chain). Ok for trunk/4.9? Thanks, Igor gcc/c-family/ChangeLog: 2014-07-08  Igor Zamyatin  PR midd