From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Sune Subject: clang compilation error ACL library Date: Wed, 22 Oct 2014 09:15:58 +0200 Message-ID: <544759AE.3090403@bisdn.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: "" Return-path: 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" Hi all, The latest head produces this compilation error within librte_acl, with clang version 3.0-6.2: CC acl_gen.o /home/marc/dpdk/lib/librte_acl/acl_gen.c:249:11: error: array index of '-128' indexes before the beginning of the array [-Werror,-Warray-bounds] index = dfa[QRANGE_MIN]; ^ ~~~~~~~~~~ /home/marc/dpdk/lib/librte_acl/acl_gen.c:211:2: note: array 'dfa' declared here uint64_t *node_a, index, dfa[RTE_ACL_DFA_SIZE]; ^ 1 error generated. Best regards marc