Reported-by: Lance Richardson <lrichard@xxxxxxxxxx> Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- validation/bitfield-kr.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 validation/bitfield-kr.c diff --git a/validation/bitfield-kr.c b/validation/bitfield-kr.c new file mode 100644 index 000000000..ba66c5cd7 --- /dev/null +++ b/validation/bitfield-kr.c @@ -0,0 +1,14 @@ +static int foo(b) + int b: 4; +{ + return 0; +} + +/* + * check-name: bitfield in K&R + * + * check-known-to-fail + * check-error-start +bitfield-kr.c:2:9: error: bitfield in K&R declaration of 'foo' + * check-error-end + */ -- 2.14.0 -- 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