Hello!
The current sparse reports many errors with Linux 2.6.21-rc1. There are
screenfuls of errors for every file. I have reduced one of them to this
simple file:
struct st {
char c;
} __attribute__ ((aligned(2)));
struct st s1;
struct st s2;
$ sparse test.c
test.c:5:18: error: Expected ( after asm
test.c:5:18: error: got s2
test.c:5:20: error: Expected ) after asm
test.c:5:20: error: got ;
builtin:0:0: error: expected declaration
The strange thing is that there is no "asm" here at all.
--
Regards,
Pavel Roskin
-
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html