These patches contains a fix for struct/union/enum attributes that were wrongly either ignored or associated with the subsequent variables if present. These patches are available in the Git repository at: git://github.com/lucvoo/sparse-dev.git fix-ignored-type-attributes Luc Van Oostenryck (3): add testcases for ignored type attributes move up apply_ctype()'s declaration fix: do not ignore struct/union/enum type attributes parse.c | 9 +++++++-- validation/type-attribute-align.c | 19 +++++++++++++++++++ validation/type-attribute-as.c | 33 +++++++++++++++++++++++++++++++++ validation/type-attribute-mod.c | 21 +++++++++++++++++++++ 4 files changed, 80 insertions(+), 2 deletions(-) create mode 100644 validation/type-attribute-align.c create mode 100644 validation/type-attribute-as.c create mode 100644 validation/type-attribute-mod.c -- 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