Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/lib/libc/locale



Hi,

For __CTASSERT v.s. case label:

https://nxr.netbsd.org/xref/src/lib/libc/locale/c8rtomb.c#225

not only lint(1), but also GCC 10.5 does not accept this, which
results in build failures for platforms still using gcc.old:

https://releng.netbsd.org/builds/HEAD/202408171750Z/

Can we just drop this __CTASSERT, as the same condition is
already asserted several lines above?:

https://nxr.netbsd.org/xref/src/lib/libc/locale/c8rtomb.c#195

Thanks,
rin


Home | Main Index | Thread Index | Old Index