From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luc Van Oostenryck Subject: Re: Sparse 0.5.1 RC5 released. Date: Mon, 14 Aug 2017 01:10:16 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from mail-oi0-f47.google.com ([209.85.218.47]:33798 "EHLO mail-oi0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751129AbdHMXKR (ORCPT ); Sun, 13 Aug 2017 19:10:17 -0400 Received: by mail-oi0-f47.google.com with SMTP id x3so71194434oia.1 for ; Sun, 13 Aug 2017 16:10:17 -0700 (PDT) In-Reply-To: Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Dibyendu Majumdar Cc: Linux-Sparse On Mon, Aug 14, 2017 at 12:55 AM, Dibyendu Majumdar wrote: > Here it is: > > https://github.com/dibyendumajumdar/dmr_c/blob/mergesparse/tests/minilua/minilua_preprocessed.c OK, thanks. I see here: 1) 4 errors with a bitcast wich different sizes on each side. I'm a bit surprised as the code seems to do the right thing when emitting a bitcast, I'll need to check 3) 3 errors of pointer compare with different types. It should be easy to fix. -- Luc