From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com
 [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 65862959
 for <dev@dpdk.org>; Mon,  6 Oct 2014 10:47:53 +0200 (CEST)
Received: by mail-wi0-f174.google.com with SMTP id cc10so3836174wib.13
 for <dev@dpdk.org>; Mon, 06 Oct 2014 01:55:00 -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=058a26y6UW1Tnu8EAtGJweYOM8HgkqReJaw9yA44OaQ=;
 b=P2EfbZmLTtv43VrwCSu39Jr6KnQp/dRICFFLrGkuBgt+nRDOFIrsf5lx9vvdCDmMxJ
 Pun8LvZADVRrqc1tqdUd9OBMiEsgnv//XtKBS2l1jI0cqcSAXhu/p+uFhsf9hfM9SHHx
 CQqzIUDk/OA+8OGqTk8QzdHFEpI9SP2c978fuSOiYKZ2cdn3DKhTkWLMIJ5RRo14vGTD
 lOpBSaSfo2DOPWXmgBxTN5FzqYxeNyaMIJwDIQ8V5vgrlxXFdBNPyT9ymUg8ZEYhXgn0
 7fxXnxZvxHxQ0gD86ubNWzHRHhfe9dV0PEasbg52jqdsc1GJVtZzLRXFUumg8s06J3FG
 VwKA==
X-Gm-Message-State: ALoCoQn3YR0fa3FH26OqNn7uLYFhMF++iRve7CayE60H1Xytpr4toPMLcK93Qjvf+cpn5c4V1vX2
X-Received: by 10.180.102.41 with SMTP id fl9mr10974195wib.52.1412585700614;
 Mon, 06 Oct 2014 01:55:00 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id ka3sm16613564wjc.3.2014.10.06.01.54.59
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 06 Oct 2014 01:54:59 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Wiles, Roger Keith" <keith.wiles@windriver.com>
Date: Mon, 06 Oct 2014 10:54:44 +0200
Message-ID: <2131179.2o0Ydgys2N@xps13>
Organization: 6WIND
User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; )
In-Reply-To: <C9B04192-49B9-4443-8554-2D35598F4F61@windriver.com>
References: <C9B04192-49B9-4443-8554-2D35598F4F61@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] Clang reporting a problem when adding another member
	initialization.
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 06 Oct 2014 08:47:53 -0000

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