aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/integer-const-expr.c
AgeCommit message (Collapse)AuthorFilesLines
2018-06-04add test for integer-const-expr-nessLuc Van Oostenryck1-0/+85
This use Martin's awesome macro to test if sparse's notion of integer-const-expr is the same as GCC's. It test also that the result of this macro is itself a constant integer expression. Awesome-macro-by: Martin Uecker <Martin.Uecker@med.uni-goettingen.de> Test-originally-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>