This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][cilkplus] fix c++ implicit conversions with cilk_spawn (PR/69024, PR/68997)
- From: Ryan Burn <rnickb731 at gmail dot com>
- To: Jeff Law <law at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Jason Merrill <jason at redhat dot com>, igor dot zamyatin at intel dot com, Jakub Jelinek <jakub at redhat dot com>
- Date: Wed, 20 Apr 2016 19:18:59 -0400
- Subject: Re: [PATCH][cilkplus] fix c++ implicit conversions with cilk_spawn (PR/69024, PR/68997)
- Authentication-results: sourceware.org; auth=none
- References: <CACqP_wz950AD_wFrRwGsky0JmN8wNEn_SzAZpEsDDE0eR2jfAA at mail dot gmail dot com> <56BB7ABA dot 3010004 at redhat dot com>
Can we push this now that the gcc 7 branch is open?
On Wed, Feb 10, 2016 at 1:00 PM, Jeff Law <law@redhat.com> wrote:
> On 01/20/2016 10:57 AM, Ryan Burn wrote:
>>
>> This patch follows on from
>> https://gcc.gnu.org/ml/gcc-patches/2015-12/msg02142.html
>>
>> As discussed, it creates a separate function
>> cilk_cp_detect_spawn_and_unwrap in gcc/cp to handle processing
>> cilk_spawn expressions for c++ and adds support for implicit
>> constructor and type conversions.
>>
>> Bootstrapped and regression tested on x86_64-linux.
>
> FYI, Just saw your assignment fly by. I'll try to get a close look at this
> patch shortly.
>
> jeff
>