On Thu, Jul 26, 2012 at 03:28:26AM -0700, Christopher Li wrote: > On Thu, Jul 26, 2012 at 12:45 AM, Dan Carpenter > <dan.carpenter@xxxxxxxxxx> wrote: > > Hi Chris, > > > > The patch 7aa79f8401f0 "Adding default for m64/m32 handle" causes > > a problem for variables called x86_64. > > > > $ echo "unsigned char x86_64;" > test.c > > $ ./sparse test.c > > test.c:1:15: warning: missing identifier in declaration > > test.c:1:15: error: Expected ; at the end of type declaration > > test.c:1:15: error: got 1 > > Are you suggesting we do some thing like this patch to remove the > define of x86_64? > Gcc does not seem to define x86_64. > > Any objections? Thanks, that works. regards, dan carpenter -- 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