This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, PR60469, Cilk+] Fix ICE of using Cilk_spawn and Array Notation together


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.zamyatin@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.zamyatin@intel.com>
>  
> 	PR middle-end/60469
> 	* c-c++-common/cilk-plus/CK/pr60469.c: New test.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]