Re: PR78736

2019-09-04 Thread Prathamesh Kulkarni
On Wed, 4 Sep 2019 at 01:22, Jeff Law wrote: > > On 8/28/19 8:55 PM, Prathamesh Kulkarni wrote: > > Hi, > > This is a rebased patch on trunk for PR78736. The last time, it got > > stuck, because of warning issues with libgfortran, for which I filed > > PR91593. T

Re: PR78736

2019-09-03 Thread Jeff Law
On 8/28/19 8:55 PM, Prathamesh Kulkarni wrote: > Hi, > This is a rebased patch on trunk for PR78736. The last time, it got > stuck, because of warning issues with libgfortran, for which I filed > PR91593. The patch relegates the warning to Wextra instead, which only > triggers (non-

PR78736

2019-08-28 Thread Prathamesh Kulkarni
Hi, This is a rebased patch on trunk for PR78736. The last time, it got stuck, because of warning issues with libgfortran, for which I filed PR91593. The patch relegates the warning to Wextra instead, which only triggers (non-fatal) warnings in libgfortran/io/transfer.c, and survives bootstrap

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

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

[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

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

2017-05-15 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