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] fix gimplification of call parameters (PR cilkplus/69267)


On 01/15/2016 03:41 PM, Ryan Burn wrote:
2016-01-15  Ryan Burn<contact@rnburn.com>

         PR cilkplus/69267
         * cilk.c (cilk_gimplify_call_params_in_spawned_fn): Change to use
         gimplify_arg. Removed superfluous post_p argument.
         * c-family.h (cilk_gimplify_call_params_in_spawned_fn): Removed
         superfluous post_p argument.
         * c-gimplify.c (c_gimplify_expr): Likewise.

gcc/cp/ChangeLog:

2016-01-15  Ryan Burn<contact@rnburn.com>

         PR cilkplus/69267
         * cp-gimplify.c (cilk_cp_gimplify_call_params_in_spawned_fn): Removed
         superfluous post_p argument in call to
         cilk_gimplify_call_params_in_spawned_fn.

gcc/testsuite/ChangeLog:

2016-01-15  Ryan Burn<contact@rnburn.com>

PR cilkplus/69267
* g++.dg/cilk-plus/CK/pr69267.cc: New test.

Thanks. Even though we're in stage4, this came in before stage3 closed. I went ahead and committed it to the trunk.

Thanks again, and sorry about the delay.

jeff


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