Re: [ping * 2] PR78736: New C warning -Wenum-conversion

2017-06-30 Thread Jeff Law
On 06/29/2017 05:01 PM, Joseph Myers wrote: > On Thu, 29 Jun 2017, Jeff Law wrote: > >> On 05/23/2017 07:54 AM, Prathamesh Kulkarni wrote: >>> Hi, >>> I would like to ping this patch for review: >>> https://gcc.gnu.org/ml/gcc-patches/2017-05/msg00775.html >> So was there any kind of resolution on

Re: [ping * 2] PR78736: New C warning -Wenum-conversion

2017-06-29 Thread Joseph Myers
On Thu, 29 Jun 2017, Jeff Law wrote: > On 05/23/2017 07:54 AM, Prathamesh Kulkarni wrote: > > Hi, > > I would like to ping this patch for review: > > https://gcc.gnu.org/ml/gcc-patches/2017-05/msg00775.html > So was there any kind of resolution on the case in libcomp where we had > an assignment b

Re: [ping * 2] PR78736: New C warning -Wenum-conversion

2017-06-29 Thread Jeff Law
On 05/23/2017 07:54 AM, Prathamesh Kulkarni wrote: > Hi, > I would like to ping this patch for review: > https://gcc.gnu.org/ml/gcc-patches/2017-05/msg00775.html So was there any kind of resolution on the case in libcomp where we had an assignment between two essentially equivalent, but distinct en

[ping * 2] PR78736: New C warning -Wenum-conversion

2017-05-23 Thread Prathamesh Kulkarni
Hi, I would like to ping this patch for review: https://gcc.gnu.org/ml/gcc-patches/2017-05/msg00775.html Thanks, Prathamesh