From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A1C9293D0 for ; Wed, 25 Nov 2015 19:01:03 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 25 Nov 2015 10:00:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,343,1444719600"; d="scan'208";a="607051095" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by FMSMGA003.fm.intel.com with ESMTP; 25 Nov 2015 10:00:39 -0800 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.203]) by IRSMSX108.ger.corp.intel.com ([169.254.11.23]) with mapi id 14.03.0248.002; Wed, 25 Nov 2015 18:00:38 +0000 From: "Ananyev, Konstantin" To: "Mrzyglod, DanielX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] net: fix build with gcc 4.4.7 and strict aliasing Thread-Index: AQHRJsq4vmv4phgVCUGQv6FbL5C1VZ6tBgVQ Date: Wed, 25 Nov 2015 18:00:37 +0000 Message-ID: <2601191342CEEE43887BDE71AB97725836ACD442@irsmsx105.ger.corp.intel.com> References: <1448377959-4440-1-git-send-email-danielx.t.mrzyglod@intel.com> In-Reply-To: <1448377959-4440-1-git-send-email-danielx.t.mrzyglod@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net: fix build with gcc 4.4.7 and strict aliasing 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: Wed, 25 Nov 2015 18:01:04 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Daniel Mrzyglod > Sent: Tuesday, November 24, 2015 3:13 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] net: fix build with gcc 4.4.7 and strict alia= sing >=20 > This is fix for GCC 4.4.7. > flag "-fstrict-aliasing" is default for optimalisation above -O0. >=20 > Fixes: 2b039d5f20a3 ("net: fix build with gcc 4.4.7 and strict aliasing") >=20 > Signed-off-by: Daniel Mrzyglod > --- Acked-by: Konstantin Ananyev > 2.5.0