Restore __attribute__((mode)) handling
commit1aae3184cb1dbf95e1e07b4ac85cd3c70784fd32
authorAl Viro <viro@ftp.linux.org.uk>
Mon, 9 Mar 2009 07:13:08 +0000 (9 07:13 +0000)
committerChristopher Li <sparse@chrisli.org>
Sat, 18 Jul 2009 05:30:09 +0000 (18 05:30 +0000)
tree97633774fffd1f6f7949de43ae8f9f67daa11406
parente0c5b2f5c4c54389ea02259221a2895c526784ff
Restore __attribute__((mode)) handling

... at least to the extent we used to do it.  It still does _not_
cover the perversions gcc can do with that, but at least it deals
with regressions.  Full solution will have to wait for full-blown
imitation of what gcc people call __attribute__ semantics, the
bastards...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Christopher Li <sparse@chrisli.org>
parse.c
symbol.h
validation/nested-declarator2.c