From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Clang reporting a problem when adding another member initialization. Date: Mon, 06 Oct 2014 10:54:44 +0200 Message-ID: <2131179.2o0Ydgys2N@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: "Wiles, Roger Keith" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2014-10-03 21:05, Wiles, Roger Keith: > I run into a problem with Clang report problem when I tried to add > another member to the static initializer of the following in file > ixgbe_rxtx_vec.c [...] > Then I removed the {} and it now builds. Is this a result of the > changes to the mbuf structure and Clang being picky? >=20 > Should I submit a patch to remove the =E2=80=98{ }=E2=80=99 values? You should check this thread: =09http://dpdk.org/ml/archives/dev/2014-September/005504.html You may be hitting a compiler bug. --=20 Thomas