Re: [PATCH 2/2] c/100547 - reject overly large vector_size attributes

2021-05-12 Thread Martin Sebor via Gcc-patches
On 5/12/21 2:47 AM, Richard Biener wrote: This rejects a number of vector components that does not fit an 'int' which is an internal limitation of RTVEC. This regresses gcc.dg/attr-vector_size.c which checks for much larger supported vectors. Not sure what to do about this - I'll also note the

[PATCH 2/2] c/100547 - reject overly large vector_size attributes

2021-05-12 Thread Richard Biener
This rejects a number of vector components that does not fit an 'int' which is an internal limitation of RTVEC. This regresses gcc.dg/attr-vector_size.c which checks for much larger supported vectors. Not sure what to do about this - I'll also note the RTVEC limitation is a host specific limitati