From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luc Van Oostenryck Subject: Re: [PATCH 09/29] add helper to test if a variable is "simple" Date: Thu, 17 Aug 2017 21:17:49 +0200 Message-ID: References: <20170816153455.97693-1-luc.vanoostenryck@gmail.com> <20170816153455.97693-10-luc.vanoostenryck@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from mail-oi0-f44.google.com ([209.85.218.44]:33428 "EHLO mail-oi0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753147AbdHQTRu (ORCPT ); Thu, 17 Aug 2017 15:17:50 -0400 Received: by mail-oi0-f44.google.com with SMTP id f11so76354795oic.0 for ; Thu, 17 Aug 2017 12:17:50 -0700 (PDT) In-Reply-To: Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Dibyendu Majumdar Cc: Christopher Li , Linux-Sparse , Linus Torvalds On Thu, Aug 17, 2017 at 6:59 PM, Dibyendu Majumdar wrote: > > Apart from that I faced a problem with this and had to disable > STRUCT/UNION from being treated as simple types. That's only a problem/a limitation of your backend. -- Luc