Re: [PATCH] Fix PR target/64055

2014-12-01 Thread Ilya Enkovich
2014-12-01 14:11 GMT+03:00 Richard Biener : > On Mon, Dec 1, 2014 at 10:33 AM, Ilya Enkovich wrote: >> Hi, >> >> This patch fixes ICE in chkp_find_bound_slots_1 by checking for non constant >> values in array domain. Bootstrapped on x86_64-unknown-linux-gnu with Ada. >> gnat.dg/derived_aggrega

Re: [PATCH] Fix PR target/64055

2014-12-01 Thread Richard Biener
On Mon, Dec 1, 2014 at 10:33 AM, Ilya Enkovich wrote: > Hi, > > This patch fixes ICE in chkp_find_bound_slots_1 by checking for non constant > values in array domain. Bootstrapped on x86_64-unknown-linux-gnu with Ada. > gnat.dg/derived_aggregate.adb is a new pass. OK for trunk? Ok. But now

[PATCH] Fix PR target/64055

2014-12-01 Thread Ilya Enkovich
Hi, This patch fixes ICE in chkp_find_bound_slots_1 by checking for non constant values in array domain. Bootstrapped on x86_64-unknown-linux-gnu with Ada. gnat.dg/derived_aggregate.adb is a new pass. OK for trunk? Thanks, Ilya -- 2014-12-01 Ilya Enkovich PR target/64055