Tejas Belagod writes:
> There is an assumption in many places in c-typeck.cc that GNU vectors sizes
> are
> always known at compile time. SVE vectors now piggy-back on GNU vector code
> so this patch changes one of the places where there is an assumption of
> vectors
> being fixed-length to bei
There is an assumption in many places in c-typeck.cc that GNU vectors sizes are
always known at compile time. SVE vectors now piggy-back on GNU vector code
so this patch changes one of the places where there is an assumption of vectors
being fixed-length to being variable width.
gcc/ChangeLog: