Re: Calculating array sizes in C - was: Re: Build regressions/improvements in v6.2-rc1

From: John Paul Adrian Glaubitz
Date: Tue Jan 17 2023 - 12:06:18 EST


Hi!

On 1/17/23 18:01, Geert Uytterhoeven wrote:
The issue is that some of the parameters are not arrays, but
NULL. E.g.:

arch/sh/kernel/cpu/sh2/setup-sh7619.c:static
DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL,
arch/sh/kernel/cpu/sh2/setup-sh7619.c- NULL,
prio_registers, NULL);

Isn't this supposed to be caught by this check:

a, __same_type(a, NULL)

?

Adrian

--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913