From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110461 invoked by alias); 23 Feb 2018 16:12:30 -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 110448 invoked by uid 89); 23 Feb 2018 16:12:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL autolearn=no version=3.3.2 spammy=H*f:sk:1519401, H*i:sk:1519401, H*M:8385, friday X-HELO: homiemail-a82.g.dreamhost.com Received: from sub5.mail.dreamhost.com (HELO homiemail-a82.g.dreamhost.com) (208.113.200.129) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 23 Feb 2018 16:12:28 +0000 Received: from homiemail-a82.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a82.g.dreamhost.com (Postfix) with ESMTP id D4B5E600842B; Fri, 23 Feb 2018 08:12:26 -0800 (PST) Received: from linaro-laptop.intra.reserved-bit.com (unknown [123.252.202.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by homiemail-a82.g.dreamhost.com (Postfix) with ESMTPSA id 020636008418; Fri, 23 Feb 2018 08:12:25 -0800 (PST) Subject: Re: [PATCH] Fix bogus function cast warning for functions with common arg subset To: David Malcolm , gcc-patches@gcc.gnu.org References: <20180223034045.26231-1-siddhesh@sourceware.org> <1519401043.2913.34.camel@redhat.com> From: Siddhesh Poyarekar Message-ID: Date: Fri, 23 Feb 2018 16:12:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1519401043.2913.34.camel@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-02/txt/msg01331.txt.bz2 On Friday 23 February 2018 09:20 PM, David Malcolm wrote: > Do we have a PR open for this yet? > > I believe this is an example of where this bit (for the Python case): > https://github.com/imageworks/OpenColorIO/pull/518 There is now: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84531 Siddhesh