https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110403
Patrick Palka <ppalka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rejects-valid See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=105233 Ever confirmed|0 |1 CC| |ppalka at gcc dot gnu.org Last reconfirmed| |2023-06-26 Status|UNCONFIRMED |NEW --- Comment #2 from Patrick Palka <ppalka at gcc dot gnu.org> --- Confirmed, closely related to PR105233 which was the same issue for the aligned attribute (and alignas), and was fixed by performing manifestly constant evaluation of their argument. I guess the same could be done for vector_size?