From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27532 invoked by alias); 21 Oct 2011 10:04:52 -0000 Received: (qmail 27521 invoked by uid 22791); 21 Oct 2011 10:04:51 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qy0-f175.google.com (HELO mail-qy0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Oct 2011 10:04:33 +0000 Received: by qyk35 with SMTP id 35so326290qyk.20 for ; Fri, 21 Oct 2011 03:04:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.44.9 with SMTP id a9mr946447obm.61.1319191471851; Fri, 21 Oct 2011 03:04:31 -0700 (PDT) Received: by 10.182.12.202 with HTTP; Fri, 21 Oct 2011 03:04:31 -0700 (PDT) In-Reply-To: References: Date: Fri, 21 Oct 2011 10:47:00 -0000 Message-ID: Subject: Re: [C++ Patch] __builtin_choose_expr *bump* From: Richard Guenther To: Andy Gibbs Cc: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-10/txt/msg01949.txt.bz2 On Fri, Oct 21, 2011 at 11:57 AM, Andy Gibbs wrot= e: > Hi, > > Please can I "bump" this patch and ask for it to be approved and committe= d: > http://gcc.gnu.org/ml/gcc-patches/2011-10/msg01711.html > > The patch is to implement the C built-in function __builtin_choose_expr(.= ..) > in C++. > > I'm afraid I am new to contributing to GCC, so I hope I am going about th= is > the right way. =A0I also appreciate that this is a very busy mailing list= , but > would be very grateful if the patch could be committed so that it can make > it into 4.7.0. What's the motivation for this? Why can't it be implemented using C++ features such as templates and specialization? Richard. > Many thanks > > Andy > > > >