From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id 4BE507ED7 for ; Thu, 9 Oct 2014 20:19:53 +0200 (CEST) Received: by mail-wi0-f170.google.com with SMTP id hi2so2264359wib.1 for ; Thu, 09 Oct 2014 11:27:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=xYu5f4CLmzZd54sCcdshz27N0fpvbR0dx2VtnXI4gaU=; b=Te/GmtMbtySJvmvTb/liTSDE7BVARR7HI4IKShCgXeptEY8mhDOu+h+NGGSB1IziQX xp8BeRO05KhOotwmFgqLNKikXWTo2pF/8eUe3LIAyA/zrHH6H2P4jk+fPrdbJcwZzVEf Dqciaa/4eS66sWlG4KMzFEmT8+gITKga/XZongjJw7fn/JcbilNJn01v/qaw7e6htNgA lkFRVMapqGwI5RUy72gMan2ZMxoUSRklvw9flOD1Q3nBQ3HT8eT8jZfjkDiwpr3GmHLj MJ3E4v17DYTfAJf7G3ycxFANqjotJP5Z1I5TFBlzQwyVa+h6cb1ZeDI+vQuTE4/QorWa 4csg== X-Gm-Message-State: ALoCoQl5/v/TulrnrbAXIpbX7nO87CBloDuKUzTp/Zh3ygckzaxiDF0U+fqvcl9YYCdsVaoSy1kH X-Received: by 10.180.75.73 with SMTP id a9mr12064129wiw.76.1412879236164; Thu, 09 Oct 2014 11:27:16 -0700 (PDT) Received: from xps13.localnet (1.17.90.92.rev.sfr.net. [92.90.17.1]) by mx.google.com with ESMTPSA id wu10sm4415348wjb.8.2014.10.09.11.27.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Oct 2014 11:27:15 -0700 (PDT) From: Thomas Monjalon To: Keith Wiles Date: Thu, 09 Oct 2014 20:26:57 +0200 Message-ID: <20184571.5d5mpYAUho@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1412489782-224822-1-git-send-email-keith.wiles@windriver.com> References: <1412489782-224822-1-git-send-email-keith.wiles@windriver.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4] Clang compile error with RTE_LIBRTE_MEMPOOL_DEBUG enabled. 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, 09 Oct 2014 18:19:53 -0000 2014-10-05 01:16, Keith Wiles: > When enabling RTE_LIBRTE_MEMPOOL_DEBUG and compiling with clang > compiler an error occurs, because ifdefed code now includes GCC pragm= as. >=20 > GCC 4.4 is when push_options and pop_options pragma show up. >=20 > Rework to include Thomas=E2=80=99s suggestion to drop push/pop pragma= directives for > ignore/error directives. >=20 > Signed-off-by: Keith Wiles Acked-by: Thomas Monjalon Applied Thanks --=20 Thomas