https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114174
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Prachi Godbole from comment #0) > In the meanwhile are there any workarounds? e.g. if for a particular march, > if poly_int can be expressed using 1 coefficient or -msve-vector-bits=128 is > set, can NUM_POLY_INT_COEFFS be defined to that granularity? I doubt it since NUM_POLY_INT_COEFFS is a hard coded at compile time rather than a runtime switch.