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: PR78736


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-fatal) warnings in libgfortran/io/transfer.c, and
> survives bootstrap+test on x86_64-unknown-linux-gnu. (Also IIRC, Wall
> triggered several instances of the warning with allmodconfig kernel
> build last time).
> Is the patch OK to commit ?
> 
> Thanks,
> Prathamesh
> 
> 
> pr78736-v2-1.txt
> 
> 2019-08-29  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
> 
> 	* doc/invoke.texi: Document -Wenum-conversion.
> 	* c-family/c.opt (Wenum-conversion): New option.
> 	* c/c-typeck.c (convert_for_assignment): Handle Wenum-conversion.
> 
> testsuite/
> 	* gcc.dg/Wenum-conversion.c: New test-case.
OK.  I'd be nice to have a note on PR91593

Jeff


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