From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24925 invoked by alias); 21 Oct 2011 09:58:02 -0000 Received: (qmail 24914 invoked by uid 22791); 21 Oct 2011 09:58:02 -0000 X-SWARE-Spam-Status: No, hits=2.2 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,MSGID_FROM_MTA_HEADER,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from blu0-omc3-s30.blu0.hotmail.com (HELO blu0-omc3-s30.blu0.hotmail.com) (65.55.116.105) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Oct 2011 09:57:42 +0000 Received: from BLU0-SMTP406 ([65.55.116.74]) by blu0-omc3-s30.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 21 Oct 2011 02:57:41 -0700 Message-ID: Received: from vbox162 ([79.192.244.118]) by BLU0-SMTP406.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 21 Oct 2011 02:57:40 -0700 From: Andy Gibbs To: References: Subject: [C++ Patch] __builtin_choose_expr *bump* Date: Fri, 21 Oct 2011 10:40:00 -0000 MIME-Version: 1.0 Content-Type: text/plain 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/msg01948.txt.bz2 Hi, Please can I "bump" this patch and ask for it to be approved and committed: 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 this the right way. I 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. Many thanks Andy