On Thu, Apr 10, 2014 at 07:55:26PM +0000, Zamyatin, Igor wrote: > So below is the patch for 4.9 trunk.
Ok, thanks. > > Thanks, > Igor > > gcc/c/Changelog: > > 2014-04-10 Igor Zamyatin <igor.zamya...@intel.com> > > PR middle-end/60469 > * c-array-notation.c (fix_builtin_array_notation_fn): Use > create_tmp_var instead build_decl for creating temps. > (build_array_notation_expr): Likewise. > (fix_conditional_array_notations_1): Likewise. > (fix_array_notation_expr): Likewise. > (fix_array_notation_call_expr): Likewise. > > gcc/testsuite/ChangeLog: > > 2014-04-10 Igor Zamyatin <igor.zamya...@intel.com> > > PR middle-end/60469 > * c-c++-common/cilk-plus/CK/pr60469.c: New test. Jakub