https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122477
--- Comment #3 from chenglulu <chenglulu at loongson dot cn> --- (In reply to Richard Biener from comment #2) > or just VECTOR_MODE_P Replace `!targetm.vector_mode_supported_p(mode)` with `!VECTOR_MODE_P(mode)`.
