From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10501 invoked by alias); 18 Oct 2011 11:36:33 -0000 Received: (qmail 10357 invoked by uid 22791); 18 Oct 2011 11:36:32 -0000 X-SWARE-Spam-Status: No, hits=2.3 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-s31.blu0.hotmail.com (HELO blu0-omc3-s31.blu0.hotmail.com) (65.55.116.106) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Oct 2011 11:36:14 +0000 Received: from BLU0-SMTP252 ([65.55.116.72]) by blu0-omc3-s31.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 18 Oct 2011 04:36:14 -0700 Message-ID: Received: from wclark162vbox ([79.192.252.64]) by BLU0-SMTP252.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 18 Oct 2011 04:36:13 -0700 From: Andy Gibbs To: "Paolo Carlini" CC: , "Ian Lance Taylor" References: <4E9D4E52.8010200@oracle.com> Subject: Re: [C++ Patch] __builtin_choose_expr Date: Tue, 18 Oct 2011 12:21: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/msg01620.txt.bz2 ----- Original Message ----- From: "Paolo Carlini" To: "Andy Gibbs" Cc: ; Sent: Tuesday, October 18, 2011 12:00 PM Subject: Re: [C++ Patch] __builtin_choose_expr > I'm under the impression that some tests are written in C, wouldn't better > fit in c-c++-common? Ok, I can do this but I think only 2 out of the 8 tests can be moved across. I will then move the duplicates out of the gcc.dg folder too. I will post a replacement patch later this afternoon. Andy