From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 15B00567F for ; Thu, 26 Feb 2015 17:02:46 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 26 Feb 2015 07:54:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,653,1418112000"; d="scan'208";a="691169931" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga002.jf.intel.com with ESMTP; 26 Feb 2015 08:02:35 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.247]) by irsmsx105.ger.corp.intel.com ([169.254.7.117]) with mapi id 14.03.0195.001; Thu, 26 Feb 2015 16:02:33 +0000 From: "Mcnamara, John" To: Thomas Monjalon , "dev@dpdk.org" , Simon Kagstrom Thread-Topic: [dpdk-dev] [PATCH] headers: typeof -> __typeof__ to unbreak C++11 code Thread-Index: AQHQUbWTF62eUXXpk0Wc4z3U4xA48p0DFKzQ Date: Thu, 26 Feb 2015 16:02:31 +0000 Message-ID: References: <20150225142851.55406347@miho> <1976981.gNbPL03jx1@xps13> In-Reply-To: <1976981.gNbPL03jx1@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] headers: typeof -> __typeof__ to unbreak C++11 code X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2015 16:02:47 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Thursday, February 26, 2015 11:15 AM > To: dev@dpdk.org; Simon Kagstrom > Subject: Re: [dpdk-dev] [PATCH] headers: typeof -> __typeof__ to unbreak > C++11 code > I'd like to be sure that it's working with every compilers we support > (gcc, icc, clang). > Anyone to check please? Hi, The patch works with: gcc (GCC) 4.7.2 20121109 (Red Hat 4.7.2-8) icc (ICC) 13.1.1 20130313 clang version 3.3 (tags/RELEASE_33/rc2) Regards, John