From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26345 invoked by alias); 11 Apr 2011 13:18:47 -0000 Received: (qmail 26335 invoked by uid 22791); 11 Apr 2011 13:18:47 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Apr 2011 13:18:43 +0000 Received: from wpaz24.hot.corp.google.com (wpaz24.hot.corp.google.com [172.24.198.88]) by smtp-out.google.com with ESMTP id p3BDIgs7001918 for ; Mon, 11 Apr 2011 06:18:42 -0700 Received: from gyf1 (gyf1.prod.google.com [10.243.50.65]) by wpaz24.hot.corp.google.com with ESMTP id p3BDIEih018381 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Mon, 11 Apr 2011 06:18:41 -0700 Received: by gyf1 with SMTP id 1so3253389gyf.20 for ; Mon, 11 Apr 2011 06:18:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.32.4 with SMTP id f4mr4610235ybf.298.1302527921018; Mon, 11 Apr 2011 06:18:41 -0700 (PDT) Received: by 10.150.202.15 with HTTP; Mon, 11 Apr 2011 06:18:40 -0700 (PDT) In-Reply-To: References: Date: Mon, 11 Apr 2011 13:18:00 -0000 Message-ID: Subject: Re: [PATCH][RFC] Make called function type explicit, make function pointer type conversions useless From: Diego Novillo To: Richard Guenther Cc: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-System-Of-Record: true X-IsSubscribed: yes 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 X-SW-Source: 2011-04/txt/msg00750.txt.bz2 On Fri, Apr 8, 2011 at 11:49, Richard Guenther wrote: > I'll leave this for comments over the weekend, and if there are none > will go ahead and check this in early next week. The approach looks fine to me. Thanks. Diego.