On Wed, Dec 21, 2011 at 11:25:27AM +0200, Pekka Enberg wrote: >> As it turns out, our validation test harness doesn't catch <stdbool.h> related >> breakage so add a minimal test case that does. > [...] >> --- /dev/null >> +++ b/validation/backend/bool-test.c >> @@ -0,0 +1,11 @@ >> +#include <stdbool.h> >> + >> +static bool return_false(void) >> +{ >> + return false; >> +} On Wed, Dec 21, 2011 at 11:58 AM, Josh Triplett <josh@xxxxxxxxxxxxxxxx> wrote: > Do we want tests that depend on system header files? I changed it to use _Bool instead. Thanks! -- 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