Re: sparse warnings for variable length arrays

From: Dave Jones
Date: Thu Jul 13 2006 - 12:59:48 EST


On Thu, Jul 13, 2006 at 10:58:08AM +0200, Heiko Carstens wrote:
> Hi all,
>
> in include/asm-s390/bitops.h we have several typedefs:
>
> typedef struct { long _[__BITOPS_WORDS(size)]; } addrtype;
>
> sparse warns about these with "error: bad constant expression".
> Is there any way to tell sparse to be quiet? __force doesn't seem to work.

In many cases, these turn up as on-stack variables. It'd be
nice if sparse could figure out the maximum potential bound
and warn appropriately if they could reach $BIGSIZE.

For non-stack vars, it's less of an issue of course.

Dave

--
http://www.codemonkey.org.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/