On Fri, Mar 31, 2017 at 4:55 PM, Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> wrote: > The very first patch of the series insure that all flags are > initialized to the default 'NONE'. Then the next patches build > on this and add info/bits to flags case by case. > > As far as I can see the patch was correct. How about a different test case. The right hand side is a const expression but not an int const expression. So the result is not an address constant. The result should be some other kind of constant since both left hand side and right hand side are both constant expression. If the result has NONE then it is wrong. Chris -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html