From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115291 invoked by alias); 3 Sep 2019 19:52:13 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 115202 invoked by uid 89); 3 Sep 2019 19:52:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 spammy=HX-Languages-Length:933 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Sep 2019 19:52:11 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 36809307D88D; Tue, 3 Sep 2019 19:52:10 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-3.rdu2.redhat.com [10.10.112.3]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5938B60BE2; Tue, 3 Sep 2019 19:52:08 +0000 (UTC) Subject: Re: PR78736 To: Prathamesh Kulkarni , gcc Patches , "Joseph S. Myers" References: From: Jeff Law Openpgp: preference=signencrypt Message-ID: <100b17d1-f02c-7bdd-b60b-8451c5e3f2a9@redhat.com> Date: Tue, 03 Sep 2019 19:52:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00149.txt.bz2 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 > > * 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