On Mon, Nov 18, 2024 at 02:12:21PM +0530, Tejas Belagod wrote: > This patch adds support for checking bounds of SVE ACLE vector initialization > constructors. It also adds support to construct vector constant from init > constructors. > > gcc/ChangeLog: > > * c/c-typeck.cc (process_init_element): Add check to restrict
The C part looks fine but please drop the c/ prefix here, thanks. Marek